@flopay/shared 1.3.3 → 1.3.4

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.d.cts CHANGED
@@ -1333,7 +1333,7 @@ declare function getConfiguredBillingApiUrl(): string;
1333
1333
  declare function getFloPayEnvironment(): FloPayEnvironment;
1334
1334
 
1335
1335
  /** Current SDK version. */
1336
- declare const SDK_VERSION = "1.3.3";
1336
+ declare const SDK_VERSION = "1.3.4";
1337
1337
  /**
1338
1338
  * HTTP header the SDK sends on `POST /v1/checkouts/sessions` so the backend
1339
1339
  * can decide whether to embed the vault capture block (the hosted PCI card
package/dist/index.d.ts CHANGED
@@ -1333,7 +1333,7 @@ declare function getConfiguredBillingApiUrl(): string;
1333
1333
  declare function getFloPayEnvironment(): FloPayEnvironment;
1334
1334
 
1335
1335
  /** Current SDK version. */
1336
- declare const SDK_VERSION = "1.3.3";
1336
+ declare const SDK_VERSION = "1.3.4";
1337
1337
  /**
1338
1338
  * HTTP header the SDK sends on `POST /v1/checkouts/sessions` so the backend
1339
1339
  * can decide whether to embed the vault capture block (the hosted PCI card
package/dist/index.mjs CHANGED
@@ -79,7 +79,7 @@ var PAYMENT_METHOD_LOGOS = {
79
79
  };
80
80
 
81
81
  // src/constants.ts
82
- var SDK_VERSION = "1.3.3";
82
+ var SDK_VERSION = "1.3.4";
83
83
  var FLO_SDK_VERSION_HEADER = "x-flo-sdk-version";
84
84
  var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
85
85
  var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";