Skip to content

Commit

Permalink
build: v1.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
GrinZero committed Dec 2, 2024
1 parent 44a5e54 commit b325626
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 109 deletions.
3 changes: 3 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ node network devtools正是为了解决这个问题,它一个允许您使用ch
- [x] commonjs
- [x] esmodule
- [ ] Bun
- [ ] Undici
- [ ] undici.request
- [x] undici.fetch

## 👀 预览

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
- [x] esmodule
- [ ] Bun
- [ ] Deno -- Maybe nice to PR to Deno
- [ ] Undici
- [ ] undici.request
- [x] undici.fetch

## 👀 Preview

Expand Down
3 changes: 3 additions & 0 deletions packages/network-debugger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
- [x] esmodule
- [ ] Bun
- [ ] Deno -- Maybe nice to PR to Deno
- [ ] Undici
- [ ] undici.request
- [x] undici.fetch

## 👀 Preview

Expand Down
2 changes: 1 addition & 1 deletion packages/network-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-network-devtools",
"version": "1.0.22",
"version": "1.0.23",
"description": "Inspecting Node.js's Network with Chrome DevTools",
"homepage": "https://grinzero.github.io/node-network-devtools/",
"main": "./dist/index.js",
Expand Down
Loading

0 comments on commit b325626

Please sign in to comment.