Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4752,8 +4752,8 @@ dependencies = [

[[package]]
name = "uniffi-dart"
version = "0.1.0"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
version = "0.1.0+v0.30.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
dependencies = [
"anyhow",
"camino",
Expand Down Expand Up @@ -4823,8 +4823,8 @@ dependencies = [

[[package]]
name = "uniffi_dart_macro"
version = "0.1.0"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
version = "0.1.0+v0.30.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
dependencies = [
"futures",
"proc-macro2",
Expand Down
8 changes: 4 additions & 4 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4752,8 +4752,8 @@ dependencies = [

[[package]]
name = "uniffi-dart"
version = "0.1.0"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
version = "0.1.0+v0.30.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
dependencies = [
"anyhow",
"camino",
Expand Down Expand Up @@ -4823,8 +4823,8 @@ dependencies = [

[[package]]
name = "uniffi_dart_macro"
version = "0.1.0"
source = "git+https://github.com/chavic/uniffi-dart.git?rev=2078791#2078791fe1f93e7a71a8a25c9934adb54d97d52e"
version = "0.1.0+v0.30.0"
source = "git+https://github.com/Uniffi-Dart/uniffi-dart.git?tag=v0.1.0%2Bv0.30.0#e3ed67f780257a5a7fae23231e13d84f931208e0"
dependencies = [
"futures",
"proc-macro2",
Expand Down
2 changes: 1 addition & 1 deletion payjoin-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ thiserror = "2.0.14"
tokio = { version = "1.47.1", features = ["full"], optional = true }
uniffi = { version = "0.30.0", features = ["cli"] }
uniffi-bindgen-cs = { git = "https://github.com/chavic/uniffi-bindgen-cs.git", rev = "878a3d269eacce64beadcd336ade0b7c8da09824", optional = true }
uniffi-dart = { git = "https://github.com/chavic/uniffi-dart.git", rev = "2078791", optional = true }
uniffi-dart = { git = "https://github.com/Uniffi-Dart/uniffi-dart.git", tag = "v0.1.0+v0.30.0", optional = true }
url = "2.5.4"

# getrandom is ignored here because it's required by the wasm_js feature
Expand Down
7 changes: 4 additions & 3 deletions payjoin-ffi/javascript/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion payjoin-ffi/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^3.6.2",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"uniffi-bindgen-react-native": "github:jhugman/uniffi-bindgen-react-native#93bed377c6e0b5cd7afd3fb7ee0d7211d5f294c5"
"uniffi-bindgen-react-native": "0.30.0-1"
},
"repository": {
"type": "git",
Expand Down
3 changes: 0 additions & 3 deletions payjoin-ffi/javascript/wasm-manifest-patch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,3 @@ features = ["wasm-unstable-single-threaded"]
payjoin = { path = "../../../../payjoin" }
payjoin-directory = { path = "../../../../payjoin-directory" }
payjoin-test-utils = { path = "../../../../payjoin-test-utils" }
# uniffi-runtime-javascript is not yet published with uniffi_core 0.30 support.
# This path patch lets cargo resolve it from the installed npm package.
uniffi-runtime-javascript = { path = "../../node_modules/uniffi-bindgen-react-native/crates/uniffi-runtime-javascript" }
Loading