@nodescript/core
Advanced tools
Comparing version 0.11.2 to 0.11.3
@@ -21,3 +21,2 @@ import { GraphSchema } from '../schema/index.js'; | ||
rootNodeId: '', | ||
refs: {}, | ||
}); | ||
@@ -24,0 +23,0 @@ } |
@@ -7,3 +7,3 @@ export function serialize(object, omit) { | ||
} | ||
if (k in omit && String(omit[k]) === String(v)) { | ||
if (k in omit && omit[k] === v) { | ||
continue; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@nodescript/core", | ||
"version": "0.11.2", | ||
"version": "0.11.3", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "Visual programming language for Browser and Node", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
126602
2259