@graphcommerce/graphql 9.0.4-canary.8 → 9.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,26 +1,18 @@
1
1
  # Change Log
2
2
 
3
- ## 9.0.4-canary.8
3
+ ## 9.0.4
4
4
 
5
- ## 9.0.4-canary.7
5
+ ## 9.0.3
6
6
 
7
- ## 9.0.4-canary.6
7
+ ## 9.0.3-canary.0
8
8
 
9
- ## 9.0.4-canary.5
9
+ ## 9.0.2
10
10
 
11
- ## 9.0.4-canary.4
11
+ ## 9.0.2-canary.0
12
12
 
13
- ## 9.0.4-canary.3
13
+ ## 9.0.1
14
14
 
15
- ### Patch Changes
16
-
17
- - [#2477](https://github.com/graphcommerce-org/graphcommerce/pull/2477) [`8015eab`](https://github.com/graphcommerce-org/graphcommerce/commit/8015eabc130dacf1f2703980cd5f0ad2c550aa4d) - Upgraded to @apollo/client 3.12.3 without impacting typescript compilation performance. ([@paales](https://github.com/paales))
18
-
19
- ## 9.0.4-canary.2
20
-
21
- ## 9.0.4-canary.1
22
-
23
- ## 9.0.4-canary.0
15
+ ## 9.0.1-canary.1
24
16
 
25
17
  ## 9.0.0
26
18
 
package/apollo.ts CHANGED
@@ -7,9 +7,3 @@ export * from '@apollo/client/link/error'
7
7
  export * from '@apollo/client/utilities'
8
8
 
9
9
  export { getOperationName } from '@apollo/client/utilities'
10
-
11
- declare module '@apollo/client' {
12
- interface DataMasking {
13
- enabled: true
14
- }
15
- }
@@ -11,8 +11,7 @@ export function getPrivateQueryContext(
11
11
  /**
12
12
  * Defines a method to handle the current context for the query.
13
13
  *
14
- * Other plugins should be able to define their own scopes and create a plugin on this method to
15
- * augment the specific scope.
14
+ * Other plugins should be able to define their own scopes and create a plugin on this method to augment the specific scope.
16
15
  *
17
16
  * @see @graphcommerce/magento-customer/plugins/magentoCustomerGetInContext.ts
18
17
  *
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/graphql",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.4-canary.8",
5
+ "version": "9.0.4",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -27,11 +27,11 @@
27
27
  "graphql": "^16.10.0"
28
28
  },
29
29
  "peerDependencies": {
30
- "@graphcommerce/eslint-config-pwa": "^9.0.4-canary.8",
31
- "@graphcommerce/graphql-codegen-near-operation-file": "9.0.4-canary.8",
32
- "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "9.0.4-canary.8",
33
- "@graphcommerce/prettier-config-pwa": "^9.0.4-canary.8",
34
- "@graphcommerce/typescript-config-pwa": "^9.0.4-canary.8",
30
+ "@graphcommerce/eslint-config-pwa": "^9.0.4",
31
+ "@graphcommerce/graphql-codegen-near-operation-file": "9.0.4",
32
+ "@graphcommerce/graphql-codegen-relay-optimizer-plugin": "9.0.4",
33
+ "@graphcommerce/prettier-config-pwa": "^9.0.4",
34
+ "@graphcommerce/typescript-config-pwa": "^9.0.4",
35
35
  "@graphql-mesh/plugin-http-details-extensions": "*",
36
36
  "react": "^18.2.0",
37
37
  "react-dom": "^18.2.0"