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

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.21",
3
+ "version": "2.0.0-alpha.23",
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.21",
41
+ "@portkey/types": "^2.0.0-alpha.23",
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": "03b8fcab6790a12ceae9e432e84e0f3ce6fd070c"
58
+ "gitHead": "3dd8ebff415cf485476b520a79319d8bcde9d831"
59
59
  }