File tree Expand file tree Collapse file tree 18 files changed +139
-56
lines changed Expand file tree Collapse file tree 18 files changed +139
-56
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " binding.js" ,
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ pub const fn rspack_swc_core_version() -> &'static str {
66
77/// The version of the JavaScript `@rspack/core` package.
88pub const fn rspack_pkg_version ( ) -> & ' static str {
9- "1.6.0 "
9+ "1.6.1 "
1010}
1111
1212/// The version of the Rust workspace in the root `Cargo.toml` of the repository.
1313pub const fn rspack_workspace_version ( ) -> & ' static str {
14- "0.6.0 "
14+ "0.6.1 "
1515}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-darwin-arm64" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.darwin-arm64.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" darwin" ],
17- "cpu" : [" arm64" ]
16+ "os" : [
17+ " darwin"
18+ ],
19+ "cpu" : [
20+ " arm64"
21+ ]
1822 },
19- "files" : [" rspack.darwin-arm64.node" ]
23+ "files" : [
24+ " rspack.darwin-arm64.node"
25+ ]
2026}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-darwin-x64" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.darwin-x64.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" darwin" ],
17- "cpu" : [" x64" ]
16+ "os" : [
17+ " darwin"
18+ ],
19+ "cpu" : [
20+ " x64"
21+ ]
1822 },
19- "files" : [" rspack.darwin-x64.node" ]
23+ "files" : [
24+ " rspack.darwin-x64.node"
25+ ]
2026}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-linux-arm64-gnu" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.linux-arm64-gnu.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" linux" ],
17- "cpu" : [" arm64" ],
18- "libc" : [" glibc" ]
16+ "os" : [
17+ " linux"
18+ ],
19+ "cpu" : [
20+ " arm64"
21+ ],
22+ "libc" : [
23+ " glibc"
24+ ]
1925 },
20- "files" : [" rspack.linux-arm64-gnu.node" ]
26+ "files" : [
27+ " rspack.linux-arm64-gnu.node"
28+ ]
2129}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-linux-arm64-musl" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.linux-arm64-musl.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" linux" ],
17- "cpu" : [" arm64" ],
18- "libc" : [" musl" ]
16+ "os" : [
17+ " linux"
18+ ],
19+ "cpu" : [
20+ " arm64"
21+ ],
22+ "libc" : [
23+ " musl"
24+ ]
1925 },
20- "files" : [" rspack.linux-arm64-musl.node" ]
26+ "files" : [
27+ " rspack.linux-arm64-musl.node"
28+ ]
2129}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-linux-x64-gnu" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.linux-x64-gnu.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" linux" ],
17- "cpu" : [" x64" ],
18- "libc" : [" glibc" ]
16+ "os" : [
17+ " linux"
18+ ],
19+ "cpu" : [
20+ " x64"
21+ ],
22+ "libc" : [
23+ " glibc"
24+ ]
1925 },
20- "files" : [" rspack.linux-x64-gnu.node" ]
26+ "files" : [
27+ " rspack.linux-x64-gnu.node"
28+ ]
2129}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-linux-x64-musl" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.linux-x64-musl.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" linux" ],
17- "cpu" : [" x64" ],
18- "libc" : [" musl" ]
16+ "os" : [
17+ " linux"
18+ ],
19+ "cpu" : [
20+ " x64"
21+ ],
22+ "libc" : [
23+ " musl"
24+ ]
1925 },
20- "files" : [" rspack.linux-x64-musl.node" ]
26+ "files" : [
27+ " rspack.linux-x64-musl.node"
28+ ]
2129}
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-wasm32-wasi" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.wasi.cjs" ,
1414 "publishConfig" : {
1515 "access" : " public" ,
1616 "provenance" : true ,
17- "cpu" : [" wasm32" ]
17+ "cpu" : [
18+ " wasm32"
19+ ]
1820 },
1921 "files" : [
2022 " rspack.wasm32-wasi.wasm" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @rspack/binding-win32-arm64-msvc" ,
3- "version" : " 1.6.0 " ,
3+ "version" : " 1.6.1 " ,
44 "license" : " MIT" ,
55 "description" : " Node binding for rspack" ,
66 "main" : " rspack.win32-arm64-msvc.node" ,
1313 },
1414 "publishConfig" : {
1515 "access" : " public" ,
16- "os" : [" win32" ],
17- "cpu" : [" arm64" ]
16+ "os" : [
17+ " win32"
18+ ],
19+ "cpu" : [
20+ " arm64"
21+ ]
1822 },
19- "files" : [" rspack.win32-arm64-msvc.node" ]
23+ "files" : [
24+ " rspack.win32-arm64-msvc.node"
25+ ]
2026}
You can’t perform that action at this time.
0 commit comments