appium-ios-remotexpc 5.6.0 → 5.6.1
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 +6 -0
- package/package.json +48 -54
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [5.6.1](https://github.com/appium/appium-ios-remotexpc/compare/v5.6.0...v5.6.1) (2026-06-30)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* Drop mocha ([#255](https://github.com/appium/appium-ios-remotexpc/issues/255)) ([0d676fa](https://github.com/appium/appium-ios-remotexpc/commit/0d676fa37722ec12343dbdb05abcef93c02d46c3))
|
|
6
|
+
|
|
1
7
|
## [5.6.0](https://github.com/appium/appium-ios-remotexpc/compare/v5.5.0...v5.6.0) (2026-06-29)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "appium-ios-remotexpc",
|
|
3
|
-
"version": "5.6.
|
|
3
|
+
"version": "5.6.1",
|
|
4
4
|
"main": "build/src/index.js",
|
|
5
5
|
"types": "build/src/index.d.ts",
|
|
6
6
|
"type": "module",
|
|
@@ -15,58 +15,58 @@
|
|
|
15
15
|
"npm": ">=10"
|
|
16
16
|
},
|
|
17
17
|
"scripts": {
|
|
18
|
-
"clean:build": "rimraf ./build",
|
|
19
18
|
"build:es": "tsc",
|
|
20
|
-
"build": "run-s clean:* build
|
|
21
|
-
"
|
|
22
|
-
"prepare": "husky && npm run build",
|
|
23
|
-
"format": "prettier --write \"{src,test}/**/*.{ts,tsx}\"",
|
|
19
|
+
"build": "run-s clean:* build:es",
|
|
20
|
+
"clean:build": "rimraf ./build",
|
|
24
21
|
"format:check": "prettier --check \"{src,test}/**/*.{ts,tsx}\"",
|
|
22
|
+
"format": "prettier --write \"{src,test}/**/*.{ts,tsx}\"",
|
|
25
23
|
"lint:fix": "eslint src scripts --fix",
|
|
26
|
-
"
|
|
27
|
-
"test:all": "mocha -r tsx/cjs test/run-integration-tests.ts",
|
|
28
|
-
"test:tunnel": "mocha test/integration/tunnel-test.ts --exit --timeout 1m",
|
|
29
|
-
"test:pair-record": "mocha test/integration/read-pair-record-test.ts --exit --timeout 1m",
|
|
30
|
-
"test:diagnostics": "mocha test/integration/diagnostics-test.ts --exit --timeout 1m",
|
|
31
|
-
"test:notification": "mocha test/integration/notification-proxy-test.ts --exit --timeout 1m",
|
|
32
|
-
"test:hid-indigo": "mocha test/integration/hid-indigo-test.ts --exit --timeout 1m",
|
|
33
|
-
"test:app-service": "mocha test/integration/app-service-test.ts --exit --timeout 1m",
|
|
34
|
-
"test:pasteboard": "mocha test/integration/pasteboard-service-test.ts --exit --timeout 1m",
|
|
35
|
-
"test:image-mounter": "mocha test/integration/mobile-image-mounter-test.ts --exit --timeout 1m",
|
|
36
|
-
"test:mobile-config": "mocha test/integration/mobile-config-test.ts --exit --timeout 1m",
|
|
37
|
-
"test:springboard": "mocha test/integration/springboard-service-test.ts --exit --timeout 1m",
|
|
38
|
-
"test:unit": "NODE_ENV=test mocha 'test/unit/**/*.ts' --exit --timeout 2m",
|
|
39
|
-
"test:discovery": "mocha test/integration/mdns-discovery-test.ts --exit --timeout 30s",
|
|
40
|
-
"tunnel-creation": "sudo node scripts/tunnel-creation.mjs",
|
|
24
|
+
"lint": "eslint src scripts",
|
|
41
25
|
"pair-appletv": "sudo node scripts/pair-appletv.mjs",
|
|
26
|
+
"prepare": "husky && npm run build",
|
|
42
27
|
"start-appletv-tunnel": "sudo node scripts/start-appletv-tunnel.mjs",
|
|
43
|
-
"test:
|
|
44
|
-
"test:
|
|
45
|
-
"test:afc": "
|
|
46
|
-
"test:afc
|
|
47
|
-
"test:
|
|
48
|
-
"test:
|
|
49
|
-
"test:crash-reports": "
|
|
50
|
-
"test:
|
|
51
|
-
"test:
|
|
52
|
-
"test:
|
|
53
|
-
"test:
|
|
54
|
-
"test:
|
|
55
|
-
"test:dvt": "
|
|
56
|
-
"test:dvt:graphics": "
|
|
57
|
-
"test:dvt:location-simulation": "
|
|
58
|
-
"test:dvt:
|
|
59
|
-
"test:dvt:
|
|
60
|
-
"test:dvt:
|
|
61
|
-
"test:dvt:
|
|
62
|
-
"test:dvt
|
|
63
|
-
"test:
|
|
64
|
-
"test:
|
|
65
|
-
"test:
|
|
66
|
-
"test:
|
|
67
|
-
"test:
|
|
68
|
-
"test:
|
|
69
|
-
"test:
|
|
28
|
+
"test:afc-installation-workflow": "node --test --test-timeout=300000 \"build/test/integration/afc-installation-workflow.spec.js\"",
|
|
29
|
+
"test:afc-push-perf": "node --test --test-timeout=180000 \"build/test/integration/afc-push-performance.spec.js\"",
|
|
30
|
+
"test:afc-tunnel-stability": "node --test --test-timeout=1800000 \"build/test/integration/afc-tunnel-stability.spec.js\"",
|
|
31
|
+
"test:afc": "node --test --test-timeout=60000 \"build/test/integration/afc.spec.js\"",
|
|
32
|
+
"test:all": "node --test --test-timeout=60000 \"build/test/unit/**/*.spec.js\" \"build/test/integration/**/*.spec.js\"",
|
|
33
|
+
"test:app-service": "node --test --test-timeout=60000 \"build/test/integration/app-service.spec.js\"",
|
|
34
|
+
"test:crash-reports": "node --test --test-timeout=60000 \"build/test/integration/crash-reports.spec.js\"",
|
|
35
|
+
"test:diagnostics": " node --test --test-timeout=60000 \"build/test/integration/diagnostics.spec.js\"",
|
|
36
|
+
"test:dvt-service": "node --test --test-timeout=60000 \"build/test/integration/dvt-service.spec.js\"",
|
|
37
|
+
"test:dvt:applist": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/app-listing.spec.js\"",
|
|
38
|
+
"test:dvt:condition-inducer": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/condition-inducer.spec.js\"",
|
|
39
|
+
"test:dvt:device-info": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/device-info.spec.js\"",
|
|
40
|
+
"test:dvt:energy-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/energy-monitor.spec.js\"",
|
|
41
|
+
"test:dvt:graphics": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/graphics.spec.js\"",
|
|
42
|
+
"test:dvt:location-simulation": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/location-simulation.spec.js\"",
|
|
43
|
+
"test:dvt:network-monitor": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/network-monitor.spec.js\"",
|
|
44
|
+
"test:dvt:notifications": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/notifications.spec.js\"",
|
|
45
|
+
"test:dvt:screenshot": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/screenshot.spec.js\"",
|
|
46
|
+
"test:dvt:sysmontap": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/sysmontap.spec.js\"",
|
|
47
|
+
"test:dvt": "node --test --test-timeout=60000 \"build/test/integration/dvt_instruments/**/*.spec.js\"",
|
|
48
|
+
"test:hid-indigo": "node --test --test-timeout=60000 \"build/test/integration/hid-indigo.spec.js\"",
|
|
49
|
+
"test:house-arrest": "node --test --test-timeout=60000 \"build/test/integration/house-arrest.spec.js\"",
|
|
50
|
+
"test:installation-proxy": "node --test --test-timeout=60000 \"build/test/integration/installation-proxy.spec.js\"",
|
|
51
|
+
"test:lockdown-tunnel": "node --test --test-timeout=60000 \"build/test/integration/lockdown-tunnel.spec.js\"",
|
|
52
|
+
"test:mdns-discovery": "node --test --test-timeout=60000 \"build/test/integration/mdns-discovery.spec.js\"",
|
|
53
|
+
"test:misagent": "node --test --test-timeout=60000 \"build/test/integration/misagent-service.spec.js\"",
|
|
54
|
+
"test:mobile-config": "node --test --test-timeout=60000 \"build/test/integration/mobile-config.spec.js\"",
|
|
55
|
+
"test:mobile-image-mounter": "node --test --test-timeout=60000 \"build/test/integration/mobile-image-mounter.spec.js\"",
|
|
56
|
+
"test:notification-proxy": "node --test --test-timeout=60000 \"build/test/integration/notification-proxy.spec.js\"",
|
|
57
|
+
"test:pasteboard-service": "node --test --test-timeout=60000 \"build/test/integration/pasteboard-service.spec.js\"",
|
|
58
|
+
"test:port-forwarding": "node --test --test-timeout=60000 \"build/test/integration/port-forwarding.spec.js\"",
|
|
59
|
+
"test:power-assertion": "node --test --test-timeout=60000 \"build/test/integration/power-assertion.spec.js\"",
|
|
60
|
+
"test:process-control": "node --test --test-timeout=60000 \"build/test/integration/process-control.spec.js\"",
|
|
61
|
+
"test:read-pair-record": "node --test --test-timeout=60000 \"build/test/integration/read-pair-record.spec.js\"",
|
|
62
|
+
"test:springboard-service": "node --test --test-timeout=60000 \"build/test/integration/springboard-service.spec.js\"",
|
|
63
|
+
"test:testmanagerd": "node --test --test-timeout=120000 \"build/test/integration/testmanagerd.spec.js\"",
|
|
64
|
+
"test:tunnel": "node --test --test-timeout=60000 \"build/test/integration/tunnel.spec.js\"",
|
|
65
|
+
"test:unit": "NODE_ENV=test node --test --test-timeout=60000 \"build/test/unit/**/*.spec.js\"",
|
|
66
|
+
"test:webinspector": "node --test --test-timeout=60000 \"build/test/integration/webinspector.spec.js\"",
|
|
67
|
+
"test:zipconduit-install": "node --test --test-timeout=600000 \"build/test/integration/zipconduit-install.spec.js\"",
|
|
68
|
+
"test": "npm run test:unit",
|
|
69
|
+
"tunnel-creation": "sudo node scripts/tunnel-creation.mjs"
|
|
70
70
|
},
|
|
71
71
|
"keywords": [],
|
|
72
72
|
"author": "Appium Contributors",
|
|
@@ -87,23 +87,17 @@
|
|
|
87
87
|
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
|
|
88
88
|
"@types/async-lock": "^1.4.2",
|
|
89
89
|
"@types/chai": "^5.2.1",
|
|
90
|
-
"@types/chai-as-promised": "^8.0.2",
|
|
91
|
-
"@types/mocha": "^10.0.10",
|
|
92
90
|
"@types/node": "^25.0.2",
|
|
93
91
|
"@types/sinon": "^21.0.0",
|
|
94
92
|
"chai": "^6.0.1",
|
|
95
|
-
"chai-as-promised": "^8.0.1",
|
|
96
93
|
"conventional-changelog-conventionalcommits": "^9.1.0",
|
|
97
94
|
"esmock": "^2.7.3",
|
|
98
95
|
"husky": "^9.1.7",
|
|
99
96
|
"lint-staged": "^17.0.2",
|
|
100
|
-
"mocha": "^11.1.0",
|
|
101
97
|
"prettier": "^3.9.1",
|
|
102
98
|
"rimraf": "^6.0.1",
|
|
103
99
|
"semantic-release": "^25.0.2",
|
|
104
100
|
"sinon": "^22.0.0",
|
|
105
|
-
"ts-node": "^10.9.2",
|
|
106
|
-
"tsx": "4.21.0",
|
|
107
101
|
"typescript": "^6.0.2"
|
|
108
102
|
},
|
|
109
103
|
"dependencies": {
|