Skip to content

Commit b46a49e

Browse files
2 parents dcda652 + 8253cba commit b46a49e

File tree

12 files changed

+221
-844
lines changed

12 files changed

+221
-844
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ rust-version = "1.85.0"
1616
description = "ESM / CJS module resolution"
1717

1818
[workspace.dependencies]
19-
oxc_resolver = { version = "9.0.2", path = "." }
19+
oxc_resolver = { version = "10.0.0", path = "." }
2020

2121
[package]
2222
name = "oxc_resolver"
23-
version = "9.0.2"
23+
version = "10.0.0"
2424
authors.workspace = true
2525
categories.workspace = true
2626
edition.workspace = true

napi/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oxc_resolver_napi"
3-
version = "9.0.2"
3+
version = "10.0.0"
44
authors.workspace = true
55
categories.workspace = true
66
edition.workspace = true
@@ -22,8 +22,8 @@ doctest = false
2222
[dependencies]
2323
oxc_resolver = { workspace = true }
2424

25-
napi = { version = "3.0.0-alpha", default-features = false, features = ["napi3", "serde-json"] }
26-
napi-derive = { version = "3.0.0-alpha" }
25+
napi = { version = "3.0.0-beta", default-features = false, features = ["napi3", "serde-json"] }
26+
napi-derive = { version = "3.0.0-beta" }
2727
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt"] } # Omit the `regex` feature
2828

2929
[target.'cfg(not(any(target_os = "linux", target_os = "freebsd", target_arch = "arm", target_family = "wasm")))'.dependencies]
@@ -36,7 +36,7 @@ mimalloc-safe = { version = "0.1.51", optional = true, features = ["skip_collect
3636
mimalloc-safe = { version = "0.1.51", optional = true, features = ["skip_collect_on_exit", "local_dynamic_tls", "no_opt_arch"] }
3737

3838
[build-dependencies]
39-
napi-build = "2.1.6"
39+
napi-build = "2.2.0"
4040

4141
[features]
4242
default = []

0 commit comments

Comments
 (0)