@eluvio/elv-client-js 3.2.14 → 3.2.15

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.14",
3
+ "version": "3.2.15",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -900,6 +900,7 @@ class ElvWalletClient {
900
900
  case "sales":
901
901
  path = UrlJoin("as", "mkt", "hst", "f");
902
902
  filters.push("action:eq:SOLD");
903
+ filters.push("seller:co:0x");
903
904
  break;
904
905
 
905
906
  case "listing-stats":
@@ -908,6 +909,7 @@ class ElvWalletClient {
908
909
 
909
910
  case "sales-stats":
910
911
  path = UrlJoin("as", "mkt", "stats", "sold");
912
+ filters.push("seller:co:0x");
911
913
  break;
912
914
  }
913
915