@portkey/socket 2.13.2 → 2.13.3-alpha.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/socket",
3
- "version": "2.13.2",
3
+ "version": "2.13.3-alpha.1",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -42,7 +42,7 @@
42
42
  },
43
43
  "dependencies": {
44
44
  "@abp/signalr": "^7.0.0",
45
- "@portkey/utils": "^2.13.2"
45
+ "@portkey/utils": "^2.13.3-alpha.1"
46
46
  },
47
- "gitHead": "bb0102c79ef8c17057534bbc513400b2d5d56f0d"
47
+ "gitHead": "6d39b54ec6db4c013ebb392396ca7fde8d3d8c1a"
48
48
  }