@portkey/graphql 2.11.0-alpha.9 → 2.11.1-alpha.0

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.11.0-alpha.9",
3
+ "version": "2.11.1-alpha.0",
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.11.0-alpha.9",
41
+ "@portkey/types": "^2.11.1-alpha.0",
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": "e6507c223d796b34f9d8839ac4455bc99d1f8c8e"
55
+ "gitHead": "3cb4f57274be9af2c221443c3d02a9e2e2d5ddd0"
56
56
  }