@djust-b2b/djust-front-sdk 1.21.1 → 1.21.2

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.
@@ -70,9 +70,6 @@ const publicRoutes = new Map([
70
70
  ["/v1/shop/customer-accounts", new Set(["POST"])], // Seulement POST est public
71
71
  ["/v1/shop/attributes", new Set(["GET"])],
72
72
  ["/v1/shop/custom-fields", new Set(["GET"])],
73
- ["/v1/shop/offer-inventories", new Set(["GET"])],
74
- ["/v2/shop/autocomplete", new Set(["GET"])],
75
- ["/v2/shop/search", new Set(["GET"])],
76
73
  ]);
77
74
  const publicRoutePatterns = [
78
75
  "/v1/shop/navigation-category/",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djust-b2b/djust-front-sdk",
3
- "version": "1.21.1",
3
+ "version": "1.21.2",
4
4
  "description": "DJUST Front SDK is a versatile JavaScript Software Development Kit (SDK) ",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",