Skip to content

Commit

Permalink
feat: support node 20 (#84)
Browse files Browse the repository at this point in the history
* feat: support node 20

* chore(release): v1.11.0
  • Loading branch information
ewanharris authored Apr 19, 2023
1 parent adaaab7 commit 84d8fc7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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. <[email protected]>",
"maintainers": [
"Chris Barber <[email protected]>"
Expand Down Expand Up @@ -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": {
Expand Down
8 changes: 6 additions & 2 deletions patches/@mapbox+node-pre-gyp+1.0.10.patch
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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

0 comments on commit 84d8fc7

Please sign in to comment.