@bloque/payments 0.0.4 → 0.0.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
@@ -26,7 +26,7 @@ __webpack_require__.r(__webpack_exports__);
26
26
  __webpack_require__.d(__webpack_exports__, {
27
27
  Bloque: ()=>Bloque
28
28
  });
29
- var package_namespaceObject = JSON.parse('{"UU":"@bloque/payments","rE":"0.0.4"}');
29
+ var package_namespaceObject = JSON.parse('{"UU":"@bloque/payments","rE":"0.0.6"}');
30
30
  class BloqueError extends Error {
31
31
  constructor(message){
32
32
  super(message);
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { createHmac } from "node:crypto";
2
- var package_namespaceObject = JSON.parse('{"UU":"@bloque/payments","rE":"0.0.4"}');
2
+ var package_namespaceObject = JSON.parse('{"UU":"@bloque/payments","rE":"0.0.6"}');
3
3
  class BloqueError extends Error {
4
4
  constructor(message){
5
5
  super(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bloque/payments",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "Official Bloque SDK for creating and managing payments and checkouts.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -37,6 +37,6 @@
37
37
  "node": ">=22"
38
38
  },
39
39
  "dependencies": {
40
- "@bloque/payments-core": "0.0.4"
40
+ "@bloque/payments-core": "0.0.6"
41
41
  }
42
42
  }