@portkey/graphql 1.0.0-alpha.7 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -4,6 +4,7 @@
4
4
  ![Node Version](https://img.shields.io/badge/node-14.x-green)
5
5
  [![NPM Package Version][npm-image-version]][npm-url]
6
6
 
7
+ It is already possible to follow [the standard apollo tutorial](https://www.apollographql.com/docs/react/why-apollo) to add [apollo client](https://www.apollographql.com/docs/react) to your application. However, Portkey provides graphql integration packages those simplify the integration and usage.
7
8
  ## Installation
8
9
 
9
10
  ### Using NPM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/graphql",
3
- "version": "1.0.0-alpha.7",
3
+ "version": "1.0.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": "^1.0.0-alpha.7",
41
+ "@portkey/types": "^1.0.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": "0a845025cfae911380e2863b1d75a35f84cb5bd0"
55
+ "gitHead": "faf0780b4d904ccd29c26bddfe0fa4c0cb2581ca"
56
56
  }