electrodb
Advanced tools
Comparing version 0.9.32 to 0.9.33
{ | ||
"name": "electrodb", | ||
"version": "0.9.32", | ||
"version": "0.9.33", | ||
"description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -957,3 +957,3 @@ "use strict"; | ||
for (let [attribute, indexes] of Object.entries(this.model.facets.byAttr)) { | ||
if (attributes[attribute]) { | ||
if (attributes[attribute] !== undefined) { | ||
facets[attribute] = attributes[attribute]; | ||
@@ -960,0 +960,0 @@ indexes.forEach(({ index, type }) => { |
Sorry, the diff of this file is too big to display
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
246856
2845