@portkey/graphql 2.0.0-alpha.20 → 2.0.0-alpha.21

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.0.0-alpha.20",
3
+ "version": "2.0.0-alpha.21",
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.0.0-alpha.20",
41
+ "@portkey/types": "^2.0.0-alpha.21",
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": "^1.5.1"
57
57
  },
58
- "gitHead": "0b7217d103c65fd00c2f96f531639ae7765a9fd1"
58
+ "gitHead": "03b8fcab6790a12ceae9e432e84e0f3ce6fd070c"
59
59
  }