Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
ea289c2b49 1.250.49 2026-03-21 00:32:12 +01:00
DebaucheryLibrarian
8600bece93 Updated unprint for better timeout handling. 2026-03-21 00:32:10 +01:00
2 changed files with 8 additions and 8 deletions

12
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.250.48",
"version": "1.250.49",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.250.48",
"version": "1.250.49",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",
@@ -94,7 +94,7 @@
"tunnel": "0.0.6",
"ua-parser-js": "^1.0.37",
"undici": "^5.28.1",
"unprint": "^0.19.10",
"unprint": "^0.19.11",
"url-pattern": "^1.0.3",
"v-tooltip": "^2.1.3",
"video.js": "^8.6.1",
@@ -20668,9 +20668,9 @@
}
},
"node_modules/unprint": {
"version": "0.19.10",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.10.tgz",
"integrity": "sha512-iqcMxjyPmoABRAx9tCImNqdNUTd3xaLQs4D69ns0m9P9R8ULCP3+XWoZQQ/bKeMdmnSWQWqCdeL3Wljg/402ww==",
"version": "0.19.11",
"resolved": "https://registry.npmjs.org/unprint/-/unprint-0.19.11.tgz",
"integrity": "sha512-k+7zVUiviO8OpIvyrk/WGtzoEYRRLcru5wB+AChH7G8xlCDm46cE8LFqi5dGRt7+3iHbVfLSaN3i6ZbBoGuiUw==",
"dependencies": {
"bottleneck": "^2.19.5",
"cookie": "^1.1.1",

View File

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