@poap-xyz/poaps
Advanced tools
Comparing version 0.2.1-beta-v4 to 0.2.1-beta-v5
@@ -118,3 +118,3 @@ (function (global, factory) { | ||
function createInFilter(key, values) { | ||
return values && values.length ? { [key]: { _in: values } } : {}; | ||
return values && values.length > 0 ? { [key]: { _in: values } } : {}; | ||
} | ||
@@ -121,0 +121,0 @@ function createBetweenFilter(key, from, to) { |
{ | ||
"name": "@poap-xyz/poaps", | ||
"version": "0.2.1-beta-v4", | ||
"version": "0.2.1-beta-v5", | ||
"description": "Poaps module for the poap.js library", | ||
@@ -29,4 +29,4 @@ "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" | ||
}, | ||
@@ -33,0 +33,0 @@ "engines": { |
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
224495
+ 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)