@react-native-windows/automation-commands 0.1.52 → 0.1.54

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.
@@ -8,7 +8,7 @@ import { AutomationClient } from '@react-native-windows/automation-channel';
8
8
  /**
9
9
  * Schema of tree dumped node
10
10
  */
11
- export declare type UIElement = {
11
+ export type UIElement = {
12
12
  XamlType: string;
13
13
  Foreground?: string | null;
14
14
  Background?: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/automation-commands",
3
- "version": "0.1.52",
3
+ "version": "0.1.54",
4
4
  "description": "Allows controlling your react-native-windows application",
5
5
  "main": "lib-commonjs/index.js",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "watch": "rnw-scripts watch"
19
19
  },
20
20
  "dependencies": {
21
- "@react-native-windows/automation-channel": "^0.8.0",
21
+ "@react-native-windows/automation-channel": "^0.9.1",
22
22
  "@typescript-eslint/eslint-plugin": "^5.30.5",
23
23
  "@typescript-eslint/parser": "^5.30.5"
24
24
  },
@@ -31,7 +31,7 @@
31
31
  "@types/node": "^14.14.22",
32
32
  "eslint": "^8.19.0",
33
33
  "prettier": "^2.4.1",
34
- "typescript": "^4.4.4"
34
+ "typescript": "^4.9.5"
35
35
  },
36
36
  "files": [
37
37
  "lib-commonjs",