From 6c86aa0b98b967900a0eab62ae51b2fa03613393 Mon Sep 17 00:00:00 2001 From: Mathias Ottosson Date: Mon, 10 Aug 2020 14:29:52 +0200 Subject: [PATCH] Add prebuild targets for Electron 8 and 9 --- package.json | 8 ++++---- yarn.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index 7f31322..5e84b00 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "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-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", + "prebuild-electron": "prebuild -t 3.0.0 -t 4.0.4 -t 5.0.0 -t 6.0.0 -t 7.0.0 -t 8.0.0 -t 9.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 -t 8.0.0 -t 9.0.0 -r electron -a ia32 --strip", "upload": "node ./script/upload.js" }, "repository": { @@ -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", @@ -48,6 +48,6 @@ "prebuild-install": "^5.2.4" }, "resolutions": { - "**/node-abi": "2.12.0" + "**/node-abi": "2.18.0" } } diff --git a/yarn.lock b/yarn.lock index 5f86e96..cce8580 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"