bump version + changelog

This commit is contained in:
Jorrin
2024-02-29 23:59:50 +01:00
parent 9e4e06b4c2
commit 70f70475df
4 changed files with 11 additions and 6 deletions

View File

@@ -2,6 +2,11 @@
title: 'Changelog'
---
# Version 2.2.2
- Remove references to the old domain
- Fixed ridomovies not working for some shows and movies
- Fixed Showbox not working in react-native.
# Version 2.2.1
- Fixed Closeload scraper

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "@movie-web/providers",
"version": "2.2.1",
"version": "2.2.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "@movie-web/providers",
"version": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.12",

View File

@@ -1,6 +1,6 @@
{
"name": "@movie-web/providers",
"version": "2.2.1",
"version": "2.2.2",
"description": "Package that contains all the providers of movie-web",
"main": "./lib/index.umd.js",
"types": "./lib/index.d.ts",

View File

@@ -41,12 +41,12 @@ export const doodScraper = makeEmbed({
unknown: {
type: 'mp4',
url: downloadURL,
},
},
headers: {
Referer: 'https://d0000d.com/',
},
},
},
},
],
};
},