@eluvio/elv-client-js 3.2.8 → 3.2.9

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.8",
3
+ "version": "3.2.9",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -841,6 +841,8 @@ class ElvWalletClient {
841
841
 
842
842
  case "transfers":
843
843
  path = UrlJoin("as", "mkt", "hst", "f");
844
+ filters.push("action:eq:TRANSFERRED");
845
+ filters.push("action:eq:SOLD");
844
846
  break;
845
847
 
846
848
  case "sales":