@portkey/graphql 2.5.0-alpha.15 → 2.5.0-alpha.17

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.15",
3
+ "version": "2.5.0-alpha.17",
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.15",
41
+ "@portkey/types": "^2.5.0-alpha.17",
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": "04b62393fadeede2f8e90053dd49a263244fe1fd"
58
+ "gitHead": "da720433bb85017c2a52c949d605118b8cabeb0f"
59
59
  }