@react-native-windows/automation-channel 0.12.206 → 0.12.207

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-native-windows/automation-channel",
3
- "version": "0.12.206",
3
+ "version": "0.12.207",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -32,7 +32,7 @@
32
32
  "prettier": "2.8.8",
33
33
  "react": "19.0.0-rc-fb9a90fa48-20240614",
34
34
  "react-native": "0.76.0-nightly-20240901-305b4357e",
35
- "react-native-windows": "^0.0.0-canary.866",
35
+ "react-native-windows": "^0.0.0-canary.867",
36
36
  "typescript": "5.0.4"
37
37
  },
38
38
  "files": [
@@ -70,6 +70,8 @@
70
70
  </ImportGroup>
71
71
  <ImportGroup Label="ReactNativeWindowsPropertySheets">
72
72
  <Import Project="$(ReactNativeWindowsDir)\PropertySheets\external\Microsoft.ReactNative.Uwp.CppLib.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.Uwp.CppLib.props')" />
73
+ <!-- Added since we build this project with Paper/Fabric. -->
74
+ <Import Project="$(ReactNativeWindowsDir)\PropertySheets\NuGet.LockFile.props" />
73
75
  </ImportGroup>
74
76
  <PropertyGroup Label="UserMacros" />
75
77
  <ItemDefinitionGroup>
@@ -0,0 +1,168 @@
1
+ {
2
+ "version": 1,
3
+ "dependencies": {
4
+ "native,Version=v0.0": {
5
+ "Microsoft.Windows.CppWinRT": {
6
+ "type": "Direct",
7
+ "requested": "[2.0.230706.1, )",
8
+ "resolved": "2.0.230706.1",
9
+ "contentHash": "l0D7oCw/5X+xIKHqZTi62TtV+1qeSz7KVluNFdrJ9hXsst4ghvqQ/Yhura7JqRdZWBXAuDS0G0KwALptdoxweQ=="
10
+ },
11
+ "Microsoft.WindowsAppSDK": {
12
+ "type": "Direct",
13
+ "requested": "[1.5.240227000, )",
14
+ "resolved": "1.5.240227000",
15
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
16
+ "dependencies": {
17
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
18
+ }
19
+ },
20
+ "boost": {
21
+ "type": "Transitive",
22
+ "resolved": "1.83.0",
23
+ "contentHash": "cy53VNMzysEMvhBixDe8ujPk67Fcj3v6FPHQnH91NYJNLHpc6jxa2xq9ruCaaJjE4M3YrGSHDi4uUSTGBWw6EQ=="
24
+ },
25
+ "Microsoft.Build.Tasks.Git": {
26
+ "type": "Transitive",
27
+ "resolved": "1.1.1",
28
+ "contentHash": "AT3HlgTjsqHnWpBHSNeR0KxbLZD7bztlZVj7I8vgeYG9SYqbeFGh0TM/KVtC6fg53nrWHl3VfZFvb5BiQFcY6Q=="
29
+ },
30
+ "Microsoft.JavaScript.Hermes": {
31
+ "type": "Transitive",
32
+ "resolved": "0.1.23",
33
+ "contentHash": "cA9t1GjY4Yo0JD1AfA//e1lOwk48hLANfuX6GXrikmEBNZVr2TIX5ONJt5tqCnpZyLz6xGiPDgTfFNKbSfb21g=="
34
+ },
35
+ "Microsoft.SourceLink.Common": {
36
+ "type": "Transitive",
37
+ "resolved": "1.1.1",
38
+ "contentHash": "WMcGpWKrmJmzrNeuaEb23bEMnbtR/vLmvZtkAP5qWu7vQsY59GqfRJd65sFpBszbd2k/bQ8cs8eWawQKAabkVg=="
39
+ },
40
+ "Microsoft.SourceLink.GitHub": {
41
+ "type": "Transitive",
42
+ "resolved": "1.1.1",
43
+ "contentHash": "IaJGnOv/M7UQjRJks7B6p7pbPnOwisYGOIzqCz5ilGFTApZ3ktOR+6zJ12ZRPInulBmdAf1SrGdDG2MU8g6XTw==",
44
+ "dependencies": {
45
+ "Microsoft.Build.Tasks.Git": "1.1.1",
46
+ "Microsoft.SourceLink.Common": "1.1.1"
47
+ }
48
+ },
49
+ "Microsoft.Windows.SDK.BuildTools": {
50
+ "type": "Transitive",
51
+ "resolved": "10.0.22621.756",
52
+ "contentHash": "7ZL2sFSioYm1Ry067Kw1hg0SCcW5kuVezC2SwjGbcPE61Nn+gTbH86T73G3LcEOVj0S3IZzNuE/29gZvOLS7VA=="
53
+ },
54
+ "common": {
55
+ "type": "Project",
56
+ "dependencies": {
57
+ "boost": "[1.83.0, )"
58
+ }
59
+ },
60
+ "fmt": {
61
+ "type": "Project"
62
+ },
63
+ "folly": {
64
+ "type": "Project",
65
+ "dependencies": {
66
+ "boost": "[1.83.0, )",
67
+ "fmt": "[1.0.0, )"
68
+ }
69
+ },
70
+ "microsoft.reactnative": {
71
+ "type": "Project",
72
+ "dependencies": {
73
+ "Common": "[1.0.0, )",
74
+ "Folly": "[1.0.0, )",
75
+ "Microsoft.JavaScript.Hermes": "[0.1.23, )",
76
+ "Microsoft.SourceLink.GitHub": "[1.1.1, )",
77
+ "Microsoft.WindowsAppSDK": "[1.5.240227000, )",
78
+ "ReactCommon": "[1.0.0, )",
79
+ "boost": "[1.83.0, )"
80
+ }
81
+ },
82
+ "reactcommon": {
83
+ "type": "Project",
84
+ "dependencies": {
85
+ "Folly": "[1.0.0, )",
86
+ "boost": "[1.83.0, )"
87
+ }
88
+ }
89
+ },
90
+ "native,Version=v0.0/win10-arm": {
91
+ "Microsoft.WindowsAppSDK": {
92
+ "type": "Direct",
93
+ "requested": "[1.5.240227000, )",
94
+ "resolved": "1.5.240227000",
95
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
96
+ "dependencies": {
97
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
98
+ }
99
+ }
100
+ },
101
+ "native,Version=v0.0/win10-arm-aot": {
102
+ "Microsoft.WindowsAppSDK": {
103
+ "type": "Direct",
104
+ "requested": "[1.5.240227000, )",
105
+ "resolved": "1.5.240227000",
106
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
107
+ "dependencies": {
108
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
109
+ }
110
+ }
111
+ },
112
+ "native,Version=v0.0/win10-arm64-aot": {
113
+ "Microsoft.WindowsAppSDK": {
114
+ "type": "Direct",
115
+ "requested": "[1.5.240227000, )",
116
+ "resolved": "1.5.240227000",
117
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
118
+ "dependencies": {
119
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
120
+ }
121
+ }
122
+ },
123
+ "native,Version=v0.0/win10-x64": {
124
+ "Microsoft.WindowsAppSDK": {
125
+ "type": "Direct",
126
+ "requested": "[1.5.240227000, )",
127
+ "resolved": "1.5.240227000",
128
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
129
+ "dependencies": {
130
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
131
+ }
132
+ }
133
+ },
134
+ "native,Version=v0.0/win10-x64-aot": {
135
+ "Microsoft.WindowsAppSDK": {
136
+ "type": "Direct",
137
+ "requested": "[1.5.240227000, )",
138
+ "resolved": "1.5.240227000",
139
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
140
+ "dependencies": {
141
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
142
+ }
143
+ }
144
+ },
145
+ "native,Version=v0.0/win10-x86": {
146
+ "Microsoft.WindowsAppSDK": {
147
+ "type": "Direct",
148
+ "requested": "[1.5.240227000, )",
149
+ "resolved": "1.5.240227000",
150
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
151
+ "dependencies": {
152
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
153
+ }
154
+ }
155
+ },
156
+ "native,Version=v0.0/win10-x86-aot": {
157
+ "Microsoft.WindowsAppSDK": {
158
+ "type": "Direct",
159
+ "requested": "[1.5.240227000, )",
160
+ "resolved": "1.5.240227000",
161
+ "contentHash": "6rESOsREi8534J7IDpNfFYPvxQaSleXKt4A7ZYPeQyckNMQ0o1W0jZ420bJbEMz9Cw/S/8IbpPftLLZ9w/GTCQ==",
162
+ "dependencies": {
163
+ "Microsoft.Windows.SDK.BuildTools": "10.0.22621.756"
164
+ }
165
+ }
166
+ }
167
+ }
168
+ }