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

Version Packages (#10)

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

Changed files
+8 -6
.changeset
-5
.changeset/funny-sloths-joke.md
···
-
---
-
'lan-network': patch
-
---
-
-
Fix probing and fallback methods for Windows
+7
CHANGELOG.md
···
# lan-network
+
## 0.1.6
+
+
### Patch Changes
+
+
- ⚠️ Fix probing and fallback methods for Windows
+
Submitted by [@kitten](https://github.com/kitten) (See [#9](https://github.com/kitten/lan-network/pull/9))
+
## 0.1.5
### Patch Changes
+1 -1
package.json
···
{
"name": "lan-network",
-
"version": "0.1.5",
+
"version": "0.1.6",
"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",