com.wallstop-studios.dxmessaging 2.0.0-rc24 → 2.0.0-rc25

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.
@@ -3,10 +3,10 @@
3
3
  using System;
4
4
  using System.Runtime.CompilerServices;
5
5
 
6
- public static class EnumExtensions
6
+ internal static class EnumExtensions
7
7
  {
8
8
  [MethodImpl(MethodImplOptions.AggressiveInlining)]
9
- public static bool HasFlagNoAlloc<T>(this T value, T flag)
9
+ internal static bool HasFlagNoAlloc<T>(this T value, T flag)
10
10
  where T : unmanaged, Enum
11
11
  {
12
12
  ulong valueUnderlying = GetUInt64(value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.dxmessaging",
3
- "version": "2.0.0-rc24",
3
+ "version": "2.0.0-rc25",
4
4
  "displayName": "DxMessaging",
5
5
  "description": "Synchronous Event Bus for Unity",
6
6
  "unity": "2021.3",