@sentecacommerce-theme/lib 0.14.0 → 0.14.1

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.
@@ -13,6 +13,7 @@ export declare type getProductBySlugConfig = {
13
13
  merchantKey?: string;
14
14
  expand?: string;
15
15
  project?: string;
16
+ stockLocationKey?: string;
16
17
  };
17
18
  export declare const ProductsApiFactory: {
18
19
  getInstance: () => ProductsApiType;
@@ -8,6 +8,7 @@ declare type Config = {
8
8
  merchantKey?: string;
9
9
  expand?: string;
10
10
  project?: string;
11
+ stockLocationKey?: string;
11
12
  };
12
13
  export declare const prefetchProduct: (queryCache: QueryCache, slug: string, config?: Config) => Promise<import("@sentecacommerce/sdk").ProductDTO | undefined>;
13
14
  export {};
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sentecacommerce-theme/lib",
3
3
  "sideEffects": false,
4
- "version": "0.14.0",
4
+ "version": "0.14.1",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
7
7
  "types": "dist/types/index.d.ts",
@@ -31,13 +31,13 @@
31
31
  "watch:cjs": "swc src --out-dir dist/cjs -w",
32
32
  "watch:esm": "swc src --out-dir dist/esm --no-swcrc -w"
33
33
  },
34
- "gitHead": "0a0899c89fc51a7baa0c955c62aadee8e4bd3544",
34
+ "gitHead": "14811ce20ea0c409009d35c09a1340a808c12413",
35
35
  "peerDependencies": {
36
36
  "react-query": "^2.26.2"
37
37
  },
38
38
  "dependencies": {
39
- "@sentecacommerce-theme/base": "^0.14.0",
40
- "@sentecacommerce-theme/cms": "^0.14.0",
39
+ "@sentecacommerce-theme/base": "^0.14.1",
40
+ "@sentecacommerce-theme/cms": "^0.14.1",
41
41
  "@sentecacommerce/sdk": "2.0.175",
42
42
  "body-scroll-lock": "^3.1.5",
43
43
  "copy-to-clipboard": "^3.3.1",