Skip to content

Commit

Permalink
fix: npm provenance with package.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkeil committed Oct 1, 2024
1 parent 5b76993 commit 894db91
Show file tree
Hide file tree
Showing 9 changed files with 165 additions and 15 deletions.
19 changes: 18 additions & 1 deletion npm/darwin-arm64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}
19 changes: 18 additions & 1 deletion npm/darwin-x64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}
25 changes: 21 additions & 4 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,27 @@
"swap-or-not-shuffle.linux-arm64-gnu.node"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"libc": [
"glibc"
]
],
"engines": {
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}
19 changes: 18 additions & 1 deletion npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,24 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
},
"libc": [
"musl"
Expand Down
19 changes: 18 additions & 1 deletion npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,24 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
},
"libc": [
"glibc"
Expand Down
19 changes: 18 additions & 1 deletion npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,24 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
},
"libc": [
"musl"
Expand Down
19 changes: 18 additions & 1 deletion npm/win32-arm64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}
19 changes: 18 additions & 1 deletion npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
],
"license": "MIT",
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,24 @@
"ts-node": "^9.1.1",
"typescript": "^5.5.3"
},
"ava": {
"timeout": "3m"
},
"engines": {
"node": ">= 10"
"node": ">= 18"
},
"keywords": [
"ethereum",
"eth2",
"consensus-spec",
"swap-or-not-shuffle",
"swap-or-not",
"shuffling",
"shuffle",
"napi-rs",
"rust",
"lodestar",
"ChainSafe"
],
"repository": {
"type": "git",
"url": "https://github.com/ChainSafe/swap-or-not-shuffle"
}
}

0 comments on commit 894db91

Please sign in to comment.