Skip to content

Commit e22b97f

Browse files
committed
fix(*): update native packages binary meta
1 parent 920c857 commit e22b97f

File tree

45 files changed

+333
-112
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+333
-112
lines changed

packages/argon2/npm/android-arm-eabi/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/android-arm64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/darwin-arm64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/darwin-x64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/freebsd-x64/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/linux-arm-gnueabihf/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,17 @@
2323
"secure",
2424
"verify"
2525
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2627
"license": "MIT",
2728
"engines": {
2829
"node": ">= 10"
2930
},
3031
"publishConfig": {
3132
"registry": "https://registry.npmjs.org/",
3233
"access": "public"
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
3338
}
3439
}

packages/argon2/npm/linux-arm64-gnu/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"cpu": [
88
"arm64"
99
],
10-
"libc": [
11-
"glibc"
12-
],
1310
"main": "argon2.linux-arm64-gnu.node",
1411
"files": [
1512
"argon2.linux-arm64-gnu.node"
@@ -26,12 +23,20 @@
2623
"secure",
2724
"verify"
2825
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2927
"license": "MIT",
3028
"engines": {
3129
"node": ">= 10"
3230
},
3331
"publishConfig": {
3432
"registry": "https://registry.npmjs.org/",
3533
"access": "public"
36-
}
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
38+
},
39+
"libc": [
40+
"glibc"
41+
]
3742
}

packages/argon2/npm/linux-arm64-musl/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"arm64"
99
],
1010
"main": "argon2.linux-arm64-musl.node",
11-
"libc": [
12-
"musl"
13-
],
1411
"files": [
1512
"argon2.linux-arm64-musl.node"
1613
],
@@ -26,12 +23,20 @@
2623
"secure",
2724
"verify"
2825
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2927
"license": "MIT",
3028
"engines": {
3129
"node": ">= 10"
3230
},
3331
"publishConfig": {
3432
"registry": "https://registry.npmjs.org/",
3533
"access": "public"
36-
}
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
38+
},
39+
"libc": [
40+
"musl"
41+
]
3742
}

packages/argon2/npm/linux-x64-gnu/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"x64"
99
],
1010
"main": "argon2.linux-x64-gnu.node",
11-
"libc": [
12-
"glibc"
13-
],
1411
"files": [
1512
"argon2.linux-x64-gnu.node"
1613
],
@@ -26,12 +23,20 @@
2623
"secure",
2724
"verify"
2825
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2927
"license": "MIT",
3028
"engines": {
3129
"node": ">= 10"
3230
},
3331
"publishConfig": {
3432
"registry": "https://registry.npmjs.org/",
3533
"access": "public"
36-
}
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
38+
},
39+
"libc": [
40+
"glibc"
41+
]
3742
}

packages/argon2/npm/linux-x64-musl/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
"cpu": [
88
"x64"
99
],
10-
"libc": [
11-
"musl"
12-
],
1310
"main": "argon2.linux-x64-musl.node",
1411
"files": [
1512
"argon2.linux-x64-musl.node"
@@ -26,12 +23,20 @@
2623
"secure",
2724
"verify"
2825
],
26+
"homepage": "https://github.com/napi-rs/node-rs",
2927
"license": "MIT",
3028
"engines": {
3129
"node": ">= 10"
3230
},
3331
"publishConfig": {
3432
"registry": "https://registry.npmjs.org/",
3533
"access": "public"
36-
}
34+
},
35+
"repository": {
36+
"type": "git",
37+
"url": "git+https://github.com/napi-rs/node-rs.git"
38+
},
39+
"libc": [
40+
"musl"
41+
]
3742
}

0 commit comments

Comments
 (0)