Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
35dbe29861 1.250.47 2026-03-20 23:38:10 +01:00
DebaucheryLibrarian
4b4aeaf447 Updated unprint with better browser error handling. 2026-03-20 23:38:08 +01:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.250.46", "version": "1.250.47",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "traxxx", "name": "traxxx",
"version": "1.250.46", "version": "1.250.47",
"license": "ISC", "license": "ISC",
"dependencies": { "dependencies": {
"@aws-sdk/client-s3": "^3.458.0", "@aws-sdk/client-s3": "^3.458.0",
@@ -94,7 +94,7 @@
"tunnel": "0.0.6", "tunnel": "0.0.6",
"ua-parser-js": "^1.0.37", "ua-parser-js": "^1.0.37",
"undici": "^5.28.1", "undici": "^5.28.1",
"unprint": "^0.19.8", "unprint": "^0.19.9",
"url-pattern": "^1.0.3", "url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3", "v-tooltip": "^2.1.3",
"video.js": "^8.6.1", "video.js": "^8.6.1",
@@ -20668,9 +20668,9 @@
} }
}, },
"node_modules/unprint": { "node_modules/unprint": {
"version": "0.19.8", "version": "0.19.9",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.8.tgz", "resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.9.tgz",
"integrity": "sha512-xaNyu/y4eWmLnCYNa4Ij/tSID26XPMEDGSvkk/JfmAaF6Sh9tse8JLTKFukOsUkeVkOMfzxGveDZr4ZziTOebQ==", "integrity": "sha512-1za2IcWWoNfWEHMttA+ME5ck1XAvkfm3K3A/J7tOarkCvA++VTGvEGp/7Lvb7LVO5X5ACmou7mE2ROD/D7XR3Q==",
"dependencies": { "dependencies": {
"bottleneck": "^2.19.5", "bottleneck": "^2.19.5",
"cookie": "^1.1.1", "cookie": "^1.1.1",

View File

@@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.250.46", "version": "1.250.47",
"description": "All the latest porn releases in one place", "description": "All the latest porn releases in one place",
"main": "src/app.js", "main": "src/app.js",
"scripts": { "scripts": {
@@ -153,7 +153,7 @@
"tunnel": "0.0.6", "tunnel": "0.0.6",
"ua-parser-js": "^1.0.37", "ua-parser-js": "^1.0.37",
"undici": "^5.28.1", "undici": "^5.28.1",
"unprint": "^0.19.8", "unprint": "^0.19.9",
"url-pattern": "^1.0.3", "url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3", "v-tooltip": "^2.1.3",
"video.js": "^8.6.1", "video.js": "^8.6.1",