···11{
22 "name": "lan-network",
33- "version": "0.1.3",
33+ "version": "0.1.4",
44 "description": "Best-effort discovery of the machine's default gateway and local network IP exclusively with UDP sockets.",
55 "author": "Phil Pluckthun <phil@kitten.sh>",
66 "source": "./src/index.ts",
-1
src/cli.ts
···4242 return dhcpDiscover(assignment);
4343 })
4444 );
4545- console.log(discoveries);
4645 let assignment: GatewayAssignment | null = null;
4746 for (const discovery of discoveries) {
4847 // The first discovered gateway is returned, if it matches an assignment