@operato/graphql
Advanced tools
Comparing version 1.2.0 to 1.2.6
@@ -6,2 +6,12 @@ # Change Log | ||
### [1.2.6](https://github.com/hatiolab/operato/compare/v1.2.5...v1.2.6) (2023-03-18) | ||
### :bug: Bug Fix | ||
* upgrade @apollo/server V4 ([8cacf10](https://github.com/hatiolab/operato/commit/8cacf10a16c38880945c0a18872f0825815f2afb)) | ||
* upgrade @apollo/server V4 ([7ee7ead](https://github.com/hatiolab/operato/commit/7ee7ead2bfac4b1744a79fe25858fc37d21a2c3d)) | ||
## [1.2.0](https://github.com/hatiolab/operato/compare/v1.1.84...v1.2.0) (2023-03-06) | ||
@@ -8,0 +18,0 @@ |
@@ -7,3 +7,2 @@ import { createUploadLink } from 'apollo-upload-client'; | ||
import { getMainDefinition } from '@apollo/client/utilities'; | ||
// import { persistCache } from 'apollo-cache-persist' | ||
export const GRAPHQL_URI = '/graphql'; | ||
@@ -10,0 +9,0 @@ export const SUBSCRIPTION_URI = GRAPHQL_URI; |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh@hatiolab.com", | ||
"version": "1.2.0", | ||
"version": "1.2.6", | ||
"main": "dist/src/index.js", | ||
@@ -60,3 +60,3 @@ "module": "dist/src/index.js", | ||
"@open-wc/testing": "^3.1.6", | ||
"@types/apollo-upload-client": "^17.0.1", | ||
"@types/apollo-upload-client": "^17.0.2", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
@@ -113,3 +113,3 @@ "@typescript-eslint/parser": "^4.33.0", | ||
}, | ||
"gitHead": "7b4a27e31f0da517352d5ebde600299584013bf9" | ||
"gitHead": "2a0a66f05596db4fe74c180820fe71d2962c6c22" | ||
} |
@@ -19,4 +19,2 @@ import { createUploadLink } from 'apollo-upload-client' | ||
// import { persistCache } from 'apollo-cache-persist' | ||
export const GRAPHQL_URI = '/graphql' | ||
@@ -23,0 +21,0 @@ export const SUBSCRIPTION_URI = GRAPHQL_URI |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
146487
810