@graphcommerce/magento-product 8.1.0-canary.22 → 8.1.0-canary.24

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.
@@ -1,4 +1,4 @@
1
- fragment ProductListItem on ProductInterface @injectable {
1
+ fragment ProductListItem on ProductInterface {
2
2
  uid
3
3
  ...ProductLink
4
4
  sku
@@ -1,4 +1,4 @@
1
- fragment ProductPageItem on ProductInterface @injectable {
1
+ fragment ProductPageItem on ProductInterface {
2
2
  __typename
3
3
  uid
4
4
  ...ProductListItem
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 8.1.0-canary.24
4
+
5
+ ## 8.1.0-canary.23
6
+
3
7
  ## 8.1.0-canary.22
4
8
 
5
9
  ## 8.1.0-canary.21
@@ -1,4 +1,4 @@
1
- fragment UseAddProductsToCartAction on ProductInterface @injectable {
1
+ fragment UseAddProductsToCartAction on ProductInterface {
2
2
  uid
3
3
  sku
4
4
  only_x_left_in_stock
@@ -1,4 +1,4 @@
1
- fragment JsonLdProduct on ProductInterface @inject(into: ["ProductPageItem"]) @injectable {
1
+ fragment JsonLdProduct on ProductInterface @inject(into: ["ProductPageItem"]) {
2
2
  uid
3
3
  name
4
4
  sku
@@ -1,4 +1,4 @@
1
- fragment ProductCustomizable on CustomizableProductInterface @injectable {
1
+ fragment ProductCustomizable on CustomizableProductInterface {
2
2
  options {
3
3
  uid
4
4
  __typename
@@ -1,4 +1,4 @@
1
- fragment ComplexTextValue on ComplexTextValue @injectable {
1
+ fragment ComplexTextValue on ComplexTextValue {
2
2
  html
3
3
  __typename
4
4
  }
@@ -1,4 +1,4 @@
1
- fragment ProductPageMeta on ProductInterface @injectable {
1
+ fragment ProductPageMeta on ProductInterface {
2
2
  ...ProductLink
3
3
  sku
4
4
  name
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/magento-product",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "8.1.0-canary.22",
5
+ "version": "8.1.0-canary.24",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -18,18 +18,18 @@
18
18
  "typescript": "5.3.3"
19
19
  },
20
20
  "peerDependencies": {
21
- "@graphcommerce/ecommerce-ui": "^8.1.0-canary.22",
22
- "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.22",
23
- "@graphcommerce/framer-next-pages": "^8.1.0-canary.22",
24
- "@graphcommerce/framer-scroller": "^8.1.0-canary.22",
25
- "@graphcommerce/graphql": "^8.1.0-canary.22",
26
- "@graphcommerce/graphql-mesh": "^8.1.0-canary.22",
27
- "@graphcommerce/image": "^8.1.0-canary.22",
28
- "@graphcommerce/magento-cart": "^8.1.0-canary.22",
29
- "@graphcommerce/magento-store": "^8.1.0-canary.22",
30
- "@graphcommerce/next-ui": "^8.1.0-canary.22",
31
- "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.22",
32
- "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.22",
21
+ "@graphcommerce/ecommerce-ui": "^8.1.0-canary.24",
22
+ "@graphcommerce/eslint-config-pwa": "^8.1.0-canary.24",
23
+ "@graphcommerce/framer-next-pages": "^8.1.0-canary.24",
24
+ "@graphcommerce/framer-scroller": "^8.1.0-canary.24",
25
+ "@graphcommerce/graphql": "^8.1.0-canary.24",
26
+ "@graphcommerce/graphql-mesh": "^8.1.0-canary.24",
27
+ "@graphcommerce/image": "^8.1.0-canary.24",
28
+ "@graphcommerce/magento-cart": "^8.1.0-canary.24",
29
+ "@graphcommerce/magento-store": "^8.1.0-canary.24",
30
+ "@graphcommerce/next-ui": "^8.1.0-canary.24",
31
+ "@graphcommerce/prettier-config-pwa": "^8.1.0-canary.24",
32
+ "@graphcommerce/typescript-config-pwa": "^8.1.0-canary.24",
33
33
  "@lingui/core": "^4.2.1",
34
34
  "@lingui/macro": "^4.2.1",
35
35
  "@lingui/react": "^4.2.1",