@gbozee/ultimate 0.0.2-next.6 → 0.0.2-next.7
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/index.cjs +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp-server.cjs +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -59324,7 +59324,7 @@ class ExchangeAccount {
|
|
|
59324
59324
|
kind: "short"
|
|
59325
59325
|
});
|
|
59326
59326
|
const long_config = await long_position.getConfig();
|
|
59327
|
-
const short_config = short_position.
|
|
59327
|
+
const short_config = await short_position.getConfig();
|
|
59328
59328
|
const config2 = build_reduce_config({
|
|
59329
59329
|
account: this.instance,
|
|
59330
59330
|
symbol: payload.symbol,
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -59261,7 +59261,7 @@ class ExchangeAccount {
|
|
|
59261
59261
|
kind: "short"
|
|
59262
59262
|
});
|
|
59263
59263
|
const long_config = await long_position.getConfig();
|
|
59264
|
-
const short_config = short_position.
|
|
59264
|
+
const short_config = await short_position.getConfig();
|
|
59265
59265
|
const config2 = build_reduce_config({
|
|
59266
59266
|
account: this.instance,
|
|
59267
59267
|
symbol: payload.symbol,
|
package/dist/mcp-server.cjs
CHANGED
|
@@ -72304,7 +72304,7 @@ class ExchangeAccount {
|
|
|
72304
72304
|
kind: "short"
|
|
72305
72305
|
});
|
|
72306
72306
|
const long_config = await long_position.getConfig();
|
|
72307
|
-
const short_config = short_position.
|
|
72307
|
+
const short_config = await short_position.getConfig();
|
|
72308
72308
|
const config2 = build_reduce_config({
|
|
72309
72309
|
account: this.instance,
|
|
72310
72310
|
symbol: payload.symbol,
|
package/dist/mcp-server.js
CHANGED
|
@@ -72277,7 +72277,7 @@ class ExchangeAccount {
|
|
|
72277
72277
|
kind: "short"
|
|
72278
72278
|
});
|
|
72279
72279
|
const long_config = await long_position.getConfig();
|
|
72280
|
-
const short_config = short_position.
|
|
72280
|
+
const short_config = await short_position.getConfig();
|
|
72281
72281
|
const config2 = build_reduce_config({
|
|
72282
72282
|
account: this.instance,
|
|
72283
72283
|
symbol: payload.symbol,
|