@otoplo/wallet-common 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.
Files changed (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@otoplo/wallet-common",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Shared common library for internal use in Otoplo wallet",
5
5
  "license": "MIT",
6
6
  "author": "vgrunner",
@@ -33,11 +33,8 @@
33
33
  "dependencies": {
34
34
  "@noble/ciphers": "^2.1.1",
35
35
  "@noble/hashes": "^2.0.1",
36
- "@otoplo/electrum-client": "^0.2.1",
37
36
  "@scure/bip39": "^2.0.1",
38
- "jszip": "^3.10.1",
39
- "libnexa-ts": "^3.0.0",
40
- "wallet-comms-sdk": "^0.9.1"
37
+ "jszip": "^3.10.1"
41
38
  },
42
39
  "devDependencies": {
43
40
  "del-cli": "^7.0.0",
@@ -48,9 +45,12 @@
48
45
  "vite-plugin-dts": "^4.5.4"
49
46
  },
50
47
  "peerDependencies": {
48
+ "@otoplo/electrum-client": "^0.2.1",
51
49
  "@reduxjs/toolkit": "^2.11.0",
50
+ "libnexa-ts": "^3.0.0",
52
51
  "react": "^19.1.0",
53
- "react-redux": "^9.2.0"
52
+ "react-redux": "^9.2.0",
53
+ "wallet-comms-sdk": "^0.9.1"
54
54
  },
55
55
  "sideEffects": false
56
56
  }