File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " node-ios-device" ,
3
3
"description" : " Simple library for listing and installing apps on iOS devices" ,
4
- "version" : " 1.10 .0" ,
4
+ "version" : " 1.11 .0" ,
5
5
"author" : " TiDev, Inc. <tisdk@cb1inc.com>" ,
6
6
"maintainers" : [
7
7
" Chris Barber <chris@cb1inc.com>"
57
57
"16.14.2" : 93 ,
58
58
"17.7.2" : 102 ,
59
59
"18.13.0" : 108 ,
60
- "19.4.0" : 111
60
+ "19.4.0" : 111 ,
61
+ "20.0.0" : 115
61
62
}
62
63
},
63
64
"engines" : {
Original file line number Diff line number Diff line change 1
1
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
3
3
--- a/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
4
4
+++ b/node_modules/@mapbox/node-pre-gyp/lib/util/abi_crosswalk.json
5
- @@ -2598,5 +2598,13 @@
5
+ @@ -2598,5 +2598,17 @@
6
6
"17.1.0": {
7
7
"node_abi": 102,
8
8
"v8": "9.5"
@@ -14,6 +14,10 @@ index 7f52972..089c6e9 100644
14
14
+ "19.4.0": {
15
15
+ "node_abi": 111,
16
16
+ "v8": "10.8"
17
+ + },
18
+ + "20.0.0": {
19
+ + "node_abi": 115,
20
+ + "v8": "11.3"
17
21
}
18
22
}
19
23
\ No newline at end of file
You can’t perform that action at this time.
0 commit comments