@discomedia/utils 1.0.57 → 1.0.58

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/dist/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.57",
6
+ "version": "1.0.58",
7
7
  "author": "Disco Media",
8
8
  "description": "Utility functions used in Disco Media apps",
9
9
  "always-build-npm": true,
package/dist/test.js CHANGED
@@ -16148,6 +16148,7 @@ class AlpacaTradingAPI {
16148
16148
  }
16149
16149
 
16150
16150
  // Test file for context functionality
16151
+ process.env['DEBUG'] === 'true' || false;
16151
16152
  // testGetPortfolioDailyHistory();
16152
16153
  // testWebSocketConnectAndDisconnect();
16153
16154
  // testGetAssetsShortableFilter();