redux-cluster-ws 2.0.24 → 2.0.26

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.
Files changed (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redux-cluster-ws",
3
- "version": "2.0.24",
3
+ "version": "2.0.26",
4
4
  "description": "WebSocket client/server wrapper for redux-cluster with TypeScript support",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -80,7 +80,9 @@
80
80
  },
81
81
  "homepage": "https://github.com/siarheidudko/redux-cluster-ws#readme",
82
82
  "files": [
83
- "dist",
83
+ "dist/esm/**/*.js{,on}",
84
+ "dist/cjs/**/*.js{,on}",
85
+ "dist/types/**/*",
84
86
  "README.md",
85
87
  "LICENSE"
86
88
  ],
@@ -104,9 +106,9 @@
104
106
  ],
105
107
  "dependencies": {
106
108
  "@sergdudko/objectstream": "^4.0.5",
107
- "protoobject": "^2.0.14",
109
+ "protoobject": "^2.0.15",
108
110
  "redux": "^5.0.1",
109
- "redux-cluster": "^2.0.17"
111
+ "redux-cluster": "^2.0.18"
110
112
  },
111
113
  "devDependencies": {
112
114
  "@eslint/js": "^9.37.0",