Skip to content

Commit

Permalink
Prebuild for Node 14
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Aug 12, 2020
1 parent 335a88a commit 71dcc68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"benchmark": "ts-node benchmarks/reg.ts",
"prettier": "prettier --write lib/*.ts test/*.ts",
"check-prettier": "prettier --list-different lib/*.ts test/*.ts",
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -a ia32 --strip",
"prebuild-node": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 --strip",
"prebuild-node-ia32": "prebuild -t 8.16.0 -t 10.11.0 -t 11.9.0 -t 12.0.0 -t 14.8.0 -a ia32 --strip",
"prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -r electron --strip",
"prebuild-electron-ia32": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -r electron -a ia32 --strip",
"upload": "node ./script/upload.js"
Expand All @@ -37,7 +37,7 @@
"@types/node": "^12.0.0",
"benchmark": "^2.1.4",
"jest": "^24.0.0",
"node-abi": "2.12.0",
"node-abi": "2.18.0",
"prebuild": "^9.0.0",
"prettier": "^1.14.2",
"ts-node": "^8.0.1",
Expand All @@ -48,6 +48,6 @@
"prebuild-install": "^5.2.4"
},
"resolutions": {
"**/node-abi": "2.12.0"
"**/node-abi": "2.18.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -2830,10 +2830,10 @@ nice-try@^1.0.4:
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==

node-abi@2.12.0, node-abi@^2.2.0, node-abi@^2.7.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.12.0.tgz#40e9cfabdda1837863fa825e7dfa0b15686adf6f"
integrity sha512-VhPBXCIcvmo/5K8HPmnWJyyhvgKxnHTUMXR/XwGHV68+wrgkzST4UmQrY/XszSWA5dtnXpNp528zkcyJ/pzVcw==
node-abi@2.18.0, node-abi@^2.2.0, node-abi@^2.7.0:
version "2.18.0"
resolved "https://registry.yarnpkg.com/node-abi/-/node-abi-2.18.0.tgz#1f5486cfd7d38bd4f5392fa44a4ad4d9a0dffbf4"
integrity sha512-yi05ZoiuNNEbyT/xXfSySZE+yVnQW6fxPZuFbLyS1s6b5Kw3HzV2PHOM4XR+nsjzkHxByK+2Wg+yCQbe35l8dw==
dependencies:
semver "^5.4.1"

Expand Down

0 comments on commit 71dcc68

Please sign in to comment.