react-native-windows 0.0.0-canary.655 → 0.0.0-canary.656

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.
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.0.0-canary.655</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.0.0-canary.656</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>0</ReactNativeWindowsMinor>
16
16
  <ReactNativeWindowsPatch>0</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>true</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>f323367cf403e92bf8f216fe773cf2355d529b28</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>8e12ccc82efc6d981ffcefecb70a15504fdf0cb2</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
@@ -22,7 +22,6 @@
22
22
  <PropertyGroup Label="Desktop">
23
23
  <!-- See https://learn.microsoft.com/en-us/cpp/porting/modifying-winver-and-win32-winnt -->
24
24
  <WinVer Condition="'$(WinVer)' == ''">_WIN32_WINNT_WIN10</WinVer>
25
- <EnableBeast Condition="'$(EnableBeast)' == ''">0</EnableBeast>
26
25
  </PropertyGroup>
27
26
 
28
27
  <PropertyGroup>
@@ -397,7 +397,7 @@ WinRTHttpResource::PerformSendRequest(HttpMethod &&method, Uri &&rtUri, IInspect
397
397
  // Ensure background thread
398
398
  co_await winrt::resume_background();
399
399
 
400
- auto props = winrt::multi_threaded_map<winrt::hstring, IInspectable>();
400
+ auto props = winrt::single_threaded_map<winrt::hstring, IInspectable>();
401
401
  props.Insert(L"RequestArgs", coArgs);
402
402
 
403
403
  auto coRequestOp = CreateRequest(std::move(coMethod), std::move(coUri), props);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.0.0-canary.655",
3
+ "version": "0.0.0-canary.656",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",