@ikas/storefront 0.0.161-alpha.6 → 0.0.161-alpha.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.
package/build/index.es.js CHANGED
@@ -38030,6 +38030,7 @@ var SettingsHelper = /** @class */ (function () {
38030
38030
  _b = [{}];
38031
38031
  return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
38032
38032
  i18n: serverRuntimeConfig.i18n,
38033
+ serializeConfig: false,
38033
38034
  })];
38034
38035
  case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
38035
38036
  _d)];
@@ -38038,6 +38039,7 @@ var SettingsHelper = /** @class */ (function () {
38038
38039
  _c = [{}];
38039
38040
  return [4 /*yield*/, serverSideTranslations(locale, componentDirs, {
38040
38041
  i18n: serverRuntimeConfig.i18n,
38042
+ serializeConfig: false,
38041
38043
  })];
38042
38044
  case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
38043
38045
  _e.revalidate = 60,
package/build/index.js CHANGED
@@ -38007,6 +38007,7 @@ var SettingsHelper = /** @class */ (function () {
38007
38007
  _b = [{}];
38008
38008
  return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
38009
38009
  i18n: serverRuntimeConfig.i18n,
38010
+ serializeConfig: false,
38010
38011
  })];
38011
38012
  case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
38012
38013
  _d)];
@@ -38015,6 +38016,7 @@ var SettingsHelper = /** @class */ (function () {
38015
38016
  _c = [{}];
38016
38017
  return [4 /*yield*/, serverSideTranslations.serverSideTranslations(locale, componentDirs, {
38017
38018
  i18n: serverRuntimeConfig.i18n,
38019
+ serializeConfig: false,
38018
38020
  })];
38019
38021
  case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
38020
38022
  _e.revalidate = 60,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.161-alpha.6",
3
+ "version": "0.0.161-alpha.7",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",