@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 CHANGED
@@ -151,7 +151,7 @@ function getFloPayEnvironment() {
151
151
  }
152
152
 
153
153
  // src/constants.ts
154
- var SDK_VERSION = "1.1.5";
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;