From 2c6a51904d6a40ccde250d0ea048917143d964d8 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 8 Apr 2020 15:40:27 -0700 Subject: [PATCH 1/3] update crosswalk --- lib/util/abi_crosswalk.json | 100 ++++++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) diff --git a/lib/util/abi_crosswalk.json b/lib/util/abi_crosswalk.json index 8e559d36..6d28e0c1 100644 --- a/lib/util/abi_crosswalk.json +++ b/lib/util/abi_crosswalk.json @@ -1735,6 +1735,10 @@ "node_abi": 57, "v8": "6.2" }, + "8.17.0": { + "node_abi": 57, + "v8": "6.2" + }, "9.0.0": { "node_abi": 59, "v8": "6.2" @@ -1919,6 +1923,22 @@ "node_abi": 64, "v8": "6.8" }, + "10.18.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.18.1": { + "node_abi": 64, + "v8": "6.8" + }, + "10.19.0": { + "node_abi": 64, + "v8": "6.8" + }, + "10.20.0": { + "node_abi": 64, + "v8": "6.8" + }, "11.0.0": { "node_abi": 67, "v8": "7.0" @@ -2059,6 +2079,34 @@ "node_abi": 72, "v8": "7.7" }, + "12.13.1": { + "node_abi": 72, + "v8": "7.7" + }, + "12.14.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.14.1": { + "node_abi": 72, + "v8": "7.7" + }, + "12.15.0": { + "node_abi": 72, + "v8": "7.7" + }, + "12.16.0": { + "node_abi": 72, + "v8": "7.8" + }, + "12.16.1": { + "node_abi": 72, + "v8": "7.8" + }, + "12.16.2": { + "node_abi": 72, + "v8": "7.8" + }, "13.0.0": { "node_abi": 79, "v8": "7.8" @@ -2066,5 +2114,57 @@ "13.0.1": { "node_abi": 79, "v8": "7.8" + }, + "13.1.0": { + "node_abi": 79, + "v8": "7.8" + }, + "13.2.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.3.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.4.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.5.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.6.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.7.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.8.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.9.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.10.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.10.1": { + "node_abi": 79, + "v8": "7.9" + }, + "13.11.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.12.0": { + "node_abi": 79, + "v8": "7.9" } } \ No newline at end of file From b8fe01f37be519816c83e468f53dc8f7a754818c Mon Sep 17 00:00:00 2001 From: Michael Lumish Date: Thu, 21 May 2020 14:00:04 -0700 Subject: [PATCH 2/3] Update abi_crosswalk with new runtime versions --- lib/util/abi_crosswalk.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/lib/util/abi_crosswalk.json b/lib/util/abi_crosswalk.json index 6d28e0c1..8ae60a7d 100644 --- a/lib/util/abi_crosswalk.json +++ b/lib/util/abi_crosswalk.json @@ -1939,6 +1939,10 @@ "node_abi": 64, "v8": "6.8" }, + "10.20.1": { + "node_abi": 64, + "v8": "6.8" + }, "11.0.0": { "node_abi": 67, "v8": "7.0" @@ -2107,6 +2111,10 @@ "node_abi": 72, "v8": "7.8" }, + "12.16.3": { + "node_abi": 72, + "v8": "7.8" + }, "13.0.0": { "node_abi": 79, "v8": "7.8" @@ -2166,5 +2174,29 @@ "13.12.0": { "node_abi": 79, "v8": "7.9" + }, + "13.13.0": { + "node_abi": 79, + "v8": "7.9" + }, + "13.14.0": { + "node_abi": 79, + "v8": "7.9" + }, + "14.0.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.1.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.2.0": { + "node_abi": 83, + "v8": "8.1" + }, + "14.3.0": { + "node_abi": 83, + "v8": "8.1" } } \ No newline at end of file From e0579c5ad351888e720fd7bf46b062716bbaf87d Mon Sep 17 00:00:00 2001 From: Cosmin Lehene Date: Thu, 28 May 2020 10:22:03 -0700 Subject: [PATCH 3/3] Update to the latest version of Needle (2.5.0) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 675f109f..312ac92a 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dependencies": { "detect-libc": "^1.0.2", "mkdirp": "^0.5.1", - "needle": "^2.2.1", + "needle": "^2.5.0", "nopt": "^4.0.1", "npm-packlist": "^1.1.6", "npmlog": "^4.0.2",