@the-grid/immutable
Advanced tools
Comparing version 1.1.9 to 1.1.10
@@ -214,3 +214,3 @@ 'use strict'; | ||
// recurse | ||
flattenDeps(inner.deps, inner.depMap, flattenedDeps); | ||
flattenDeps(inner.deps, EMPTY_OBJ, flattenedDeps); | ||
} else { | ||
@@ -217,0 +217,0 @@ flattenedDeps.push(depKey); |
{ | ||
"name": "@the-grid/immutable", | ||
"version": "1.1.9", | ||
"version": "1.1.10", | ||
"description": "Describe struct here", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
36315