@ikas/storefront 0.0.161-alpha.6 → 0.0.161-alpha.8
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/build/index.es.js +10 -2
- package/build/index.js +10 -2
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -38029,7 +38029,11 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38029
38029
|
_d = {};
|
|
38030
38030
|
_b = [{}];
|
|
38031
38031
|
return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
|
|
38032
|
-
i18n:
|
|
38032
|
+
i18n: {
|
|
38033
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38034
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38035
|
+
},
|
|
38036
|
+
serializeConfig: false,
|
|
38033
38037
|
})];
|
|
38034
38038
|
case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
38035
38039
|
_d)];
|
|
@@ -38037,7 +38041,11 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38037
38041
|
_e = {};
|
|
38038
38042
|
_c = [{}];
|
|
38039
38043
|
return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
|
|
38040
|
-
i18n:
|
|
38044
|
+
i18n: {
|
|
38045
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38046
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38047
|
+
},
|
|
38048
|
+
serializeConfig: false,
|
|
38041
38049
|
})];
|
|
38042
38050
|
case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
38043
38051
|
_e.revalidate = 60,
|
package/build/index.js
CHANGED
|
@@ -38006,7 +38006,11 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38006
38006
|
_d = {};
|
|
38007
38007
|
_b = [{}];
|
|
38008
38008
|
return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
|
|
38009
|
-
i18n:
|
|
38009
|
+
i18n: {
|
|
38010
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38011
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38012
|
+
},
|
|
38013
|
+
serializeConfig: false,
|
|
38010
38014
|
})];
|
|
38011
38015
|
case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
38012
38016
|
_d)];
|
|
@@ -38014,7 +38018,11 @@ var SettingsHelper = /** @class */ (function () {
|
|
|
38014
38018
|
_e = {};
|
|
38015
38019
|
_c = [{}];
|
|
38016
38020
|
return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
|
|
38017
|
-
i18n:
|
|
38021
|
+
i18n: {
|
|
38022
|
+
locales: serverRuntimeConfig.i18n.locales,
|
|
38023
|
+
defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
|
|
38024
|
+
},
|
|
38025
|
+
serializeConfig: false,
|
|
38018
38026
|
})];
|
|
38019
38027
|
case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
|
|
38020
38028
|
_e.revalidate = 60,
|