@poap-xyz/drops
Advanced tools
Comparing version 0.2.1-beta-v4 to 0.2.1-beta-v5
@@ -154,3 +154,3 @@ (function (global, factory) { | ||
function createInFilter(key, values) { | ||
return values && values.length ? { [key]: { _in: values } } : {}; | ||
return values && values.length > 0 ? { [key]: { _in: values } } : {}; | ||
} | ||
@@ -157,0 +157,0 @@ function createBetweenFilter(key, from, to) { |
{ | ||
"name": "@poap-xyz/drops", | ||
"version": "0.2.1-beta-v4", | ||
"version": "0.2.1-beta-v5", | ||
"description": "Drops module for the poap.js library", | ||
@@ -32,6 +32,6 @@ "main": "dist/cjs/index.cjs", | ||
"dependencies": { | ||
"@poap-xyz/providers": "0.2.1-beta-v4", | ||
"@poap-xyz/utils": "0.2.1-beta-v4" | ||
"@poap-xyz/providers": "0.2.1-beta-v5", | ||
"@poap-xyz/utils": "0.2.1-beta-v5" | ||
}, | ||
"stableVersion": "0.2.1" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
151306
+ Added@poap-xyz/providers@0.2.1-beta-v5(transitive)
+ Added@poap-xyz/utils@0.2.1-beta-v5(transitive)
- Removed@poap-xyz/providers@0.2.1-beta-v4(transitive)
- Removed@poap-xyz/utils@0.2.1-beta-v4(transitive)