@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.cjs
CHANGED
|
@@ -151,7 +151,7 @@ function getFloPayEnvironment() {
|
|
|
151
151
|
}
|
|
152
152
|
|
|
153
153
|
// src/constants.ts
|
|
154
|
-
var SDK_VERSION = "1.1.
|
|
154
|
+
var SDK_VERSION = "1.1.6";
|
|
155
155
|
var BILLING_API_URL_STAGING = "https://api.stage.flopay.com";
|
|
156
156
|
var BILLING_API_URL_PRODUCTION = "https://api.flopay.com";
|
|
157
157
|
var DEFAULT_API_BASE_URL = BILLING_API_URL_STAGING;
|