array-of-arrays-into-ast
Advanced tools
Comparing version
/** | ||
* array-of-arrays-into-ast | ||
* turns an array of arrays of data into a nested tree of plain objects | ||
* Version: 1.8.15 | ||
* Version: 1.8.16 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* array-of-arrays-into-ast | ||
* turns an array of arrays of data into a nested tree of plain objects | ||
* Version: 1.8.15 | ||
* Version: 1.8.16 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
/** | ||
* array-of-arrays-into-ast | ||
* turns an array of arrays of data into a nested tree of plain objects | ||
* Version: 1.8.15 | ||
* Version: 1.8.16 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "array-of-arrays-into-ast", | ||
"version": "1.8.15", | ||
"version": "1.8.16", | ||
"description": "turns an array of arrays of data into a nested tree of plain objects", | ||
@@ -166,4 +166,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"check-types-mini": "^5.7.11", | ||
"object-merge-advanced": "^10.10.15" | ||
"check-types-mini": "^5.7.12", | ||
"object-merge-advanced": "^10.10.16" | ||
}, | ||
@@ -170,0 +170,0 @@ "devDependencies": { |
Updated