@ikas/storefront 0.0.161-alpha.15 → 0.0.161-alpha.16

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
@@ -38052,7 +38052,6 @@ var SettingsHelper = /** @class */ (function () {
38052
38052
  nextI18nConf = serverRuntimeConfig.nextI18nConf;
38053
38053
  routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
38054
38054
  defaultRoutingLocale = routing.locale;
38055
- console.log(isLocal, nextI18nConf);
38056
38055
  if (!isServer) return [3 /*break*/, 4];
38057
38056
  _d = {};
38058
38057
  _b = [{}];
package/build/index.js CHANGED
@@ -38029,7 +38029,6 @@ var SettingsHelper = /** @class */ (function () {
38029
38029
  nextI18nConf = serverRuntimeConfig.nextI18nConf;
38030
38030
  routingLocales = uniq_1(storefront.routings.map(function (sr) { return sr.locale; }));
38031
38031
  defaultRoutingLocale = routing.locale;
38032
- console.log(isLocal, nextI18nConf);
38033
38032
  if (!isServer) return [3 /*break*/, 4];
38034
38033
  _d = {};
38035
38034
  _b = [{}];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "0.0.161-alpha.15",
3
+ "version": "0.0.161-alpha.16",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",