@flopay/shared 1.2.4 → 1.2.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
@@ -998,7 +998,7 @@ declare function getConfiguredBillingApiUrl(): string;
998
998
  declare function getFloPayEnvironment(): FloPayEnvironment;
999
999
 
1000
1000
  /** Current SDK version. */
1001
- declare const SDK_VERSION = "1.2.4";
1001
+ declare const SDK_VERSION = "1.2.5";
1002
1002
  /** Billing API URL for staging environment. */
1003
1003
  declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
1004
1004
  /** Billing API URL for production environment. */
package/dist/index.d.ts CHANGED
@@ -998,7 +998,7 @@ declare function getConfiguredBillingApiUrl(): string;
998
998
  declare function getFloPayEnvironment(): FloPayEnvironment;
999
999
 
1000
1000
  /** Current SDK version. */
1001
- declare const SDK_VERSION = "1.2.4";
1001
+ declare const SDK_VERSION = "1.2.5";
1002
1002
  /** Billing API URL for staging environment. */
1003
1003
  declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
1004
1004
  /** Billing API URL for production environment. */
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.2.4";
82
+ var SDK_VERSION = "1.2.5";
83
83
  var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
84
84
  var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";
85
85
  var DEFAULT_API_BASE_URL = BILLING_API_URL_STAGING;