Skip to content

Commit 879108a

Browse files
committed
chore(jwt): remove aarch64 Windows target
1 parent 82ccefd commit 879108a

File tree

5 files changed

+8
-37
lines changed

5 files changed

+8
-37
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
yarn lerna exec "yarn build --target aarch64-unknown-linux-musl" --concurrency 1 --stream --no-prefix
9292
- host: windows-latest
9393
target: 'aarch64-pc-windows-msvc'
94-
build: yarn lerna exec "yarn build --target aarch64-pc-windows-msvc" --concurrency 1 --stream --no-prefix
94+
build: yarn lerna exec "yarn build --target aarch64-pc-windows-msvc" --ignore @node-rs/jsonwebtoken --concurrency 1 --stream --no-prefix
9595

9696
name: stable - ${{ matrix.settings.target }} - node@18
9797
runs-on: ${{ matrix.settings.host }}

packages/jsonwebtoken/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ crate-type = ["cdylib"]
99

1010
[dependencies]
1111
global_alloc = { path = "../../crates/alloc" }
12-
jsonwebtoken = { version = "8.2" }
12+
jsonwebtoken = { version = "8" }
1313
napi = { version = "2", default-features = false, features = [
1414
"napi3",
1515
"serde-json",

packages/jsonwebtoken/npm/win32-arm64-msvc/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

packages/jsonwebtoken/npm/win32-arm64-msvc/package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/jsonwebtoken/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@node-rs/jsonwebtoken",
3-
"version": "0.1.0",
3+
"version": "0.0.0",
44
"description": "Rust jsonwebtoken binding for Node.js",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -25,7 +25,6 @@
2525
"aarch64-linux-android",
2626
"aarch64-unknown-linux-gnu",
2727
"aarch64-unknown-linux-musl",
28-
"aarch64-pc-windows-msvc",
2928
"armv7-unknown-linux-gnueabihf",
3029
"x86_64-unknown-linux-musl",
3130
"x86_64-unknown-freebsd",
@@ -44,7 +43,11 @@
4443
"napi-rs",
4544
"node-rs"
4645
],
47-
"author": "Francesco Benedetto",
46+
"author": {
47+
"name": "Francesco Benedetto",
48+
"url": "https://github.com/nebarf",
49+
"email": "[email protected]"
50+
},
4851
"license": "MIT",
4952
"bugs": {
5053
"url": "https://github.com/napi-rs/node-rs/issues"

0 commit comments

Comments
 (0)