Skip to content

Commit

Permalink
Release v2.9.76
Browse files Browse the repository at this point in the history
  • Loading branch information
avwo committed Jun 21, 2024
1 parent aa4fb26 commit 66e32be
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 29 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v2.9.76
1. refactor: 删除所有 q 模块,解决安装告警问题

# v2.9.75
1. refactor: 优化 sse 请求的 `resReplace` 逻辑
2. fix: 界面 `Enable HTTP/2` 报错问题
Expand Down
38 changes: 12 additions & 26 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "whistle",
"description": "HTTP, HTTP2, HTTPS, Websocket debugging proxy",
"version": "2.9.75",
"version": "2.9.76",
"dataDirname": ".whistle",
"localUIHost": "local.whistlejs.com",
"port": 8899,
Expand Down Expand Up @@ -40,7 +40,7 @@
"express": "^4.19.2",
"extend": "^3.0.2",
"fs-extra2": "^1.0.0",
"hagent": "^0.9.0",
"hagent": "^0.9.2",
"hparser": "^0.4.0",
"iconv-lite": "^0.4.24",
"json5": "^2.2.3",
Expand All @@ -50,7 +50,7 @@
"node-forge": "^1.3.1",
"node-pac": "^0.5.0",
"parseurl": "^1.3.1",
"pfork": "^0.6.1",
"pfork": "^0.6.2",
"pipestream": "^0.7.3",
"safe-buffer": "^5.1.2",
"set-global-proxy": "^0.1.11",
Expand Down

0 comments on commit 66e32be

Please sign in to comment.