ztxkutils 2.10.49 → 2.10.50

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkutils",
3
- "version": "2.10.49",
3
+ "version": "2.10.50",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -68,6 +68,8 @@
68
68
  "react": ">=17.0.1",
69
69
  "react-dom": ">=17.0.1",
70
70
  "react-router-dom": ">=5.2.0",
71
- "ztxkui": ">=0.4.1"
71
+ "ztxkui": ">=0.4.1",
72
+ "zt-sockjs-client": ">=0.0.1",
73
+ "zt-stompjs": ">=1.0.3"
72
74
  }
73
75
  }