zeldwallet 0.1.0 → 0.1.1

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.
@@ -15477,7 +15477,7 @@ class LC {
15477
15477
  `, document.head.appendChild(t);
15478
15478
  }
15479
15479
  }
15480
- const zC = "0.1.0", qC = {
15480
+ const zC = "0.1.1", qC = {
15481
15481
  version: zC
15482
15482
  }, KC = qC.version, gg = ["getInfo", "getAddresses", "signMessage", "signPsbt"], VC = ["WBIP004", "WBIP005", "WBIP006"];
15483
15483
  class jC {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "overrides": {
4
4
  "valibot": "^1.2.0"
5
5
  },
6
- "version": "0.1.0",
6
+ "version": "0.1.1",
7
7
  "description": "Lightweight JavaScript library for creating a Bitcoin wallet directly in the browser",
8
8
  "type": "module",
9
9
  "main": "./dist/zeldwallet.es.js",
@@ -19,8 +19,8 @@
19
19
  "dist"
20
20
  ],
21
21
  "peerDependencies": {
22
- "react": "^18.2.0",
23
- "react-dom": "^18.2.0"
22
+ "react": "^18.2.0 || ^19.0.0",
23
+ "react-dom": "^18.2.0 || ^19.0.0"
24
24
  },
25
25
  "peerDependenciesMeta": {
26
26
  "react": {