dstore-leveldb
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -168,3 +168,3 @@ 'use strict'; | ||
var itemByTypeDb = client.sublevel('item-by-type'); | ||
var table = itemByTypeDb.sublevel(blueprintId); | ||
var table = itemByTypeDb.sublevel(blueprint.leveldb.type); | ||
@@ -171,0 +171,0 @@ return _bluebird2['default'].promisify(itemByIdDb.del)(id).then(function () { |
{ | ||
"name": "dstore-leveldb", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "LevelDB storage engine for dstore.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -142,3 +142,3 @@ import _ from 'lodash'; | ||
var itemByTypeDb = client.sublevel('item-by-type'); | ||
var table = itemByTypeDb.sublevel(blueprintId); | ||
var table = itemByTypeDb.sublevel(blueprint.leveldb.type); | ||
@@ -145,0 +145,0 @@ return BBPromise.promisify(itemByIdDb.del)(id) |
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
50748