Skip to content

Commit d3a3038

Browse files
committed
update uv to 3.1.1
1 parent d41d56c commit d3a3038

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# v3.1.1
2+
3+
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This solves an issue with the bare clients not being found.
4+
15
# v3.1.0
26

37
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This solves an issue with websockets not reporting the ready state correctly, causing incompatibilities on websites.

package-lock.json

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@titaniumnetwork-dev/ultraviolet",
3-
"version": "3.1.0",
3+
"version": "3.1.1",
44
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
55
"main": "lib/index.cjs",
66
"license": "MIT",
@@ -18,12 +18,11 @@
1818
"scripts": {
1919
"build": "node build.js",
2020
"dev": "node build.js --dev",
21-
"prepack": "npm run build",
2221
"publish": "npm run build && npm publish --access public",
2322
"pack": "npm run build && npm pack"
2423
},
2524
"devDependencies": {
26-
"@mercuryworkshop/bare-mux": "^1.0.9",
25+
"@mercuryworkshop/bare-mux": "^1.1.0",
2726
"css-tree": "^2.3.1",
2827
"esbuild": "^0.18.11",
2928
"eslint": "^8.28.0",

0 commit comments

Comments
 (0)