brainerce 1.48.1 → 1.50.0

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/dist/index.js CHANGED
@@ -9114,6 +9114,12 @@ var ALLOWED_PAYMENT_HOSTS = [
9114
9114
  // Takbull
9115
9115
  "takbull.co.il",
9116
9116
  "api.takbull.co.il",
9117
+ // MAX (מקס) — served by Hyp (formerly Yaad Sarig). `pay.hyp.co.il` is the
9118
+ // live gateway for MAX terminals, verified against a real MAX test terminal;
9119
+ // `icom.yaad.net` is the same backend under its legacy hostname and is still
9120
+ // reachable, so a terminal configured against it keeps working.
9121
+ "pay.hyp.co.il",
9122
+ "icom.yaad.net",
9117
9123
  // Brainerce-hosted payment embeds (backend payment-embed proxy at
9118
9124
  // `/api/payment/embed/...` that fronts provider apps' embed shells —
9119
9125
  // e.g. cardcom-payments OpenFields wrapper). The match also covers
package/dist/index.mjs CHANGED
@@ -9030,6 +9030,12 @@ var ALLOWED_PAYMENT_HOSTS = [
9030
9030
  // Takbull
9031
9031
  "takbull.co.il",
9032
9032
  "api.takbull.co.il",
9033
+ // MAX (מקס) — served by Hyp (formerly Yaad Sarig). `pay.hyp.co.il` is the
9034
+ // live gateway for MAX terminals, verified against a real MAX test terminal;
9035
+ // `icom.yaad.net` is the same backend under its legacy hostname and is still
9036
+ // reachable, so a terminal configured against it keeps working.
9037
+ "pay.hyp.co.il",
9038
+ "icom.yaad.net",
9033
9039
  // Brainerce-hosted payment embeds (backend payment-embed proxy at
9034
9040
  // `/api/payment/embed/...` that fronts provider apps' embed shells —
9035
9041
  // e.g. cardcom-payments OpenFields wrapper). The match also covers
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "brainerce",
3
- "version": "1.48.1",
3
+ "version": "1.50.0",
4
4
  "description": "Official SDK for building e-commerce storefronts with Brainerce Platform. Perfect for vibe-coded sites, AI-built stores (Cursor, Lovable, v0), and custom storefronts.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",