@portkey/graphql 0.0.2-alpha.2 → 0.0.2-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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/graphql",
3
- "version": "0.0.2-alpha.2",
3
+ "version": "0.0.2-alpha.3",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -54,5 +54,5 @@
54
54
  "peerDependencies": {
55
55
  "@portkey/types": "^1.5.1"
56
56
  },
57
- "gitHead": "f47ad5bac9db1797d7c86639f4bfca105528452d"
57
+ "gitHead": "2fc24d64aa0023e8cfac8d167727c2ad22a96f44"
58
58
  }