@portkey/graphql 0.0.1-alpha.1 → 0.0.1-alpha.1.4

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 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/graphql",
3
- "version": "0.0.1-alpha.1",
3
+ "version": "0.0.1-alpha.1.4",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC",
@@ -16,7 +16,6 @@
16
16
  "main": "./dist/index.js",
17
17
  "exports": "./dist/index.js",
18
18
  "scripts": {
19
- "postinstall": "yarn build",
20
19
  "prebuild": "rm -rf dist",
21
20
  "build": "tsc",
22
21
  "start": "tsc --watch",
@@ -26,7 +25,7 @@
26
25
  "@apollo/client": "^3.7.3",
27
26
  "graphql": "^16.6.0",
28
27
  "subscriptions-transport-ws": "^0.11.0",
29
- "@portkey/types": "^0.0.1-alpha.1"
28
+ "@portkey/types": "^0.0.1-alpha.1.4"
30
29
  },
31
30
  "devDependencies": {
32
31
  "@graphql-codegen/cli": "^2.16.2",