Skip to content

Commit

Permalink
update uv to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Percslol committed May 4, 2024
1 parent d41d56c commit d3a3038
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.1.1

- 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.

# v3.1.0

- 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.
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@titaniumnetwork-dev/ultraviolet",
"version": "3.1.0",
"version": "3.1.1",
"description": "Highly sophisticated proxy used for evading internet censorship or accessing websites in a controlled sandbox using the power of service-workers and more!",
"main": "lib/index.cjs",
"license": "MIT",
Expand All @@ -18,12 +18,11 @@
"scripts": {
"build": "node build.js",
"dev": "node build.js --dev",
"prepack": "npm run build",
"publish": "npm run build && npm publish --access public",
"pack": "npm run build && npm pack"
},
"devDependencies": {
"@mercuryworkshop/bare-mux": "^1.0.9",
"@mercuryworkshop/bare-mux": "^1.1.0",
"css-tree": "^2.3.1",
"esbuild": "^0.18.11",
"eslint": "^8.28.0",
Expand Down

0 comments on commit d3a3038

Please sign in to comment.