node-simctl
Advanced tools
Comparing version 7.7.0 to 7.7.1
@@ -201,2 +201,6 @@ export default Simctl; | ||
setAppearance: (this: Simctl, appearance: string) => Promise<void>; | ||
getIncreaseContrast: (this: Simctl) => Promise<string>; | ||
setIncreaseContrast: (this: Simctl, increaseContrast: string) => Promise<void>; | ||
getContentSize: (this: Simctl) => Promise<string>; | ||
setContentSize: (this: Simctl, contentSizeAction: string) => Promise<void>; | ||
removeApp: (this: Simctl, bundleId: string) => Promise<void>; | ||
@@ -203,0 +207,0 @@ } |
@@ -162,2 +162,6 @@ "use strict"; | ||
this.setAppearance = ui_1.default.setAppearance; | ||
this.getIncreaseContrast = ui_1.default.getIncreaseContrast; | ||
this.setIncreaseContrast = ui_1.default.setIncreaseContrast; | ||
this.getContentSize = ui_1.default.getContentSize; | ||
this.setContentSize = ui_1.default.setContentSize; | ||
this.removeApp = uninstall_1.default.removeApp; | ||
@@ -164,0 +168,0 @@ opts = lodash_1.default.cloneDeep(opts); |
@@ -0,1 +1,7 @@ | ||
## [7.7.1](https://github.com/appium/node-simctl/compare/v7.7.0...v7.7.1) (2025-01-27) | ||
### Bug Fixes | ||
* add definitions in Simctl ([#263](https://github.com/appium/node-simctl/issues/263)) ([60ee831](https://github.com/appium/node-simctl/commit/60ee831765369e7cd9b3c91693a984a3c6d7ea1d)) | ||
## [7.7.0](https://github.com/appium/node-simctl/compare/v7.6.5...v7.7.0) (2025-01-26) | ||
@@ -2,0 +8,0 @@ |
@@ -290,2 +290,6 @@ import _ from 'lodash'; | ||
setAppearance = uiCommands.setAppearance; | ||
getIncreaseContrast = uiCommands.getIncreaseContrast; | ||
setIncreaseContrast = uiCommands.setIncreaseContrast; | ||
getContentSize = uiCommands.getContentSize; | ||
setContentSize = uiCommands.setContentSize; | ||
@@ -292,0 +296,0 @@ removeApp = uninstallCommands.removeApp; |
@@ -9,3 +9,3 @@ { | ||
], | ||
"version": "7.7.0", | ||
"version": "7.7.1", | ||
"author": "Appium Contributors", | ||
@@ -12,0 +12,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
266968
4515