@ikas/storefront 0.0.161-alpha.7 → 0.0.161-alpha.9

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