Skip to content

Commit b325626

Browse files
committed
build: v1.0.23
1 parent 44a5e54 commit b325626

File tree

5 files changed

+89
-109
lines changed

5 files changed

+89
-109
lines changed

README-zh_CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ node network devtools正是为了解决这个问题,它一个允许您使用ch
4343
- [x] commonjs
4444
- [x] esmodule
4545
- [ ] Bun
46+
- [ ] Undici
47+
- [ ] undici.request
48+
- [x] undici.fetch
4649

4750
## 👀 预览
4851

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
5050
- [x] esmodule
5151
- [ ] Bun
5252
- [ ] Deno -- Maybe nice to PR to Deno
53+
- [ ] Undici
54+
- [ ] undici.request
55+
- [x] undici.fetch
5356

5457
## 👀 Preview
5558

packages/network-debugger/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ Node v22.6.0 experimentally supports network debugging. This library supports us
4848
- [x] esmodule
4949
- [ ] Bun
5050
- [ ] Deno -- Maybe nice to PR to Deno
51+
- [ ] Undici
52+
- [ ] undici.request
53+
- [x] undici.fetch
5154

5255
## 👀 Preview
5356

packages/network-debugger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-network-devtools",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "Inspecting Node.js's Network with Chrome DevTools",
55
"homepage": "https://grinzero.github.io/node-network-devtools/",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)