@flopay/shared 1.2.0 → 1.2.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -973,7 +973,7 @@ declare function getConfiguredBillingApiUrl(): string;
|
|
|
973
973
|
declare function getFloPayEnvironment(): FloPayEnvironment;
|
|
974
974
|
|
|
975
975
|
/** Current SDK version. */
|
|
976
|
-
declare const SDK_VERSION = "1.2.
|
|
976
|
+
declare const SDK_VERSION = "1.2.1";
|
|
977
977
|
/** Billing API URL for staging environment. */
|
|
978
978
|
declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
979
979
|
/** Billing API URL for production environment. */
|
package/dist/index.d.ts
CHANGED
|
@@ -973,7 +973,7 @@ declare function getConfiguredBillingApiUrl(): string;
|
|
|
973
973
|
declare function getFloPayEnvironment(): FloPayEnvironment;
|
|
974
974
|
|
|
975
975
|
/** Current SDK version. */
|
|
976
|
-
declare const SDK_VERSION = "1.2.
|
|
976
|
+
declare const SDK_VERSION = "1.2.1";
|
|
977
977
|
/** Billing API URL for staging environment. */
|
|
978
978
|
declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
979
979
|
/** 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.
|
|
82
|
+
var SDK_VERSION = "1.2.1";
|
|
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;
|