@portkey/graphql 0.0.1-alpha.8.8 → 0.0.1-alpha.8.9

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": "0.0.1-alpha.8.8",
3
+ "version": "0.0.1-alpha.8.9",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "@apollo/client": "^3.7.3",
32
- "@portkey/types": "^0.0.1-alpha.8.8",
32
+ "@portkey/types": "^0.0.1-alpha.8.9",
33
33
  "graphql": "^16.6.0",
34
34
  "subscriptions-transport-ws": "^0.11.0"
35
35
  },
@@ -43,5 +43,5 @@
43
43
  "ts-node": "^10.9.1",
44
44
  "typescript": "^4.9.4"
45
45
  },
46
- "gitHead": "57e2edeb5b5e07f280ea7be3cbcae04db8dcfe8b"
46
+ "gitHead": "91519f93ee7629a2194e17f7556848f66a4a8f5d"
47
47
  }