@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/{alpaca-trading-api-BMvFXbgI.js → alpaca-trading-api-mpmauojY.js} +2 -2
- package/dist/{alpaca-trading-api-BMvFXbgI.js.map → alpaca-trading-api-mpmauojY.js.map} +1 -1
- package/dist/index-frontend.cjs +1 -1
- package/dist/index-frontend.cjs.map +1 -1
- package/dist/index-frontend.mjs +1 -1
- package/dist/index-frontend.mjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/package.json +1 -1
- package/dist/test.js +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
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-
|
|
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,
|