bump addon sdk

This commit is contained in:
TheBeastLT
2022-10-22 16:45:11 +02:00
parent 8ef48b59ee
commit adbd2f41f4
3 changed files with 10 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ builder.defineCatalogHandler((args) => {
return getMochCatalog(mochKey, args.extra)
.then(metas => ({
metas: metas,
cacheMaxAge: 1
cacheMaxAge: 0
}))
.catch(error => {
return Promise.reject(`Failed retrieving catalog ${args.id}: ${JSON.stringify(error)}`);

View File

@@ -27,7 +27,7 @@
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^2.2.0",
"sequelize": "^6.21.0",
"stremio-addon-sdk": "^1.6.1",
"stremio-addon-sdk": "^1.6.7",
"ua-parser-js": "^1.0.2",
"user-agents": "^1.0.1050"
}
@@ -2079,9 +2079,9 @@
}
},
"node_modules/stremio-addon-sdk": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/stremio-addon-sdk/-/stremio-addon-sdk-1.6.1.tgz",
"integrity": "sha512-PGKrjDclgt/jaHxGbMKQNdLKn4PKCOcWRPz9I7G5eSin9hE1PNqho3PYMmI0Z6SigGdnfue4XUIuXWIfVjPH2g==",
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/stremio-addon-sdk/-/stremio-addon-sdk-1.6.7.tgz",
"integrity": "sha512-p/OU7RkwmDSr0Plp7u8RY5BI6knxhepXUsg2VucRsqXvoFh2G4T9TUIhcZh8DtBQrL1IX00AsYV8JR19eoBJhw==",
"dependencies": {
"chalk": "^2.4.2",
"cors": "^2.8.4",
@@ -2094,8 +2094,7 @@
"stremio-addon-linter": "^1.7.0"
},
"bin": {
"addon-bootstrap": "cli/bootstrap.js",
"addon-supernode": "cli/supernode.js"
"addon-bootstrap": "cli/bootstrap.js"
}
},
"node_modules/string_decoder": {
@@ -4002,9 +4001,9 @@
}
},
"stremio-addon-sdk": {
"version": "1.6.1",
"resolved": "https://registry.npmjs.org/stremio-addon-sdk/-/stremio-addon-sdk-1.6.1.tgz",
"integrity": "sha512-PGKrjDclgt/jaHxGbMKQNdLKn4PKCOcWRPz9I7G5eSin9hE1PNqho3PYMmI0Z6SigGdnfue4XUIuXWIfVjPH2g==",
"version": "1.6.7",
"resolved": "https://registry.npmjs.org/stremio-addon-sdk/-/stremio-addon-sdk-1.6.7.tgz",
"integrity": "sha512-p/OU7RkwmDSr0Plp7u8RY5BI6knxhepXUsg2VucRsqXvoFh2G4T9TUIhcZh8DtBQrL1IX00AsYV8JR19eoBJhw==",
"requires": {
"chalk": "^2.4.2",
"cors": "^2.8.4",

View File

@@ -26,7 +26,7 @@
"real-debrid-api": "git://github.com/TheBeastLT/node-real-debrid.git#d1f7eaa8593b947edbfbc8a92a176448b48ef445",
"request-ip": "^2.2.0",
"sequelize": "^6.21.0",
"stremio-addon-sdk": "^1.6.1",
"stremio-addon-sdk": "^1.6.7",
"ua-parser-js": "^1.0.2",
"user-agents": "^1.0.1050"
}