We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad671bf commit aecee0cCopy full SHA for aecee0c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "performant-array-to-tree",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "Converts an array of items with ids and parent ids to a nested tree in a performant `O(n)` way. Runs in browsers and node.",
5
"main": "build/arrayToTree.min.js",
6
"types": "build/arrayToTree.d.ts",
0 commit comments