This commit is contained in:
Endeavorance 2025-05-03 13:02:41 -04:00
parent c9f628ee2c
commit 4e3da87809
9 changed files with 191 additions and 582 deletions

View file

@ -1,7 +1,7 @@
{
"name": "@endeavorance/socket",
"description": "Lightweight reconnecting websocket interface",
"version": "0.0.1",
"description": "Self-managed reconnecting WebSocket wrapper",
"version": "0.1.0",
"exports": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
@ -22,4 +22,4 @@
"peerDependencies": {
"typescript": "^5.0.0"
}
}
}