@react-native-windows/automation-channel 0.12.228 → 0.12.230
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.
|
|
3
|
+
"version": "0.12.230",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
"jsonrpc-lite": "^2.2.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
+
"@react-native-community/cli": "15.0.0-alpha.2",
|
|
25
26
|
"@rnw-scripts/eslint-config": "1.2.30",
|
|
26
27
|
"@rnw-scripts/just-task": "2.3.47",
|
|
27
28
|
"@rnw-scripts/ts-config": "2.0.5",
|
|
@@ -31,8 +32,8 @@
|
|
|
31
32
|
"just-scripts": "^1.3.2",
|
|
32
33
|
"prettier": "2.8.8",
|
|
33
34
|
"react": "19.0.0-rc-fb9a90fa48-20240614",
|
|
34
|
-
"react-native": "0.77.0-nightly-
|
|
35
|
-
"react-native-windows": "^0.0.0-canary.
|
|
35
|
+
"react-native": "0.77.0-nightly-20241010-0d6908f4e",
|
|
36
|
+
"react-native-windows": "^0.0.0-canary.890",
|
|
36
37
|
"typescript": "5.0.4"
|
|
37
38
|
},
|
|
38
39
|
"files": [
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<Import Project="PropertySheet.props" />
|
|
70
70
|
</ImportGroup>
|
|
71
71
|
<ImportGroup Label="ReactNativeWindowsPropertySheets">
|
|
72
|
-
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\external\Microsoft.ReactNative.
|
|
72
|
+
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\external\Microsoft.ReactNative.CppLib.props" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.props')" />
|
|
73
73
|
<!-- Added since we build this project with Paper/Fabric. -->
|
|
74
74
|
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\NuGet.LockFile.props" />
|
|
75
75
|
</ImportGroup>
|
|
@@ -143,13 +143,13 @@
|
|
|
143
143
|
</ItemGroup>
|
|
144
144
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
145
145
|
<ImportGroup Label="ReactNativeWindowsTargets">
|
|
146
|
-
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.
|
|
146
|
+
<Import Project="$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.targets" Condition="Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.targets')" />
|
|
147
147
|
</ImportGroup>
|
|
148
148
|
<Target Name="EnsureReactNativeWindowsTargets" BeforeTargets="PrepareForBuild">
|
|
149
149
|
<PropertyGroup>
|
|
150
150
|
<ErrorText>This project references targets in your node_modules\react-native-windows folder that are missing. The missing file is {0}.</ErrorText>
|
|
151
151
|
</PropertyGroup>
|
|
152
|
-
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.
|
|
153
|
-
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.
|
|
152
|
+
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.props')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.props'))" />
|
|
153
|
+
<Error Condition="!Exists('$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(ReactNativeWindowsDir)\PropertySheets\External\Microsoft.ReactNative.CppLib.targets'))" />
|
|
154
154
|
</Target>
|
|
155
155
|
</Project>
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
3
|
+
|
|
4
|
+
<PropertyGroup Label="Microsoft.ReactNative Experimental Features">
|
|
5
|
+
<RnwNewArch>false</RnwNewArch>
|
|
6
|
+
<UseExperimentalNuget>false</UseExperimentalNuget>
|
|
7
|
+
|
|
8
|
+
<ReactExperimentalFeaturesSet>true</ReactExperimentalFeaturesSet>
|
|
9
|
+
</PropertyGroup>
|
|
10
|
+
|
|
11
|
+
</Project>
|