@vorplex/core 0.0.32 → 0.0.33

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.
@@ -147,7 +147,10 @@ export class $Changes {
147
147
  else if ($Value.equals(aValue, bValue)) {
148
148
  similarities[key] = aValue;
149
149
  }
150
- else if ($Value.isObject(aValue) && $Value.isObject(bValue) && !/^\$\d+\+$/.test(key)) {
150
+ else if (/^\$\d+\+$/.test(key)) {
151
+ differences[key] = aValue;
152
+ }
153
+ else if ($Value.isObject(aValue) && $Value.isObject(bValue)) {
151
154
  const nested = $Changes.compareChanges(aValue, bValue);
152
155
  if (nested.differences !== undefined)
153
156
  differences[key] = nested.differences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vorplex/core",
3
- "version": "0.0.32",
3
+ "version": "0.0.33",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "files": [