appium-ios-tuntap 0.2.2 → 0.2.3

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,5 @@
1
+ ## [0.2.3](https://github.com/appium/appium-ios-tuntap/compare/v0.2.2...v0.2.3) (2026-05-13)
2
+
1
3
  ## [0.2.2](https://github.com/appium/appium-ios-tuntap/compare/v0.2.1...v0.2.2) (2026-04-30)
2
4
 
3
5
  ### Bug Fixes
package/README.md CHANGED
@@ -291,11 +291,6 @@ To manually verify the fix for signal handling (introduced in v0.0.4):
291
291
 
292
292
  This ensures the signal handler works as intended.
293
293
 
294
- Apache-2.0
295
- >>>>>>> upstream/main
296
294
  ## License
297
295
 
298
296
  Apache-2.0
299
- =======
300
- Apache-2.0
301
- >>>>>>> upstream/main
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-tuntap",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Native TUN/TAP interface module for Node.js",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",