@discomedia/utils 1.0.28 → 1.0.29

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.28",
6
+ "version": "1.0.29",
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
@@ -13689,7 +13689,7 @@ async function testGetPortfolioDailyHistory() {
13689
13689
  }
13690
13690
  try {
13691
13691
  // Create real Alpaca API instance with credentials from .env
13692
- const { AlpacaTradingAPI } = await import('./alpaca-trading-api-BMvFXbgI.js');
13692
+ const { AlpacaTradingAPI } = await import('./alpaca-trading-api-mpmauojY.js');
13693
13693
  const credentials = {
13694
13694
  accountName: 'TestAccount',
13695
13695
  apiKey: process.env.ALPACA_API_KEY,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.0.28",
6
+ "version": "1.0.29",
7
7
  "author": "Disco Media",
8
8
  "description": "Utility functions used in Disco Media apps",
9
9
  "always-build-npm": true,