redux-cluster-ws 2.0.59 → 2.0.61
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redux-cluster-ws",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.61",
|
|
4
4
|
"description": "WebSocket client/server wrapper for redux-cluster with TypeScript support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -108,15 +108,15 @@
|
|
|
108
108
|
"@sergdudko/objectstream": "^4.0.20",
|
|
109
109
|
"protoobject": "^2.1.21",
|
|
110
110
|
"redux": "^5.0.1",
|
|
111
|
-
"redux-cluster": "^2.0.
|
|
111
|
+
"redux-cluster": "^2.0.44"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
114
|
-
"@eslint/js": "^9.39.
|
|
114
|
+
"@eslint/js": "^9.39.2",
|
|
115
115
|
"@types/node": "^20.12.7",
|
|
116
116
|
"@types/ws": "^8.18.1",
|
|
117
117
|
"@typescript-eslint/eslint-plugin": "^8.49.0",
|
|
118
118
|
"@typescript-eslint/parser": "^8.49.0",
|
|
119
|
-
"eslint": "^9.39.
|
|
119
|
+
"eslint": "^9.39.2",
|
|
120
120
|
"globals": "^16.5.0",
|
|
121
121
|
"typescript": "^5.4.5"
|
|
122
122
|
},
|