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' 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 # Version 2.2.1
- Fixed Closeload scraper - Fixed Closeload scraper

4
package-lock.json generated
View File

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

View File

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

View File

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