We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3edcfc8 commit f500bbdCopy full SHA for f500bbd
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "performant-array-to-tree",
3
- "version": "1.1.1",
+ "version": "1.1.2",
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