@portkey/graphql 2.5.0-alpha.33 → 2.5.0-alpha.35

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.33",
3
+ "version": "2.5.0-alpha.35",
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.33",
41
+ "@portkey/types": "^2.5.0-alpha.35",
42
42
  "graphql": "^16.6.0",
43
43
  "subscriptions-transport-ws": "^0.11.0"
44
44
  },
@@ -52,5 +52,5 @@
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^4.9.4"
54
54
  },
55
- "gitHead": "e9dd486d21aaee3fd905a028dd20c1aea12072a6"
55
+ "gitHead": "b0aec78da959474aa518a9c8f685ee221fe819a8"
56
56
  }