@graphcommerce/algolia-search 9.1.0-canary.48 → 9.1.0-canary.50

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/README.md +1 -1
  3. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # @graphcommerce/algolia-search
2
2
 
3
+ ## 9.1.0-canary.50
4
+
5
+ ## 9.1.0-canary.49
6
+
3
7
  ## 9.1.0-canary.48
4
8
 
5
9
  ## 9.1.0-canary.47
package/README.md CHANGED
@@ -142,7 +142,7 @@ return {
142
142
  props: {
143
143
  ...(await page).data,
144
144
  ...(await products).data,
145
- ...(await filters).data,
145
+ ...(await filters)?.data,
146
146
  ...(await categories)?.data,
147
147
  ...(await layout)?.data,
148
148
  filterTypes: await filterTypes,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/algolia-search",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.1.0-canary.48",
5
+ "version": "9.1.0-canary.50",
6
6
  "sideEffects": false,
7
7
  "prettier": "@graphcommerce/prettier-config-pwa",
8
8
  "eslintConfig": {
@@ -15,17 +15,17 @@
15
15
  "algoliasearch": "^4.24.0"
16
16
  },
17
17
  "peerDependencies": {
18
- "@graphcommerce/ecommerce-ui": "^9.1.0-canary.48",
19
- "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.48",
20
- "@graphcommerce/graphql": "^9.1.0-canary.48",
21
- "@graphcommerce/graphql-mesh": "^9.1.0-canary.48",
22
- "@graphcommerce/magento-product": "^9.1.0-canary.48",
23
- "@graphcommerce/magento-search": "^9.1.0-canary.48",
24
- "@graphcommerce/magento-store": "^9.1.0-canary.48",
25
- "@graphcommerce/next-config": "^9.1.0-canary.48",
26
- "@graphcommerce/next-ui": "^9.1.0-canary.48",
27
- "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.48",
28
- "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.48",
18
+ "@graphcommerce/ecommerce-ui": "^9.1.0-canary.50",
19
+ "@graphcommerce/eslint-config-pwa": "^9.1.0-canary.50",
20
+ "@graphcommerce/graphql": "^9.1.0-canary.50",
21
+ "@graphcommerce/graphql-mesh": "^9.1.0-canary.50",
22
+ "@graphcommerce/magento-product": "^9.1.0-canary.50",
23
+ "@graphcommerce/magento-search": "^9.1.0-canary.50",
24
+ "@graphcommerce/magento-store": "^9.1.0-canary.50",
25
+ "@graphcommerce/next-config": "^9.1.0-canary.50",
26
+ "@graphcommerce/next-ui": "^9.1.0-canary.50",
27
+ "@graphcommerce/prettier-config-pwa": "^9.1.0-canary.50",
28
+ "@graphcommerce/typescript-config-pwa": "^9.1.0-canary.50",
29
29
  "@lingui/core": "^4.2.1",
30
30
  "@lingui/macro": "^4.2.1",
31
31
  "@lingui/react": "^4.2.1",