util-helpers 4.23.3 → 4.23.4
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.
- package/dist/util-helpers.js +2 -2
- package/dist/util-helpers.js.map +1 -1
- package/dist/util-helpers.min.js +1 -1
- package/dist/util-helpers.min.js.map +1 -1
- package/esm/VERSION.js +1 -1
- package/esm/index.js +1 -1
- package/lib/VERSION.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/types/transformObjectValue.d.ts +4 -5
package/dist/util-helpers.js
CHANGED
|
@@ -2650,9 +2650,9 @@
|
|
|
2650
2650
|
return internalFindTreeSelect(tree, predicate, childrenField);
|
|
2651
2651
|
}
|
|
2652
2652
|
|
|
2653
|
-
var VERSION = "4.23.
|
|
2653
|
+
var VERSION = "4.23.4";
|
|
2654
2654
|
|
|
2655
|
-
var version = "4.23.
|
|
2655
|
+
var version = "4.23.4";
|
|
2656
2656
|
|
|
2657
2657
|
exports.AsyncMemo = AsyncMemo;
|
|
2658
2658
|
exports.VERSION = VERSION;
|