appium-ios-remotexpc 5.6.2 → 5.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +20 -16
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [5.6.3](https://github.com/appium/appium-ios-remotexpc/compare/v5.6.2...v5.6.3) (2026-07-02)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * Add the list of allowed scripts ([#266](https://github.com/appium/appium-ios-remotexpc/issues/266)) ([200d1e9](https://github.com/appium/appium-ios-remotexpc/commit/200d1e902f776aae03e6876686b0a8ca977536de))
6
+
1
7
  ## [5.6.2](https://github.com/appium/appium-ios-remotexpc/compare/v5.6.1...v5.6.2) (2026-07-01)
2
8
 
3
9
  ### Miscellaneous Chores
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appium-ios-remotexpc",
3
- "version": "5.6.2",
3
+ "version": "5.6.3",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "bugs": {
@@ -35,8 +35,8 @@
35
35
  "clean:build": "rimraf ./build",
36
36
  "format:check": "oxfmt --check .",
37
37
  "format": "oxfmt .",
38
- "lint:fix": "eslint src scripts --fix",
39
- "lint": "eslint src scripts",
38
+ "lint:fix": "eslint src scripts test --fix",
39
+ "lint": "eslint src scripts test",
40
40
  "pair-appletv": "sudo node scripts/pair-appletv.mjs",
41
41
  "prepare": "husky && npm run build",
42
42
  "start-appletv-tunnel": "sudo node scripts/start-appletv-tunnel.mjs",
@@ -49,17 +49,17 @@
49
49
  "test:crash-reports": "node --test --test-timeout=60000 \"build/test/integration/crash-reports.spec.js\"",
50
50
  "test:diagnostics": " node --test --test-timeout=60000 \"build/test/integration/diagnostics.spec.js\"",
51
51
  "test:dvt-service": "node --test --test-timeout=60000 \"build/test/integration/dvt-service.spec.js\"",
52
- "test:dvt:applist": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/app-listing.spec.js\"",
53
- "test:dvt:condition-inducer": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/condition-inducer.spec.js\"",
54
- "test:dvt:device-info": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/device-info.spec.js\"",
55
- "test:dvt:energy-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/energy-monitor.spec.js\"",
56
- "test:dvt:graphics": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/graphics.spec.js\"",
57
- "test:dvt:location-simulation": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/location-simulation.spec.js\"",
58
- "test:dvt:network-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/network-monitor.spec.js\"",
59
- "test:dvt:notifications": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/notifications.spec.js\"",
60
- "test:dvt:screenshot": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/screenshot.spec.js\"",
61
- "test:dvt:sysmontap": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/sysmontap.spec.js\"",
62
- "test:dvt": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/**/*.spec.js\"",
52
+ "test:dvt:applist": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/app-listing.spec.js\"",
53
+ "test:dvt:condition-inducer": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/condition-inducer.spec.js\"",
54
+ "test:dvt:device-info": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/device-info.spec.js\"",
55
+ "test:dvt:energy-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/energy-monitor.spec.js\"",
56
+ "test:dvt:graphics": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/graphics.spec.js\"",
57
+ "test:dvt:location-simulation": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/location-simulation.spec.js\"",
58
+ "test:dvt:network-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/network-monitor.spec.js\"",
59
+ "test:dvt:notifications": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/notifications.spec.js\"",
60
+ "test:dvt:screenshot": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/screenshot.spec.js\"",
61
+ "test:dvt:sysmontap": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/sysmontap.spec.js\"",
62
+ "test:dvt": "node --test --test-timeout=60000 \"build/test/integration/dvt-instruments/**/*.spec.js\"",
63
63
  "test:hid-indigo": "node --test --test-timeout=60000 \"build/test/integration/hid-indigo.spec.js\"",
64
64
  "test:house-arrest": "node --test --test-timeout=60000 \"build/test/integration/house-arrest.spec.js\"",
65
65
  "test:installation-proxy": "node --test --test-timeout=60000 \"build/test/integration/installation-proxy.spec.js\"",
@@ -103,8 +103,8 @@
103
103
  "@semantic-release/git": "^10.0.1",
104
104
  "@types/async-lock": "^1.4.2",
105
105
  "@types/chai": "^5.2.1",
106
- "@types/node": "^25.0.2",
107
- "@types/sinon": "^21.0.0",
106
+ "@types/node": "^26.0.1",
107
+ "@types/sinon": "^22.0.0",
108
108
  "chai": "^6.0.1",
109
109
  "conventional-changelog-conventionalcommits": "^9.1.0",
110
110
  "esmock": "^2.7.3",
@@ -125,5 +125,9 @@
125
125
  "engines": {
126
126
  "node": "^20.19.0 || ^22.12.0 || >=24.0.0",
127
127
  "npm": ">=10"
128
+ },
129
+ "allowScripts": {
130
+ "appium-ios-tuntap": true,
131
+ "unrs-resolver": true
128
132
  }
129
133
  }