Skip to content

Commit 84d8fc7

Browse files
authored
feat: support node 20 (#84)
* feat: support node 20 * chore(release): v1.11.0
1 parent adaaab7 commit 84d8fc7

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "node-ios-device",
33
"description": "Simple library for listing and installing apps on iOS devices",
4-
"version": "1.10.0",
4+
"version": "1.11.0",
55
"author": "TiDev, Inc. <tisdk@cb1inc.com>",
66
"maintainers": [
77
"Chris Barber <chris@cb1inc.com>"
@@ -57,7 +57,8 @@
5757
"16.14.2": 93,
5858
"17.7.2": 102,
5959
"18.13.0": 108,
60-
"19.4.0": 111
60+
"19.4.0": 111,
61+
"20.0.0": 115
6162
}
6263
},
6364
"engines": {

patches/@mapbox+node-pre-gyp+1.0.10.patch

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
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
2-
index 7f52972..089c6e9 100644
2+
index 7f52972..fa6c858 100644
33
--- a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
44
+++ b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
5-
@@ -2598,5 +2598,13 @@
5+
@@ -2598,5 +2598,17 @@
66
"17.1.0": {
77
"node_abi": 102,
88
"v8": "9.5"
@@ -14,6 +14,10 @@ index 7f52972..089c6e9 100644
1414
+ "19.4.0": {
1515
+ "node_abi": 111,
1616
+ "v8": "10.8"
17+
+ },
18+
+ "20.0.0": {
19+
+ "node_abi": 115,
20+
+ "v8": "11.3"
1721
}
1822
}
1923
\ No newline at end of file

0 commit comments

Comments
 (0)