Comparing version 1.2.0 to 1.3.0
@@ -33,3 +33,3 @@ const { Level } = require('level'); | ||
if (v instanceof IMap || v instanceof ISet || v instanceof IArray) { | ||
if (v instanceof IMap || v instanceof ISet || v instanceof IArray || v instanceof Record) { | ||
v = this.labelType(v.constructor.name, v.id); | ||
@@ -113,3 +113,2 @@ } | ||
// await db.batch([{ type: 'put', key: 'b', value: 2 }]) | ||
for (let field in data) { | ||
@@ -116,0 +115,0 @@ const value = data[field]; |
{ | ||
"name": "beastdb", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "A persistence database specializing in state space search problems!", | ||
@@ -5,0 +5,0 @@ "main": "lib/db.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44912
13
1032