@domql/state
Advanced tools
Comparing version 2.3.149 to 2.3.150
@@ -25,4 +25,4 @@ 'use strict' | ||
let childInParent = parentState[childKey] | ||
if (!childInParent) childInParent = parentState[childKey] = {} | ||
if (!childInParent[grandChildKey]) childInParent[grandChildKey] = {} | ||
if (!childInParent) childInParent = parentState[childKey] = {} // check for array | ||
if (!childInParent[grandChildKey]) childInParent[grandChildKey] = {} // check for array | ||
@@ -29,0 +29,0 @@ stateKey = grandChildKey |
{ | ||
"name": "@domql/state", | ||
"version": "2.3.149", | ||
"version": "2.3.150", | ||
"license": "MIT", | ||
@@ -11,3 +11,3 @@ "type": "module", | ||
"exports": { | ||
"." : { | ||
".": { | ||
"kalduna": "./index.js", | ||
@@ -35,3 +35,3 @@ "default": "./dist/cjs/index.js" | ||
}, | ||
"gitHead": "c867d7db9e2450d67e97a15ffc7b61692713c234" | ||
"gitHead": "368c731d0e9f7225329b235dfa446d41a36a341c" | ||
} |
35013
15