appium-ios-tuntap 0.1.6 → 0.1.7

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 CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.1.7](https://github.com/appium/appium-ios-tuntap/compare/v0.1.6...v0.1.7) (2026-04-11)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * **deps:** bump typescript from 5.9.3 to 6.0.2 ([#22](https://github.com/appium/appium-ios-tuntap/issues/22)) ([07c2620](https://github.com/appium/appium-ios-tuntap/commit/07c2620f5743d59fee236f6e835045047b91c7f8))
6
+
1
7
  ## [0.1.6](https://github.com/appium/appium-ios-tuntap/compare/v0.1.5...v0.1.6) (2026-04-11)
2
8
 
3
9
  ### Code Refactoring
Binary file
package/build/config.gypi CHANGED
@@ -502,7 +502,7 @@
502
502
  "cache": "/Users/runner/.npm",
503
503
  "node_gyp": "/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js",
504
504
  "npm_version": "11.11.0",
505
- "userconfig": "/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/8df09367f00966ee4ef2275480f452a9/.npmrc",
505
+ "userconfig": "/private/var/folders/tb/y368xp_x10s3ty1b_mtl5mxr0000gn/T/14b7acab7dfe7d9e4e5a02e7d608ed97/.npmrc",
506
506
  "init_module": "/Users/runner/.npm-init.js",
507
507
  "globalconfig": "/Users/runner/hostedtoolcache/node/24.14.1/arm64/etc/npmrc",
508
508
  "local_prefix": "/Users/runner/work/appium-ios-tuntap/appium-ios-tuntap",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-tuntap",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Native TUN/TAP interface module for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -43,7 +43,7 @@
43
43
  "dependencies": {
44
44
  "@appium/support": "^7.0.0-rc.1",
45
45
  "node-addon-api": "^8.5.0",
46
- "typescript": "^5.8.3"
46
+ "typescript": "^6.0.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@appium/eslint-config-appium-ts": "^3.0.0",