@eluvio/elv-client-js 4.0.118 → 4.0.119

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": "4.0.118",
3
+ "version": "4.0.119",
4
4
  "description": "Javascript client for the Eluvio Content Fabric",
5
5
  "main": "src/index.js",
6
6
  "author": "Kevin Talmadge",
@@ -187,7 +187,8 @@ class ElvWalletClient {
187
187
 
188
188
  walletClient.topLevelInfo = await client.utils.ResponseToJson(
189
189
  client.MakeAuthServiceRequest({
190
- path: "/as/mw/toplevel"
190
+ path: "/as/mw/toplevel",
191
+ queryParams: { env: mode }
191
192
  })
192
193
  );
193
194