com.wallstop-studios.unity-helpers 2.0.0-rc67 → 2.0.0-rc68

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.
@@ -20,7 +20,7 @@
20
20
  {
21
21
  private static readonly WaitForEndOfFrame WaitForEndOfFrame = new();
22
22
  private static readonly Dictionary<Type, MethodInfo> AwakeMethodsByType = new();
23
- private static readonly Object LogObject = new() { name = "Wallstop Log Helper" };
23
+ private static readonly Object LogObject = new();
24
24
  private static readonly Dictionary<string, Object> ObjectsByTag = new(
25
25
  StringComparer.Ordinal
26
26
  );
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc67",
3
+ "version": "2.0.0-rc68",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},