@holesail/hyper-cmd-lib-net
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "@holesail/hyper-cmd-lib-net", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "HyperCmd Net lib", | ||
@@ -10,2 +10,8 @@ "main": "index.js", | ||
}, | ||
"imports": { | ||
"events": { | ||
"bare": "bare-events", | ||
"default": "events" | ||
} | ||
}, | ||
"author": "supersuryaansh", | ||
@@ -12,0 +18,0 @@ "license": "Apache-2.0", |
@@ -9,3 +9,3 @@ Originally forked from https://github.com/holepunchto/hyper-cmd-lib-net | ||
Pipe network connections, optionally using compression. | ||
Pipe network connections, supports both UDP and TCP. | ||
@@ -12,0 +12,0 @@ ## Install |
16008