@ikas/storefront-config 5.0.6 → 5.0.7

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 (2) hide show
  1. package/build/index.d.ts +1 -0
  2. package/package.json +3 -3
package/build/index.d.ts CHANGED
@@ -128,6 +128,7 @@ export declare type IkasStorefrontConfigParams = {
128
128
  stockPreference?: IkasThemeJsonStockPreference;
129
129
  translations: Record<string, any>;
130
130
  storefrontJSScripts: string[];
131
+ highPriorityStoreFrontJSScripts: string[];
131
132
  customerReviewSettings?: IkasCustomerReviewSettings | null;
132
133
  productBackInStockSettings?: IkasProductBackInStockSettings | null;
133
134
  merchantSettings?: IkasMerchantSettings | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront-config",
3
- "version": "5.0.6",
3
+ "version": "5.0.7",
4
4
  "description": "Common configuration for ikas storefront packages.",
5
5
  "main": "./build/index.js",
6
6
  "module": "./build/index.js",
@@ -17,7 +17,7 @@
17
17
  "license": "ISC",
18
18
  "dependencies": {},
19
19
  "devDependencies": {
20
- "@ikas/storefront-models": "^5.0.6",
20
+ "@ikas/storefront-models": "^5.0.7",
21
21
  "prettier": "^2.2.1",
22
22
  "rollup": "^2.75.6",
23
23
  "rollup-plugin-terser": "^7.0.2",
@@ -27,6 +27,6 @@
27
27
  "typescript-transform-paths": "^2.2.2"
28
28
  },
29
29
  "peerDependencies": {
30
- "@ikas/storefront-models": "^5.0.6"
30
+ "@ikas/storefront-models": "^5.0.7"
31
31
  }
32
32
  }