@portkey/graphql 2.5.0-alpha.2 → 2.5.0-alpha.3

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/graphql",
3
- "version": "2.5.0-alpha.2",
3
+ "version": "2.5.0-alpha.3",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -38,7 +38,7 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "@apollo/client": "^3.7.3",
41
- "@portkey/types": "^2.5.0-alpha.2",
41
+ "@portkey/types": "^2.5.0-alpha.3",
42
42
  "graphql": "^16.6.0",
43
43
  "subscriptions-transport-ws": "^0.11.0"
44
44
  },
@@ -55,5 +55,5 @@
55
55
  "peerDependencies": {
56
56
  "@portkey/types": "^2.0.0-alpha.19"
57
57
  },
58
- "gitHead": "1fd2696e61c56e3eb8a77907337d19564ce3d007"
58
+ "gitHead": "785fd054f38cc9fc77b56a78e6e2981678d511c0"
59
59
  }