array-of-arrays-into-ast
Advanced tools
Comparing version
@@ -6,2 +6,10 @@ # Change Log | ||
## [1.4.3](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.2...array-of-arrays-into-ast@1.4.3) (2018-12-27) | ||
**Note:** Version bump only for package array-of-arrays-into-ast | ||
## [1.4.2](https://bitbucket.org/codsen/codsen/src/master/packages/array-of-arrays-into-ast/compare/array-of-arrays-into-ast@1.4.1...array-of-arrays-into-ast@1.4.2) (2018-12-27) | ||
@@ -8,0 +16,0 @@ |
/** | ||
* array-of-arrays-into-ast | ||
* turns an array of arrays of data into a nested tree of plain objects | ||
* Version: 1.4.2 | ||
* Version: 1.4.3 | ||
* 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.4.2 | ||
* Version: 1.4.3 | ||
* 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.4.2 | ||
* Version: 1.4.3 | ||
* Author: Roy Revelt, Codsen Ltd | ||
@@ -6,0 +6,0 @@ * License: MIT |
{ | ||
"name": "array-of-arrays-into-ast", | ||
"version": "1.4.2", | ||
"version": "1.4.3", | ||
"description": "turns an array of arrays of data into a nested tree of plain objects", | ||
@@ -170,4 +170,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"check-types-mini": "^5.2.1", | ||
"object-merge-advanced": "^10.6.1" | ||
"check-types-mini": "^5.2.2", | ||
"object-merge-advanced": "^10.6.2" | ||
}, | ||
@@ -201,3 +201,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "31af5cb68a7bc35514196b3da276bda6b272fe8f" | ||
"gitHead": "e99ef54c0bac616e3b12cc4133aafb617f3fc053" | ||
} |
60314
0.41%Updated