@ikas/storefront 1.0.14-alpha.2 → 1.0.14-alpha.3

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
@@ -73654,7 +73654,7 @@ var IkasCustomerStore = /** @class */ (function () {
73654
73654
  if (typeof window === "undefined")
73655
73655
  return [2 /*return*/];
73656
73656
  redirect = new URLSearchParams(window.location.search).get("redirect") || "";
73657
- url = process.env.NEXT_PUBLIC_BASE_URL + "/api/sf/ms/" + provider + "/login/authenticate?redirect=" + redirect;
73657
+ url = process.env.NEXT_PUBLIC_BASE_URL + "/ms/" + provider + "/login/authenticate?redirect=" + redirect;
73658
73658
  return [4 /*yield*/, fetch(url, {
73659
73659
  headers: {
73660
73660
  "x-api-key": IkasStorefrontConfig.config.apiKey || "",
package/build/index.js CHANGED
@@ -73631,7 +73631,7 @@ var IkasCustomerStore = /** @class */ (function () {
73631
73631
  if (typeof window === "undefined")
73632
73632
  return [2 /*return*/];
73633
73633
  redirect = new URLSearchParams(window.location.search).get("redirect") || "";
73634
- url = process.env.NEXT_PUBLIC_BASE_URL + "/api/sf/ms/" + provider + "/login/authenticate?redirect=" + redirect;
73634
+ url = process.env.NEXT_PUBLIC_BASE_URL + "/ms/" + provider + "/login/authenticate?redirect=" + redirect;
73635
73635
  return [4 /*yield*/, fetch(url, {
73636
73636
  headers: {
73637
73637
  "x-api-key": IkasStorefrontConfig.config.apiKey || "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ikas/storefront",
3
- "version": "1.0.14-alpha.2",
3
+ "version": "1.0.14-alpha.3",
4
4
  "main": "./build/index.js",
5
5
  "module": "./build/index.es.js",
6
6
  "author": "Umut Ozan Yıldırım",