@portkey/graphql 2.5.0-alpha.7 → 2.6.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 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/graphql",
3
- "version": "2.5.0-alpha.7",
3
+ "version": "2.6.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.7",
41
+ "@portkey/types": "^2.6.0-alpha.3",
42
42
  "graphql": "^16.6.0",
43
43
  "subscriptions-transport-ws": "^0.11.0"
44
44
  },
@@ -52,8 +52,5 @@
52
52
  "ts-node": "^10.9.1",
53
53
  "typescript": "^4.9.4"
54
54
  },
55
- "peerDependencies": {
56
- "@portkey/types": "^2.0.0-alpha.19"
57
- },
58
- "gitHead": "41f2db90eda5f92185034f771c88a6f86cf33296"
55
+ "gitHead": "403a854290a6962e1df72b9f358c7ca60af6b577"
59
56
  }