@eluvio/elv-client-js 3.2.42 → 3.2.43

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.42",
3
+ "version": "3.2.43",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -755,7 +755,7 @@ class ElvWalletClient {
755
755
  let marketplace = await this.client.ContentObjectMetadata({
756
756
  versionHash: marketplaceHash,
757
757
  metadataSubtree: "public/asset_metadata/info",
758
- linkDepthLimit: 2,
758
+ linkDepthLimit: 1,
759
759
  resolveLinks: true,
760
760
  resolveIgnoreErrors: true,
761
761
  resolveIncludeSource: true,