Release independent packages

napi@2.0.1
napi-derive@2.0.1
This commit is contained in:
LongYinan 2021-12-22 00:19:07 +08:00
parent 0dbda09cb3
commit 828c6cf625
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
3 changed files with 18 additions and 18 deletions

View file

@ -6,7 +6,10 @@ license = "MIT"
name = "napi-derive-backend"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "1.0.17"
version = "1.0.18"
[package.metadata.workspaces]
independent = true
[features]
noop = []
@ -26,6 +29,3 @@ version = "1"
[dependencies.once_cell]
optional = true
version = "1"
[package.metadata.workspaces]
independent = true

View file

@ -7,7 +7,10 @@ license = "MIT"
name = "napi-derive"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0"
version = "2.0.1"
[package.metadata.workspaces]
independent = true
[features]
compat-mode = []
@ -19,13 +22,10 @@ type-def = ["napi-derive-backend/type-def"]
[dependencies]
convert_case = "0.4"
napi-derive-backend = {version = "1.0.17", path = "../backend"}
napi-derive-backend = {version = "1.0.18", path = "../backend"}
proc-macro2 = "1.0"
quote = "1.0"
syn = {version = "1.0", features = ["fold", "full", "extra-traits"]}
[lib]
proc-macro = true
[package.metadata.workspaces]
independent = true

View file

@ -7,7 +7,13 @@ license = "MIT"
name = "napi"
readme = "README.md"
repository = "https://github.com/napi-rs/napi-rs"
version = "2.0.0"
version = "2.0.1"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true
[features]
async = ["tokio_rt"]
@ -32,9 +38,6 @@ ctor = "0.1"
lazy_static = "1"
napi-sys = {version = "2.1.0", path = "../sys"}
[target.'cfg(windows)'.dependencies]
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}
[dependencies.encoding_rs]
optional = true
version = "0.8"
@ -52,8 +55,5 @@ version = "1"
optional = true
version = "1"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true
[target.'cfg(windows)'.dependencies]
windows = {version = "0.29", features = ["Win32_System_WindowsProgramming", "Win32_System_LibraryLoader", "Win32_Foundation"]}