@bennyblader/ddk-rn 0.3.39 → 0.3.41

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.
@@ -267,9 +267,9 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
267
267
 
268
268
  [[package]]
269
269
  name = "ddk-dlc"
270
- version = "1.1.0"
270
+ version = "1.1.1"
271
271
  source = "registry+https://github.com/rust-lang/crates.io-index"
272
- checksum = "b84a9a9946895deaf49097d808bdafbaf9998323f20691aa4227161c13b32bc2"
272
+ checksum = "a22a90817914165f52e5f3a38841faa020700c719eb40baca8bab5318458b812"
273
273
  dependencies = [
274
274
  "bitcoin",
275
275
  "miniscript",
@@ -280,7 +280,7 @@ dependencies = [
280
280
 
281
281
  [[package]]
282
282
  name = "ddk_ffi"
283
- version = "0.3.39"
283
+ version = "0.3.41"
284
284
  dependencies = [
285
285
  "bip39",
286
286
  "bitcoin",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "ddk_ffi"
3
- version = "0.3.39"
3
+ version = "0.3.41"
4
4
  edition = "2021"
5
5
  license = "MIT"
6
6
  description = "rust-dlc language bindings"
@@ -16,7 +16,7 @@ crate-type = ["cdylib", "staticlib", "rlib"]
16
16
  uniffi = { version = "0.29.4", features = ["cli"] }
17
17
  # ddk-dlc = { path = "../../../ernest/dlcdevkit/dlc", features = ["use-serde"] }
18
18
  # ddk-dlc = { git = "https://github.com/bennyhodl/dlcdevkit.git", branch = "master", features = ["use-serde"] }
19
- ddk-dlc = { version = "1.1.0", features = ["use-serde"] }
19
+ ddk-dlc = { version = "1.1.1", features = ["use-serde"] }
20
20
  bitcoin = "0.32.7"
21
21
  thiserror = "2.0.12"
22
22
  secp256k1-zkp = "0.11.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bennyblader/ddk-rn",
3
- "version": "0.3.39",
3
+ "version": "0.3.41",
4
4
  "description": "dlcdevkit bindings for react-native",
5
5
  "source": "./src/index.tsx",
6
6
  "main": "./lib/commonjs/index.js",