@haus-storefront-react/vendure-plugin-configs 1.0.4-next.11 → 1.0.4-next.13

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,3 +1,25 @@
1
+ ## 1.0.4-next.12 (2026-03-19)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated store/components/quick-order to 1.0.0-next.6
6
+ - Updated store/strategies to 1.0.4-next.12
7
+ - Updated core to 1.0.4-next.12
8
+ - Updated common/utils to 1.0.4-next.12
9
+ - Updated shared/types to 1.0.4-next.12
10
+ - Updated providers to 1.0.4-next.12
11
+
12
+ ## 1.0.4-next.11 (2026-03-18)
13
+
14
+ ### 🧱 Updated Dependencies
15
+
16
+ - Updated store/components/quick-order to 1.0.0-next.5
17
+ - Updated store/strategies to 1.0.4-next.11
18
+ - Updated core to 1.0.4-next.11
19
+ - Updated common/utils to 1.0.4-next.11
20
+ - Updated shared/types to 1.0.4-next.11
21
+ - Updated providers to 1.0.4-next.11
22
+
1
23
  ## 1.0.4-next.10 (2026-03-18)
2
24
 
3
25
  ### 🧱 Updated Dependencies
@@ -12,5 +12,5 @@ declare module '../../../../../providers/src/vendure/index.ts' {
12
12
  export interface RelatedProductsInput {
13
13
  id: string;
14
14
  take?: number;
15
- facetIds?: string[];
15
+ facetValueIds?: string[];
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haus-storefront-react/vendure-plugin-configs",
3
- "version": "1.0.4-next.11",
3
+ "version": "1.0.4-next.13",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -65,12 +65,12 @@
65
65
  }
66
66
  },
67
67
  "dependencies": {
68
- "@haus-storefront-react/common-utils": "1.0.4-next.11",
69
- "@haus-storefront-react/core": "1.0.4-next.11",
70
- "@haus-storefront-react/providers": "1.0.4-next.11",
71
- "@haus-storefront-react/quick-order": "1.0.0-next.5",
72
- "@haus-storefront-react/shared-types": "1.0.4-next.11",
73
- "@haus-storefront-react/strategies": "1.0.4-next.11"
68
+ "@haus-storefront-react/common-utils": "1.0.4-next.13",
69
+ "@haus-storefront-react/core": "1.0.4-next.13",
70
+ "@haus-storefront-react/providers": "1.0.4-next.13",
71
+ "@haus-storefront-react/quick-order": "1.0.0-next.7",
72
+ "@haus-storefront-react/shared-types": "1.0.4-next.13",
73
+ "@haus-storefront-react/strategies": "1.0.4-next.13"
74
74
  },
75
75
  "publishConfig": {
76
76
  "access": "restricted"
@@ -1 +1 @@
1
- Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`./src-Cj3iGasO.js`);const e=require(`./plugin-config-DrQQb9Ry.js`),t=require(`./src-CvZOxNaX.js`);let n=require(`@tanstack/react-query`);var r=new e.t({name:`relatedProducts`,enableFeatures:{},queryUpdates:{product:{fields:[`relatedProductIds`]},briefProducts:{fields:[`relatedProductIds`]}}});r.setRequests({relatedProducts:async e=>(await r.getSdk().createRequest({operation:`relatedProducts`,inheritFieldsFrom:`product`,variables:{input:{type:`RelatedProductsInput!`}}},{input:e},!1)).data});var i=e=>{let r=t.i();if(!r.relatedProducts)throw Error(`relatedProducts method not found in SDK. Need to register VendureRelatedProductsPlugin.`);return(0,n.useQuery)({queryKey:[`relatedProducts`,e.id,e.take,e.facetIds],queryFn:()=>r.relatedProducts(e),enabled:!!e.id})};exports.VendureRelatedProductsPlugin=r,exports.useRelatedProducts=i;
1
+ Object.defineProperty(exports,Symbol.toStringTag,{value:`Module`}),require(`./src-Cj3iGasO.js`);const e=require(`./plugin-config-DrQQb9Ry.js`),t=require(`./src-CvZOxNaX.js`);let n=require(`@tanstack/react-query`);var r=new e.t({name:`relatedProducts`,enableFeatures:{},queryUpdates:{product:{fields:[`relatedProductIds`]},briefProducts:{fields:[`relatedProductIds`]}}});r.setRequests({relatedProducts:async e=>(await r.getSdk().createRequest({operation:`relatedProducts`,inheritFieldsFrom:`product`,variables:{input:{type:`RelatedProductsInput!`}}},{input:e},!1)).data});var i=e=>{let r=t.i();if(!r.relatedProducts)throw Error(`relatedProducts method not found in SDK. Need to register VendureRelatedProductsPlugin.`);return(0,n.useQuery)({queryKey:[`relatedProducts`,e.id,e.take,e.facetValueIds],queryFn:()=>r.relatedProducts(e),enabled:!!e.id})};exports.VendureRelatedProductsPlugin=r,exports.useRelatedProducts=i;
@@ -26,7 +26,7 @@ var i = (e) => {
26
26
  "relatedProducts",
27
27
  e.id,
28
28
  e.take,
29
- e.facetIds
29
+ e.facetValueIds
30
30
  ],
31
31
  queryFn: () => r.relatedProducts(e),
32
32
  enabled: !!e.id