Mirror: Best-effort discovery of the machine's local network using just Node.js dgram sockets

Version Packages (#2)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

Changed files
+8 -6
.changeset
-5
.changeset/breezy-boxes-ring.md
···
-
---
-
'lan-network': patch
-
---
-
-
Bind to assignment IP for DHCP discovery
+7
CHANGELOG.md
···
# lan-network
+
## 0.1.1
+
+
### Patch Changes
+
+
- Bind to assignment IP for DHCP discovery
+
Submitted by [@kitten](https://github.com/kitten) (See [#1](https://github.com/kitten/lan-network/pull/1))
+
## 0.1.0
Initial Release.
+1 -1
package.json
···
{
"name": "lan-network",
-
"version": "0.1.0",
+
"version": "0.1.1",
"description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.",
"author": "Phil Pluckthun <phil@kitten.sh>",
"source": "./src/index.ts",