@graphcommerce/magento-graphql 6.2.0-canary.90 → 6.2.0-canary.91

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,7 @@
1
1
  # Change Log
2
2
 
3
+ ## 6.2.0-canary.91
4
+
3
5
  ## 6.2.0-canary.90
4
6
 
5
7
  ## 6.2.0-canary.89
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": "6.2.0-canary.90",
5
+ "version": "6.2.0-canary.91",
6
6
  "sideEffects": false,
7
7
  "main": "index.ts",
8
8
  "prettier": "@graphcommerce/prettier-config-pwa",
@@ -13,12 +13,12 @@
13
13
  }
14
14
  },
15
15
  "devDependencies": {
16
- "@graphcommerce/eslint-config-pwa": "6.2.0-canary.90",
17
- "@graphcommerce/prettier-config-pwa": "6.2.0-canary.90",
18
- "@graphcommerce/typescript-config-pwa": "6.2.0-canary.90"
16
+ "@graphcommerce/eslint-config-pwa": "6.2.0-canary.91",
17
+ "@graphcommerce/prettier-config-pwa": "6.2.0-canary.91",
18
+ "@graphcommerce/typescript-config-pwa": "6.2.0-canary.91"
19
19
  },
20
20
  "dependencies": {
21
- "@graphcommerce/graphql": "6.2.0-canary.90"
21
+ "@graphcommerce/graphql": "6.2.0-canary.91"
22
22
  },
23
23
  "peerDependencies": {
24
24
  "next": "^13.2.0",
@@ -41,6 +41,10 @@ type CartItemError {
41
41
  message: String!
42
42
  }
43
43
 
44
+ type CartItemPrices {
45
+ price_including_tax: Money
46
+ }
47
+
44
48
  enum CartItemErrorType {
45
49
  UNDEFINED
46
50
  ITEM_QTY