From 84d8fc77c99dc08d69f4eff6ead4abe006987868 Mon Sep 17 00:00:00 2001 From: Ewan Harris Date: Wed, 19 Apr 2023 04:33:00 +0100 Subject: [PATCH] feat: support node 20 (#84) * feat: support node 20 * chore(release): v1.11.0 --- package.json | 5 +++-- patches/@mapbox+node-pre-gyp+1.0.10.patch | 8 ++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index c26f221..20d03d3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "node-ios-device", "description": "Simple library for listing and installing apps on iOS devices", - "version": "1.10.0", + "version": "1.11.0", "author": "TiDev, Inc. ", "maintainers": [ "Chris Barber " @@ -57,7 +57,8 @@ "16.14.2": 93, "17.7.2": 102, "18.13.0": 108, - "19.4.0": 111 + "19.4.0": 111, + "20.0.0": 115 } }, "engines": { diff --git a/patches/@mapbox+node-pre-gyp+1.0.10.patch b/patches/@mapbox+node-pre-gyp+1.0.10.patch index cca3211..e9e1ca1 100644 --- a/patches/@mapbox+node-pre-gyp+1.0.10.patch +++ b/patches/@mapbox+node-pre-gyp+1.0.10.patch @@ -1,8 +1,8 @@ diff --git a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json -index 7f52972..089c6e9 100644 +index 7f52972..fa6c858 100644 --- a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json +++ b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json -@@ -2598,5 +2598,13 @@ +@@ -2598,5 +2598,17 @@ "17.1.0": { "node_abi": 102, "v8": "9.5" @@ -14,6 +14,10 @@ index 7f52972..089c6e9 100644 + "19.4.0": { + "node_abi": 111, + "v8": "10.8" ++ }, ++ "20.0.0": { ++ "node_abi": 115, ++ "v8": "11.3" } } \ No newline at end of file