@portkey/socket 2.5.0-alpha.20 → 2.5.0-alpha.22

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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/socket",
3
- "version": "2.5.0-alpha.20",
3
+ "version": "2.5.0-alpha.22",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -41,10 +41,8 @@
41
41
  "test": "jest"
42
42
  },
43
43
  "dependencies": {
44
- "@abp/signalr": "^7.0.0"
44
+ "@abp/signalr": "^7.0.0",
45
+ "@portkey/utils": "^2.5.0-alpha.22"
45
46
  },
46
- "peerDependencies": {
47
- "@portkey/utils": "^1.5.2-alpha.0"
48
- },
49
- "gitHead": "c9c1fff24a65d74ae270da55d4bad331ba49532a"
47
+ "gitHead": "c78b2f2a14cfee97a7b8e0d9823a95fde6a4fd19"
50
48
  }