Skip to content

Commit fb6419b

Browse files
committed
v0.3.0
1 parent 0350d66 commit fb6419b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/tcpip/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tcpip",
3-
"version": "0.2.4",
3+
"version": "0.3.0",
44
"description": "Virtual TCP/IP stack that can run anywhere",
55
"license": "MIT",
66
"type": "module",
@@ -32,8 +32,8 @@
3232
},
3333
"dependencies": {
3434
"@bjorn3/browser_wasi_shim": "^0.3.0",
35-
"@tcpip/dns": "^0.1.0",
36-
"@tcpip/wire": "^0.1.0"
35+
"@tcpip/dns": "0.2",
36+
"@tcpip/wire": "0.1"
3737
},
3838
"devDependencies": {
3939
"@total-typescript/tsconfig": "^1.0.4",

0 commit comments

Comments
 (0)