@eluvio/elv-client-js 3.2.18 → 3.2.19

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-client-js",
3
- "version": "3.2.18",
3
+ "version": "3.2.19",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -837,7 +837,7 @@ class ElvWalletClient {
837
837
  filters.push(`token:eq:${tokenId}`);
838
838
  }
839
839
  } else if(filter) {
840
- if(mode === "listing") {
840
+ if(mode.includes("listing")) {
841
841
  filters.push(`nft/display_name:eq:${filter}`);
842
842
  } else if(mode === "owned") {
843
843
  filters.push(`meta/display_name:eq:${filter}`);