-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add support for node 22 * chore(release): v1.12.0 * ci: bump to node 18
- Loading branch information
1 parent
84d8fc7
commit 7d76a93
Showing
5 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.11.0", | ||
"version": "1.12.0", | ||
"author": "TiDev, Inc. <[email protected]>", | ||
"maintainers": [ | ||
"Chris Barber <[email protected]>" | ||
|
@@ -26,7 +26,7 @@ | |
"dependencies": { | ||
"@mapbox/node-pre-gyp": "^1.0.10", | ||
"debug": "^4.3.4", | ||
"nan": "^2.17.0", | ||
"nan": "^2.20.0", | ||
"node-pre-gyp-init": "^1.2.1", | ||
"patch-package": "^6.5.1" | ||
}, | ||
|
@@ -58,7 +58,8 @@ | |
"17.7.2": 102, | ||
"18.13.0": 108, | ||
"19.4.0": 111, | ||
"20.0.0": 115 | ||
"20.0.0": 115, | ||
"22.0.0": 127 | ||
} | ||
}, | ||
"engines": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -506,10 +506,10 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009" | ||
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== | ||
|
||
nan@^2.17.0: | ||
version "2.17.0" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.17.0.tgz#c0150a2368a182f033e9aa5195ec76ea41a199cb" | ||
integrity sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ== | ||
nan@^2.20.0: | ||
version "2.20.0" | ||
resolved "https://registry.yarnpkg.com/nan/-/nan-2.20.0.tgz#08c5ea813dd54ed16e5bd6505bf42af4f7838ca3" | ||
integrity sha512-bk3gXBZDGILuuo/6sKtr0DQmSThYHLtNCdSdXk9YkxD/jK6X2vmCyyXBBxyqZ4XcnzTyYEAThfX3DCEnLf6igw== | ||
|
||
nice-try@^1.0.4: | ||
version "1.0.5" | ||
|