brisky-struct
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -2368,5 +2368,5 @@ import bs from 'brisky-stamp'; | ||
const p = path(val); // memoized paths later | ||
val = [ '@' ]; | ||
val = [ '@', 'root' ]; | ||
let i = p.length; | ||
while (i--) { val[i + 1] = p[i]; } | ||
while (i--) { val[i + 2] = p[i]; } | ||
} | ||
@@ -2373,0 +2373,0 @@ if (keys) { |
@@ -2374,5 +2374,5 @@ 'use strict'; | ||
const p = path(val); // memoized paths later | ||
val = [ '@' ]; | ||
val = [ '@', 'root' ]; | ||
let i = p.length; | ||
while (i--) { val[i + 1] = p[i]; } | ||
while (i--) { val[i + 2] = p[i]; } | ||
} | ||
@@ -2379,0 +2379,0 @@ if (keys) { |
{ | ||
"name": "brisky-struct", | ||
"description": "An observable data structure", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "module": "dist/index.es.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
533711