Skip to content

Commit 0350d66

Browse files
committed
@tcpip/dhcp v0.2.0
1 parent 8fe3c75 commit 0350d66

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/dhcp/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tcpip/dhcp",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "DHCP server built on tcpip.js",
55
"main": "dist/index.cjs",
66
"types": "dist/index.d.ts",
@@ -21,11 +21,11 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@tcpip/wire": "^0.1.0"
24+
"@tcpip/wire": "0.1"
2525
},
2626
"devDependencies": {
2727
"@total-typescript/tsconfig": "^1.0.4",
28-
"tcpip": "0.2",
28+
"tcpip": "0.3",
2929
"typescript": "^5.0.4",
3030
"vitest": "^3.0.1"
3131
}

0 commit comments

Comments
 (0)