Files
FrenoCorp/node_modules/isomorphic-ws/package.json
Michael Freno 7c684a42cc FRE-600: Fix code review blockers
- Consolidated duplicate UndoManagers to single instance
- Fixed connection promise to only resolve on 'connected' status
- Fixed WebSocketProvider import (WebsocketProvider)
- Added proper doc.destroy() cleanup
- Renamed isPresenceInitialized property to avoid conflict

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-25 00:08:01 -04:00

35 lines
690 B
JSON

{
"name": "isomorphic-ws",
"version": "4.0.1",
"description": "Isomorphic implementation of WebSocket",
"main": "node.js",
"browser": "browser.js",
"repository": {
"type": "git",
"url": "git+https://github.com/heineiuo/isomorphic-ws.git"
},
"keywords": [
"browser",
"browsers",
"isomorphic",
"node",
"websocket",
"ws"
],
"author": "@heineiuo",
"license": "MIT",
"bugs": {
"url": "https://github.com/heineiuo/isomorphic-ws/issues"
},
"homepage": "https://github.com/heineiuo/isomorphic-ws#readme",
"peerDependencies": {
"ws": "*"
},
"files": [
"index.d.ts",
"node.js",
"browser.js",
"README.md"
]
}