Skip to content

Commit cae2beb

Browse files
authored
chore: publish oxc_napi_resolver (oxc-project#496)
closes oxc-project#494
1 parent 6667579 commit cae2beb

3 files changed

Lines changed: 30 additions & 8 deletions

File tree

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: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22
members = ["napi"]
33
resolver = "2"
44

5-
[package]
6-
name = "oxc_resolver"
7-
version = "8.0.0"
5+
[workspace.package]
86
authors = ["Boshen <boshenc@gmail.com>"]
97
categories = ["development-tools"]
108
edition = "2024"
@@ -17,6 +15,21 @@ repository = "https://github.com/oxc-project/oxc-resolver"
1715
rust-version = "1.85.0"
1816
description = "ESM / CJS module resolution"
1917

18+
[package]
19+
name = "oxc_resolver"
20+
version = "8.0.0"
21+
authors.workspace = true
22+
categories.workspace = true
23+
edition.workspace = true
24+
homepage.workspace = true
25+
include.workspace = true
26+
keywords.workspace = true
27+
license.workspace = true
28+
readme.workspace = true
29+
repository.workspace = true
30+
rust-version.workspace = true
31+
description.workspace = true
32+
2033
[lib]
2134
doctest = false
2235

napi/Cargo.toml

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
[package]
22
name = "oxc_napi_resolver"
3-
version = "0.0.0"
4-
edition = "2024"
5-
publish = false
6-
rust-version = "1.85.0"
3+
version = "8.0.0"
4+
publish = true
5+
authors.workspace = true
6+
categories.workspace = true
7+
edition.workspace = true
8+
homepage.workspace = true
9+
include.workspace = true
10+
keywords.workspace = true
11+
license.workspace = true
12+
readme.workspace = true
13+
repository.workspace = true
14+
rust-version.workspace = true
15+
description.workspace = true
716

817
[lib]
918
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)