@bloque/payments-core 0.0.11 → 0.0.12

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
@@ -28,7 +28,7 @@ __webpack_require__.d(__webpack_exports__, {
28
28
  createCheckout: ()=>createCheckout,
29
29
  init: ()=>init
30
30
  });
31
- const DEFAULT_CHECKOUT_URL = 'http://payments.bloque.app/checkout';
31
+ const DEFAULT_CHECKOUT_URL = 'https://payments.bloque.app/checkout';
32
32
  class BloqueCheckout {
33
33
  static globalConfig = null;
34
34
  iframe = null;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- const DEFAULT_CHECKOUT_URL = 'http://payments.bloque.app/checkout';
1
+ const DEFAULT_CHECKOUT_URL = 'https://payments.bloque.app/checkout';
2
2
  class BloqueCheckout {
3
3
  static globalConfig = null;
4
4
  iframe = null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloque/payments-core",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "description": "Core utilities and types for Bloque Payments.",
5
5
  "type": "module",
6
6
  "keywords": [