react-native-windows 0.81.12 → 0.81.13

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.
@@ -70,16 +70,16 @@ struct IsReactTurboModule : std::bool_constant<ReactIsReactTurboModuleImpl(stati
70
70
  INTERNAL_REACT_RECOMPOSER_4( \
71
71
  (__VA_ARGS__, INTERNAL_REACT_MODULE_3_ARGS, INTERNAL_REACT_MODULE_2_ARGS, INTERNAL_REACT_MODULE_1_ARG, ))
72
72
 
73
- #define INTERNAL_REACT_MODULE_NO_REGISTRATION_AND_PROVIDER( \
74
- moduleStruct, moduleName, eventEmitterName, isReactTurboModule) \
75
- struct moduleStruct; \
76
- \
77
- constexpr bool ReactIsReactTurboModuleImpl(moduleStruct *) noexcept { return isReactTurboModule; } \
78
- \
79
- template <class TRegistry> \
80
- constexpr void GetReactModuleInfo(moduleStruct *, TRegistry &registry) noexcept { \
81
- registry.RegisterModule( \
82
- moduleName, eventEmitterName, winrt::Microsoft::ReactNative::ReactAttributeId<__COUNTER__>{}); \
73
+ #define INTERNAL_REACT_MODULE_NO_REGISTRATION_AND_PROVIDER( \
74
+ moduleStruct, moduleName, eventEmitterName, isReactTurboModule) \
75
+ struct moduleStruct; \
76
+ \
77
+ [[maybe_unused]] constexpr bool ReactIsReactTurboModuleImpl(moduleStruct *) noexcept { return isReactTurboModule; } \
78
+ \
79
+ template <class TRegistry> \
80
+ constexpr void GetReactModuleInfo(moduleStruct *, TRegistry &registry) noexcept { \
81
+ registry.RegisterModule( \
82
+ moduleName, eventEmitterName, winrt::Microsoft::ReactNative::ReactAttributeId<__COUNTER__>{}); \
83
83
  }
84
84
 
85
85
  // Another version of REACT_MODULE but does not do auto registration
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.81.12</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.81.13</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>81</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>12</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>13</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>3cee5cf0696f319d4ce543e4267a96762b3a65a4</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>57c33949c2f2863a51817500cec9bdd795d459dc</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.81.12",
3
+ "version": "0.81.13",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",