@flopay/shared 1.4.3 → 1.4.5

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
@@ -1497,7 +1497,7 @@ declare function getConfiguredBillingApiUrl(): string;
1497
1497
  declare function getFloPayEnvironment(): FloPayEnvironment;
1498
1498
 
1499
1499
  /** Current SDK version. */
1500
- declare const SDK_VERSION = "1.4.3";
1500
+ declare const SDK_VERSION = "1.4.5";
1501
1501
  /**
1502
1502
  * HTTP header the SDK sends on `POST /v1/checkouts/sessions` so the backend
1503
1503
  * provides compatibility visibility on session create/read requests. Vault
package/dist/index.d.ts CHANGED
@@ -1497,7 +1497,7 @@ declare function getConfiguredBillingApiUrl(): string;
1497
1497
  declare function getFloPayEnvironment(): FloPayEnvironment;
1498
1498
 
1499
1499
  /** Current SDK version. */
1500
- declare const SDK_VERSION = "1.4.3";
1500
+ declare const SDK_VERSION = "1.4.5";
1501
1501
  /**
1502
1502
  * HTTP header the SDK sends on `POST /v1/checkouts/sessions` so the backend
1503
1503
  * provides compatibility visibility on session create/read requests. Vault