electrodb 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/entity.js +0 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electrodb",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "A library to more easily create and interact with multiple entities and heretical relationships in dynamodb",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/entity.js CHANGED
@@ -2899,7 +2899,6 @@ class Entity {
2899
2899
  if (skType === "number") {
2900
2900
  return Comparisons[comparison];
2901
2901
  } else if (
2902
- comparisonType === ComparisonTypes.attributes ||
2903
2902
  comparisonType === ComparisonTypes.v2
2904
2903
  ) {
2905
2904
  return KeyAttributesComparisons[comparison];