File tree Expand file tree Collapse file tree 13 files changed +164
-0
lines changed
Expand file tree Collapse file tree 13 files changed +164
-0
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,8 @@ jobs:
211211 - name : Generate platform packages
212212 run : npx napi prepublish -t npm
213213 working-directory : codelet/napi
214+ env :
215+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
214216
215217 - name : List packages
216218 run : ls -la npm
Original file line number Diff line number Diff line change 1+ # ` @sengac/codelet-napi-darwin-arm64 `
2+
3+ This is the ** aarch64-apple-darwin** binary for ` @sengac/codelet-napi `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @sengac/codelet-napi-darwin-arm64" ,
3+ "version" : " 0.1.0" ,
4+ "cpu" : [
5+ " arm64"
6+ ],
7+ "main" : " codelet-napi.darwin-arm64.node" ,
8+ "files" : [
9+ " codelet-napi.darwin-arm64.node"
10+ ],
11+ "description" : " NAPI-RS bindings for codelet AI agent" ,
12+ "license" : " MIT" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/sengac/fspec"
16+ },
17+ "publishConfig" : {
18+ "access" : " public"
19+ },
20+ "os" : [
21+ " darwin"
22+ ]
23+ }
Original file line number Diff line number Diff line change 1+ # ` @sengac/codelet-napi-darwin-x64 `
2+
3+ This is the ** x86_64-apple-darwin** binary for ` @sengac/codelet-napi `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @sengac/codelet-napi-darwin-x64" ,
3+ "version" : " 0.1.0" ,
4+ "cpu" : [
5+ " x64"
6+ ],
7+ "main" : " codelet-napi.darwin-x64.node" ,
8+ "files" : [
9+ " codelet-napi.darwin-x64.node"
10+ ],
11+ "description" : " NAPI-RS bindings for codelet AI agent" ,
12+ "license" : " MIT" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/sengac/fspec"
16+ },
17+ "publishConfig" : {
18+ "access" : " public"
19+ },
20+ "os" : [
21+ " darwin"
22+ ]
23+ }
Original file line number Diff line number Diff line change 1+ # ` @sengac/codelet-napi-linux-arm64-gnu `
2+
3+ This is the ** aarch64-unknown-linux-gnu** binary for ` @sengac/codelet-napi `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @sengac/codelet-napi-linux-arm64-gnu" ,
3+ "version" : " 0.1.0" ,
4+ "cpu" : [
5+ " arm64"
6+ ],
7+ "main" : " codelet-napi.linux-arm64-gnu.node" ,
8+ "files" : [
9+ " codelet-napi.linux-arm64-gnu.node"
10+ ],
11+ "description" : " NAPI-RS bindings for codelet AI agent" ,
12+ "license" : " MIT" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/sengac/fspec"
16+ },
17+ "publishConfig" : {
18+ "access" : " public"
19+ },
20+ "os" : [
21+ " linux"
22+ ],
23+ "libc" : [
24+ " glibc"
25+ ]
26+ }
Original file line number Diff line number Diff line change 1+ # ` @sengac/codelet-napi-linux-x64-gnu `
2+
3+ This is the ** x86_64-unknown-linux-gnu** binary for ` @sengac/codelet-napi `
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @sengac/codelet-napi-linux-x64-gnu" ,
3+ "version" : " 0.1.0" ,
4+ "cpu" : [
5+ " x64"
6+ ],
7+ "main" : " codelet-napi.linux-x64-gnu.node" ,
8+ "files" : [
9+ " codelet-napi.linux-x64-gnu.node"
10+ ],
11+ "description" : " NAPI-RS bindings for codelet AI agent" ,
12+ "license" : " MIT" ,
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " https://github.com/sengac/fspec"
16+ },
17+ "publishConfig" : {
18+ "access" : " public"
19+ },
20+ "os" : [
21+ " linux"
22+ ],
23+ "libc" : [
24+ " glibc"
25+ ]
26+ }
Original file line number Diff line number Diff line change 1+ # ` @sengac/codelet-napi-win32-arm64-msvc `
2+
3+ This is the ** aarch64-pc-windows-msvc** binary for ` @sengac/codelet-napi `
You can’t perform that action at this time.
0 commit comments