@flopay/shared 1.1.5 → 1.1.6
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
|
@@ -935,7 +935,7 @@ declare function getConfiguredBillingApiUrl(): string;
|
|
|
935
935
|
declare function getFloPayEnvironment(): FloPayEnvironment;
|
|
936
936
|
|
|
937
937
|
/** Current SDK version. */
|
|
938
|
-
declare const SDK_VERSION = "1.1.
|
|
938
|
+
declare const SDK_VERSION = "1.1.6";
|
|
939
939
|
/** Billing API URL for staging environment. */
|
|
940
940
|
declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
941
941
|
/** Billing API URL for production environment. */
|
package/dist/index.d.ts
CHANGED
|
@@ -935,7 +935,7 @@ declare function getConfiguredBillingApiUrl(): string;
|
|
|
935
935
|
declare function getFloPayEnvironment(): FloPayEnvironment;
|
|
936
936
|
|
|
937
937
|
/** Current SDK version. */
|
|
938
|
-
declare const SDK_VERSION = "1.1.
|
|
938
|
+
declare const SDK_VERSION = "1.1.6";
|
|
939
939
|
/** Billing API URL for staging environment. */
|
|
940
940
|
declare const BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
941
941
|
/** Billing API URL for production environment. */
|
package/dist/index.mjs
CHANGED
|
@@ -63,7 +63,7 @@ function getFloPayEnvironment() {
|
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
// src/constants.ts
|
|
66
|
-
var SDK_VERSION = "1.1.
|
|
66
|
+
var SDK_VERSION = "1.1.6";
|
|
67
67
|
var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
68
68
|
var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";
|
|
69
69
|
var DEFAULT_API_BASE_URL = BILLING_API_URL_STAGING;
|