appium-ios-remotexpc 0.10.0 → 0.10.2
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/package.json +1 -1
- package/build/src/services/ios/diagnostic-service/keys.d.ts +0 -5
- package/build/src/services/ios/diagnostic-service/keys.d.ts.map +0 -1
- package/build/src/services/ios/diagnostic-service/keys.js +0 -770
- package/src/services/ios/diagnostic-service/keys.ts +0 -770
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
## [0.10.2](https://github.com/appium/appium-ios-remotexpc/compare/v0.10.1...v0.10.2) (2025-11-03)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* **cleanup:** remove MobileGestalt keys as service is deprecated ([#93](https://github.com/appium/appium-ios-remotexpc/issues/93)) ([bdc88a6](https://github.com/appium/appium-ios-remotexpc/commit/bdc88a66bd46c30237c6ea4c89196ab73ab39dfc))
|
|
6
|
+
|
|
7
|
+
## [0.10.1](https://github.com/appium/appium-ios-remotexpc/compare/v0.10.0...v0.10.1) (2025-11-02)
|
|
8
|
+
|
|
9
|
+
### Miscellaneous Chores
|
|
10
|
+
|
|
11
|
+
* **deps:** bump actions/setup-node from 5.0.0 to 6.0.0 ([#90](https://github.com/appium/appium-ios-remotexpc/issues/90)) ([1f0748a](https://github.com/appium/appium-ios-remotexpc/commit/1f0748a6b333babd28d956f4fb4ea519fe5d2b7f))
|
|
12
|
+
|
|
1
13
|
## [0.10.0](https://github.com/appium/appium-ios-remotexpc/compare/v0.9.0...v0.10.0) (2025-10-27)
|
|
2
14
|
|
|
3
15
|
### Features
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"keys.d.ts","sourceRoot":"","sources":["../../../../../src/services/ios/diagnostic-service/keys.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,MAAM,EA8vBrC,CAAC"}
|