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

Version Packages (#6)

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

-5
.changeset/polite-ghosts-build.md
···
-
---
-
'lan-network': patch
-
---
-
-
Move vitest to devDependencies
+7
CHANGELOG.md
···
# lan-network
+
## 0.1.3
+
+
### Patch Changes
+
+
- Move vitest to devDependencies
+
Submitted by [@kitten](https://github.com/kitten) (See [#5](https://github.com/kitten/lan-network/pull/5))
+
## 0.1.2
### Patch Changes
+1 -1
package.json
···
{
"name": "lan-network",
-
"version": "0.1.2",
+
"version": "0.1.3",
"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",