appium-ios-tuntap 0.0.8 → 0.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/build/Makefile +1 -1
- package/build/Release/tuntap.node +0 -0
- package/build/config.gypi +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [0.0.10](https://github.com/appium/appium-ios-tuntap/compare/v0.0.9...v0.0.10) (2025-07-23)
|
|
2
|
+
|
|
3
|
+
### Reverts
|
|
4
|
+
|
|
5
|
+
* Revert "chore: include npm-shrinkwrap.json" ([6fc113f](https://github.com/appium/appium-ios-tuntap/commit/6fc113fb87ee213d5f23829493336aab3c9cb9e9))
|
|
6
|
+
|
|
7
|
+
## [0.0.9](https://github.com/appium/appium-ios-tuntap/compare/v0.0.8...v0.0.9) (2025-07-23)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* include npm-shrinkwrap.json ([99721fd](https://github.com/appium/appium-ios-tuntap/commit/99721fde2bb4de2e57da2f785feffa6d481fe5c6))
|
|
12
|
+
|
|
1
13
|
## [0.0.8](https://github.com/appium/appium-ios-tuntap/compare/v0.0.7...v0.0.8) (2025-07-23)
|
|
2
14
|
|
|
3
15
|
### Miscellaneous Chores
|
package/build/Makefile
CHANGED
|
@@ -337,7 +337,7 @@ endif
|
|
|
337
337
|
|
|
338
338
|
quiet_cmd_regen_makefile = ACTION Regenerating $@
|
|
339
339
|
cmd_regen_makefile = cd $(srcdir); /Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py -fmake --ignore-environment "-Dlibrary=shared_library" "-Dvisibility=default" "-Dnode_root_dir=/Users/runner/Library/Caches/node-gyp/22.17.1" "-Dnode_gyp_dir=/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/node_modules/npm/node_modules/node-gyp" "-Dnode_lib_file=/Users/runner/Library/Caches/node-gyp/22.17.1/<(target_arch)/node.lib" "-Dmodule_root_dir=/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap" "-Dnode_engine=v8" "--depth=." "-Goutput_dir=." "--generator-output=build" -I/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/build/config.gypi -I/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/node_modules/npm/node_modules/node-gyp/addon.gypi -I/Users/runner/Library/Caches/node-gyp/22.17.1/include/node/common.gypi "--toplevel-dir=." binding.gyp
|
|
340
|
-
Makefile: $(srcdir)/../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/node_modules/node-addon
|
|
340
|
+
Makefile: $(srcdir)/../../../Library/Caches/node-gyp/22.17.1/include/node/common.gypi $(srcdir)/node_modules/npm/node_modules/node-gyp/addon.gypi $(srcdir)/binding.gyp $(srcdir)/node_modules/node-addon-api/node_api.gyp $(srcdir)/build/config.gypi
|
|
341
341
|
$(call do_cmd,regen_makefile)
|
|
342
342
|
|
|
343
343
|
# "all" is a concatenation of the "all" targets from all the included
|
|
Binary file
|
package/build/config.gypi
CHANGED
|
@@ -496,7 +496,7 @@
|
|
|
496
496
|
"local_prefix": "/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap",
|
|
497
497
|
"globalconfig": "/Users/runner/hostedtoolcache/node/22.17.1/arm64/etc/npmrc",
|
|
498
498
|
"init_module": "/Users/runner/.npm-init.js",
|
|
499
|
-
"userconfig": "/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/
|
|
499
|
+
"userconfig": "/private/var/folders/y6/nj790rtn62lfktb1sh__79hc0000gn/T/c51d6ab1ad81d6494064df8734982224/.npmrc",
|
|
500
500
|
"npm_version": "10.9.2",
|
|
501
501
|
"node_gyp": "/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
|
|
502
502
|
"cache": "/Users/runner/.npm",
|