Skip to content

Commit b874680

Browse files
lukasIO1egoman
andauthored
Use @napi-ffi/ref-napi instead of unmaintained ref-napi package (#36)
* Use @napi-ffi/ref-napi instead of unmaintained ref-napi package * fix: remove ref-napi from bindgen This isn't currently being used now, and if a downstream package needs it, then it should include it separately rather than relying on a bundled version in here. * fix: bump to 0.1.5 --------- Co-authored-by: Ryan Gaus <rsg1egoman@gmail.com>
1 parent 9faabc2 commit b874680

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "uniffi-bindgen-node"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55

66
[dependencies]

templates/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
},
77
"dependencies": {
88
"ffi-rs": "^1.3.0",
9-
"ref-napi": "^3.0.3",
109
"uniffi-bindgen-react-native": "^0.29.3-1"
1110
},
1211
{% if let LibPath::Modules(mods) = out_lib_path -%}
@@ -18,7 +17,6 @@
1817
},
1918
{%- endif %}
2019
"devDependencies": {
21-
"@types/node": "{{out_node_version}}",
22-
"@types/ref-napi": "^3.0.12"
20+
"@types/node": "{{out_node_version}}"
2321
}
2422
}

0 commit comments

Comments
 (0)