-
Notifications
You must be signed in to change notification settings - Fork 27k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-add native package folders and ensure wasm artifacts are downloaded (
#31561) * Re-add native package folders and update publish-native * update jobs * ensure wasm-binaries are downloaded * only build-wasm on release
- Loading branch information
Showing
33 changed files
with
244 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
next-swc.*.node |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/android-arm64/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-android-arm64` | ||
|
||
This is the **android-arm64** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/android-arm64/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/android-arm64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-android-arm64", | ||
"version": "0.0.0", | ||
"os": [ | ||
"android" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "next-swc.android-arm64.node", | ||
"files": [ | ||
"next-swc.android-arm64.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/darwin-arm64/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-darwin-arm64` | ||
|
||
This is the **aarch64-apple-darwin** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/darwin-arm64/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/darwin-arm64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-darwin-arm64", | ||
"version": "0.0.0", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "next-swc.darwin-arm64.node", | ||
"files": [ | ||
"next-swc.darwin-arm64.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-darwin-x64` | ||
|
||
This is the **x86_64-apple-darwin** binary for `@next/swc` |
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/darwin-x64/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-darwin-x64", | ||
"version": "0.0.0", | ||
"os": [ | ||
"darwin" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "next-swc.darwin-x64.node", | ||
"files": [ | ||
"next-swc.darwin-x64.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/linux-arm-gnueabihf/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-linux-arm-gnueabihf` | ||
|
||
This is the **linux-arm-gnueabihf** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/linux-arm-gnueabihf/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/linux-arm-gnueabihf/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-linux-arm-gnueabihf", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm" | ||
], | ||
"main": "next-swc.linux-arm-gnueabihf.node", | ||
"files": [ | ||
"next-swc.linux-arm-gnueabihf.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/linux-arm64-gnu/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-linux-arm64-gnu` | ||
|
||
This is the **linux-arm64-gnu** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/linux-arm64-gnu/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/linux-arm64-gnu/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-linux-arm64-gnu", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "next-swc.linux-arm64-gnu.node", | ||
"files": [ | ||
"next-swc.linux-arm64-gnu.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/linux-arm64-musl/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-linux-arm64-musl` | ||
|
||
This is the **linux-arm64-musl** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/linux-arm64-musl/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/linux-arm64-musl/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-linux-arm64-musl", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "next-swc.linux-arm64-musl.node", | ||
"files": [ | ||
"next-swc.linux-arm64-musl.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/linux-x64-gnu/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-linux-x64-gnu` | ||
|
||
This is the **x86_64-unknown-linux-gnu** binary for `@next/swc` |
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/linux-x64-gnu/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-linux-x64-gnu", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "next-swc.linux-x64-gnu.node", | ||
"files": [ | ||
"next-swc.linux-x64-gnu.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/linux-x64-musl/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-linux-x64-musl` | ||
|
||
This is the **linux-x64-musl** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/linux-x64-musl/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/linux-x64-musl/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-linux-x64-musl", | ||
"version": "0.0.0", | ||
"os": [ | ||
"linux" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "next-swc.linux-x64-musl.node", | ||
"files": [ | ||
"next-swc.linux-x64-musl.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/win32-arm64-msvc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-win32-arm64-msvc` | ||
|
||
This is the **win32-arm64-msvc** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/win32-arm64-msvc/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/win32-arm64-msvc/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-win32-arm64-msvc", | ||
"version": "0.0.0", | ||
"os": [ | ||
"win32" | ||
], | ||
"cpu": [ | ||
"arm64" | ||
], | ||
"main": "next-swc.win32-arm64-msvc.node", | ||
"files": [ | ||
"next-swc.win32-arm64-msvc.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/win32-ia32-msvc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-win32-ia32-msvc` | ||
|
||
This is the **win32-ia32-msvc** binary for `@next/swc` |
Binary file removed
BIN
-29.2 MB
packages/next/build/swc/crates/napi/npm/win32-ia32-msvc/next-swc.darwin-arm64.node
Binary file not shown.
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/win32-ia32-msvc/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-win32-ia32-msvc", | ||
"version": "0.0.0", | ||
"os": [ | ||
"win32" | ||
], | ||
"cpu": [ | ||
"ia32" | ||
], | ||
"main": "next-swc.win32-ia32-msvc.node", | ||
"files": [ | ||
"next-swc.win32-ia32-msvc.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
packages/next/build/swc/crates/napi/npm/win32-x64-msvc/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-win32-x64-msvc` | ||
|
||
This is the **x86_64-pc-windows-msvc** binary for `@next/swc` |
18 changes: 18 additions & 0 deletions
18
packages/next/build/swc/crates/napi/npm/win32-x64-msvc/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"name": "@next/swc-win32-x64-msvc", | ||
"version": "0.0.0", | ||
"os": [ | ||
"win32" | ||
], | ||
"cpu": [ | ||
"x64" | ||
], | ||
"main": "next-swc.win32-x64-msvc.node", | ||
"files": [ | ||
"next-swc.win32-x64-msvc.node" | ||
], | ||
"license": "MIT", | ||
"engines": { | ||
"node": ">= 10" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# `@next/swc-wasm` | ||
|
||
This is the **wasm** binary for `@next/swc` |