@graphcommerce/magento-graphql 3.0.7 → 3.0.10

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,5 +1,25 @@
1
1
  # Change Log
2
2
 
3
+ ## 3.0.10
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`25ef6cf08`](https://github.com/graphcommerce-org/graphcommerce/commit/25ef6cf08c278105307d6f604b7135d637e9046c), [`80e30bb77`](https://github.com/graphcommerce-org/graphcommerce/commit/80e30bb77015755fbc00a7935d590f80c1c1c18c)]:
8
+ - @graphcommerce/graphql@3.1.2
9
+
10
+ ## 3.0.9
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1429](https://github.com/graphcommerce-org/graphcommerce/pull/1429) [`e58df7278`](https://github.com/graphcommerce-org/graphcommerce/commit/e58df727829a12941e7b2ae2159ee2233969493c) Thanks [@paales](https://github.com/paales)! - type policies for Mollie shouldn’t be in the core package
15
+
16
+ ## 3.0.8
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [[`100f4c38c`](https://github.com/graphcommerce-org/graphcommerce/commit/100f4c38c8fcda4bc6e0425e38028b550b60adc2)]:
21
+ - @graphcommerce/graphql@3.1.1
22
+
3
23
  ## 3.0.7
4
24
 
5
25
  ### Patch Changes
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-graphql",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "3.0.7",
5
+ "version": "3.0.10",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -13,13 +13,13 @@
13
13
  }
14
14
  },
15
15
  "devDependencies": {
16
- "@graphcommerce/eslint-config-pwa": "^4.1.5",
16
+ "@graphcommerce/eslint-config-pwa": "^4.1.6",
17
17
  "@graphcommerce/prettier-config-pwa": "^4.0.6",
18
18
  "@graphcommerce/typescript-config-pwa": "^4.0.2",
19
19
  "@playwright/test": "^1.21.1"
20
20
  },
21
21
  "dependencies": {
22
- "@graphcommerce/graphql": "3.1.0"
22
+ "@graphcommerce/graphql": "3.1.2"
23
23
  },
24
24
  "peerDependencies": {
25
25
  "next": "12.1.2",
package/typePolicies.ts CHANGED
@@ -148,9 +148,6 @@ export const magentoTypePolicies: StrictTypedTypePolicies = {
148
148
  // LayerFilterItemInterface: { keyFields: false },
149
149
  MediaGalleryEntry: { keyFields: ['uid'] },
150
150
  // MediaGalleryInterface: { keyFields: false },
151
- MollieIssuer: { keyFields: ['code'] },
152
- // MolliePaymentMethodMeta: { keyFields: false },
153
- // MollieTransactionOutput: { keyFields: false },
154
151
  // Money: { keyFields: false },
155
152
  Order: { keyFields: ['order_number'] },
156
153
  // OrderAddress: { keyFields: false },