Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
QuiteAFancyEmerald
ace7a2db4a
fix: scramjet dep throwing errors 2025-09-13 12:37:32 -07:00
QuiteAFancyEmerald
035433cef1
chore: production branch 2025-08-26 18:34:56 -07:00

View file

@ -20,7 +20,7 @@ Also has a good amount of locally hosted games featured on the site.
### Over 30M+ users since 2020. Thank you so much for the support I could have never imagined how massive the web proxy community has become.
#### Current Branch: Latest
#### Current Branch: v6.8.7-production
<details><summary>Branch Types</summary>

View file

@ -4,7 +4,7 @@
"pathname": "/",
"minifyScripts": true,
"randomizeIdentifiers": true,
"production": false,
"production": true,
"disguiseFiles": true,
"usingSEO": false
}

1126
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -36,7 +36,7 @@
"@mercuryworkshop/bare-mux": "^2.1.7",
"@mercuryworkshop/epoxy-transport": "^2.1.28",
"@mercuryworkshop/libcurl-transport": "^1.5.0",
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-1.0.2-dev.tgz",
"@mercuryworkshop/scramjet": "https://github.com/MercuryWorkshop/scramjet/releases/download/latest/mercuryworkshop-scramjet-2.0.0-alpha.tgz",
"@titaniumnetwork-dev/ultraviolet": "^3.2.10",
"axios": "^1.11.0",
"eruda": "^3.4.3",