@ikas/storefront 0.0.161-alpha.8 → 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
@@ -38034,6 +38034,7 @@ var SettingsHelper = /** @class */ (function () {
38034
38034
  defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
38035
38035
  },
38036
38036
  serializeConfig: false,
38037
+ localePath: serverRuntimeConfig.localePath,
38037
38038
  })];
38038
38039
  case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
38039
38040
  _d)];
@@ -38046,6 +38047,7 @@ var SettingsHelper = /** @class */ (function () {
38046
38047
  defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
38047
38048
  },
38048
38049
  serializeConfig: false,
38050
+ localePath: serverRuntimeConfig.localePath,
38049
38051
  })];
38050
38052
  case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
38051
38053
  _e.revalidate = 60,
package/build/index.js CHANGED
@@ -38011,6 +38011,7 @@ var SettingsHelper = /** @class */ (function () {
38011
38011
  defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
38012
38012
  },
38013
38013
  serializeConfig: false,
38014
+ localePath: serverRuntimeConfig.localePath,
38014
38015
  })];
38015
38016
  case 3: return [2 /*return*/, (_d.props = __assign.apply(void 0, [__assign.apply(void 0, _b.concat([(_f.sent())])), provider.nextPageData.props]),
38016
38017
  _d)];
@@ -38023,6 +38024,7 @@ var SettingsHelper = /** @class */ (function () {
38023
38024
  defaultLocale: serverRuntimeConfig.i18n.defaultLocale,
38024
38025
  },
38025
38026
  serializeConfig: false,
38027
+ localePath: serverRuntimeConfig.localePath,
38026
38028
  })];
38027
38029
  case 5: return [2 /*return*/, (_e.props = __assign.apply(void 0, [__assign.apply(void 0, _c.concat([(_f.sent())])), provider.nextPageData.props]),
38028
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.8",
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",