redux-cluster-ws 2.0.11 → 2.0.13
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "redux-cluster-ws",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.13",
|
|
4
4
|
"description": "WebSocket client/server wrapper for redux-cluster with TypeScript support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/cjs/index.js",
|
|
@@ -104,16 +104,16 @@
|
|
|
104
104
|
],
|
|
105
105
|
"dependencies": {
|
|
106
106
|
"@sergdudko/objectstream": "^4.0.0",
|
|
107
|
-
"protoobject": "^2.0.
|
|
107
|
+
"protoobject": "^2.0.6",
|
|
108
108
|
"redux": "^5.0.1",
|
|
109
|
-
"redux-cluster": "^2.0.
|
|
109
|
+
"redux-cluster": "^2.0.9"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@eslint/js": "^9.36.0",
|
|
113
113
|
"@types/node": "^20.12.7",
|
|
114
114
|
"@types/ws": "^8.18.1",
|
|
115
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
116
|
-
"@typescript-eslint/parser": "^8.
|
|
115
|
+
"@typescript-eslint/eslint-plugin": "^8.45.0",
|
|
116
|
+
"@typescript-eslint/parser": "^8.45.0",
|
|
117
117
|
"eslint": "^9.36.0",
|
|
118
118
|
"globals": "^16.4.0",
|
|
119
119
|
"typescript": "^5.4.5"
|