react-native-bdk-sdk 0.1.2 → 0.1.3

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 (2) hide show
  1. package/README.md +2 -6
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- ![BDK Banner](https://github.com/Psycarlo/react-native-bdk-sdk/tree/main/assets/bdk-banner.png)
1
+ ![BDK Banner](https://github.com/Psycarlo/react-native-bdk-sdk/blob/main/assets/bdk-banner.png)
2
2
 
3
3
  <div align="center">
4
4
  <h1>react-native-bdk-sdk</h1>
@@ -14,11 +14,7 @@ A modern, lightweight, descriptor-based wallet library written in Rust! And now,
14
14
  <div align="center">
15
15
  <a href="https://bitcoindevkit.org/">BDK Website</a> ·
16
16
  <a href="https://docs.rs/bdk_wallet/latest/bdk_wallet/">BDK Wallet</a>
17
- </p>
18
-
19
- https://bitcoindevkit.org/
20
- https://docs.rs/bdk_wallet/latest/bdk_wallet/
21
-
17
+ </div>
22
18
 
23
19
  ## Installation
24
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-bdk-sdk",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "React Native language bindings for the Bitcoin Development Kit",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",
@@ -79,8 +79,8 @@
79
79
  "access": "public"
80
80
  },
81
81
  "checksums": {
82
- "android": "5187e0af4f079ac64989d1d0aecffd40a57f7fe3e5f60498eb90cad08c73b289",
83
- "ios": "dff052cfedc4ec1fec791328fd8fee61f26d93d06929495242d7934b1b9b8786"
82
+ "android": "ce49aff791b6b32205ff410d61fc75b9cbcad33ed4c19ccaa93cf8cbac19d06f",
83
+ "ios": "1984328794090754d98c71b159ac78b19c6021bd4d8b33106091a5a256b5447d"
84
84
  },
85
85
  "dependencies": {
86
86
  "uniffi-bindgen-react-native": "0.30.0-1"