@yuants/vendor-hyperliquid 0.3.13 → 0.3.15
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.js +6 -19
- package/dist/index.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -17
- package/lib/index.js.map +1 -1
- package/package.json +10 -10
- package/temp/package-deps.json +13 -13
package/dist/index.js
CHANGED
|
@@ -1,19 +1,15 @@
|
|
|
1
|
-
import { addAccountMarket,
|
|
2
|
-
import { encodePath
|
|
3
|
-
import { defer, repeat, retry, shareReplay, tap } from 'rxjs';
|
|
1
|
+
import { addAccountMarket, provideAccountInfoService } from '@yuants/data-account';
|
|
2
|
+
import { encodePath } from '@yuants/utils';
|
|
4
3
|
import { client } from './api';
|
|
4
|
+
import './interest_rate';
|
|
5
5
|
import './order';
|
|
6
6
|
import './product';
|
|
7
7
|
import { terminal } from './terminal';
|
|
8
|
-
import './interest_rate';
|
|
9
|
-
const memoizeMap = (fn) => {
|
|
10
|
-
const cache = {};
|
|
11
|
-
return ((...params) => { var _a; var _b; return ((_a = cache[_b = encodePath(params)]) !== null && _a !== void 0 ? _a : (cache[_b] = fn(...params))); });
|
|
12
|
-
};
|
|
13
8
|
(async () => {
|
|
14
9
|
// swap account info
|
|
15
10
|
{
|
|
16
|
-
const
|
|
11
|
+
const account_id = `Hyperliquid/${client.public_key}`;
|
|
12
|
+
provideAccountInfoService(terminal, account_id, async () => {
|
|
17
13
|
const accountRes = await client.getUserPerpetualsAccountSummary({
|
|
18
14
|
user: client.public_key,
|
|
19
15
|
});
|
|
@@ -29,7 +25,6 @@ const memoizeMap = (fn) => {
|
|
|
29
25
|
balance: +accountRes.crossMarginSummary.accountValue - profit,
|
|
30
26
|
};
|
|
31
27
|
return {
|
|
32
|
-
account_id: `Hyperliquid/${client.public_key}`,
|
|
33
28
|
money: money,
|
|
34
29
|
positions: accountRes.assetPositions.map((position) => ({
|
|
35
30
|
position_id: `${position.position.coin}-USD`,
|
|
@@ -44,16 +39,8 @@ const memoizeMap = (fn) => {
|
|
|
44
39
|
valuation: +position.position.positionValue,
|
|
45
40
|
margin: +position.position.marginUsed,
|
|
46
41
|
})),
|
|
47
|
-
updated_at: Date.now(),
|
|
48
42
|
};
|
|
49
|
-
})
|
|
50
|
-
//
|
|
51
|
-
tap({
|
|
52
|
-
error: (e) => {
|
|
53
|
-
console.error(formatTime(Date.now()), 'PerpetualAccountInfo', e);
|
|
54
|
-
},
|
|
55
|
-
}), retry({ delay: 5000 }), repeat({ delay: 1000 }), shareReplay(1));
|
|
56
|
-
publishAccountInfo(terminal, `Hyperliquid/${client.public_key}`, swapAccountInfo$);
|
|
43
|
+
}, { auto_refresh_interval: 1000 });
|
|
57
44
|
addAccountMarket(terminal, { account_id: `Hyperliquid/${client.public_key}`, market_id: 'Hyperliquid' });
|
|
58
45
|
}
|
|
59
46
|
// TODO: spot account info
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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","sourcesContent":["import { addAccountMarket, IAccountMoney, IPosition, provideAccountInfoService } from '@yuants/data-account';\nimport { encodePath } from '@yuants/utils';\nimport { client } from './api';\nimport './interest_rate';\nimport './order';\nimport './product';\nimport { terminal } from './terminal';\n\n(async () => {\n // swap account info\n {\n const account_id = `Hyperliquid/${client.public_key}`;\n\n provideAccountInfoService(\n terminal,\n account_id,\n async () => {\n const accountRes = await client.getUserPerpetualsAccountSummary({\n user: client.public_key!,\n });\n\n const profit = accountRes.assetPositions\n .map((pos) => +pos.position.unrealizedPnl)\n .reduce((a, b) => a + b, 0);\n\n const money: IAccountMoney = {\n currency: 'USDC',\n equity: +accountRes.crossMarginSummary.accountValue,\n profit: profit,\n free: +accountRes.withdrawable,\n used: +accountRes.crossMarginSummary.accountValue - +accountRes.withdrawable,\n balance: +accountRes.crossMarginSummary.accountValue - profit,\n };\n\n return {\n money: money,\n positions: accountRes.assetPositions.map(\n (position): IPosition => ({\n position_id: `${position.position.coin}-USD`,\n datasource_id: 'HYPERLIQUID',\n product_id: encodePath('PERPETUAL', `${position.position.coin}-USD`),\n direction: +position.position.szi > 0 ? 'LONG' : 'SHORT',\n volume: Math.abs(+position.position.szi),\n free_volume: Math.abs(+position.position.szi),\n position_price: +position.position.entryPx,\n closable_price: Math.abs(+position.position.positionValue / +position.position.szi),\n floating_profit: +position.position.unrealizedPnl,\n valuation: +position.position.positionValue,\n margin: +position.position.marginUsed,\n }),\n ),\n };\n },\n { auto_refresh_interval: 1000 },\n );\n\n addAccountMarket(terminal, { account_id: `Hyperliquid/${client.public_key}`, market_id: 'Hyperliquid' });\n }\n\n // TODO: spot account info\n\n // TODO: funding rate\n\n // TODO: transfer\n})();\n"]}
|
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,iBAAiB,CAAC;AACzB,OAAO,SAAS,CAAC;AACjB,OAAO,WAAW,CAAC"}
|
package/lib/index.js
CHANGED
|
@@ -2,20 +2,16 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const data_account_1 = require("@yuants/data-account");
|
|
4
4
|
const utils_1 = require("@yuants/utils");
|
|
5
|
-
const rxjs_1 = require("rxjs");
|
|
6
5
|
const api_1 = require("./api");
|
|
6
|
+
require("./interest_rate");
|
|
7
7
|
require("./order");
|
|
8
8
|
require("./product");
|
|
9
9
|
const terminal_1 = require("./terminal");
|
|
10
|
-
require("./interest_rate");
|
|
11
|
-
const memoizeMap = (fn) => {
|
|
12
|
-
const cache = {};
|
|
13
|
-
return ((...params) => { var _a; var _b; return ((_a = cache[_b = (0, utils_1.encodePath)(params)]) !== null && _a !== void 0 ? _a : (cache[_b] = fn(...params))); });
|
|
14
|
-
};
|
|
15
10
|
(async () => {
|
|
16
11
|
// swap account info
|
|
17
12
|
{
|
|
18
|
-
const
|
|
13
|
+
const account_id = `Hyperliquid/${api_1.client.public_key}`;
|
|
14
|
+
(0, data_account_1.provideAccountInfoService)(terminal_1.terminal, account_id, async () => {
|
|
19
15
|
const accountRes = await api_1.client.getUserPerpetualsAccountSummary({
|
|
20
16
|
user: api_1.client.public_key,
|
|
21
17
|
});
|
|
@@ -31,7 +27,6 @@ const memoizeMap = (fn) => {
|
|
|
31
27
|
balance: +accountRes.crossMarginSummary.accountValue - profit,
|
|
32
28
|
};
|
|
33
29
|
return {
|
|
34
|
-
account_id: `Hyperliquid/${api_1.client.public_key}`,
|
|
35
30
|
money: money,
|
|
36
31
|
positions: accountRes.assetPositions.map((position) => ({
|
|
37
32
|
position_id: `${position.position.coin}-USD`,
|
|
@@ -46,16 +41,8 @@ const memoizeMap = (fn) => {
|
|
|
46
41
|
valuation: +position.position.positionValue,
|
|
47
42
|
margin: +position.position.marginUsed,
|
|
48
43
|
})),
|
|
49
|
-
updated_at: Date.now(),
|
|
50
44
|
};
|
|
51
|
-
})
|
|
52
|
-
//
|
|
53
|
-
(0, rxjs_1.tap)({
|
|
54
|
-
error: (e) => {
|
|
55
|
-
console.error((0, utils_1.formatTime)(Date.now()), 'PerpetualAccountInfo', e);
|
|
56
|
-
},
|
|
57
|
-
}), (0, rxjs_1.retry)({ delay: 5000 }), (0, rxjs_1.repeat)({ delay: 1000 }), (0, rxjs_1.shareReplay)(1));
|
|
58
|
-
(0, data_account_1.publishAccountInfo)(terminal_1.terminal, `Hyperliquid/${api_1.client.public_key}`, swapAccountInfo$);
|
|
45
|
+
}, { auto_refresh_interval: 1000 });
|
|
59
46
|
(0, data_account_1.addAccountMarket)(terminal_1.terminal, { account_id: `Hyperliquid/${api_1.client.public_key}`, market_id: 'Hyperliquid' });
|
|
60
47
|
}
|
|
61
48
|
// TODO: spot account info
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;AAAA,uDAA6G;AAC7G,yCAA2C;AAC3C,+BAA+B;AAC/B,2BAAyB;AACzB,mBAAiB;AACjB,qBAAmB;AACnB,yCAAsC;AAEtC,CAAC,KAAK,IAAI,EAAE;IACV,oBAAoB;IACpB;QACE,MAAM,UAAU,GAAG,eAAe,YAAM,CAAC,UAAU,EAAE,CAAC;QAEtD,IAAA,wCAAyB,EACvB,mBAAQ,EACR,UAAU,EACV,KAAK,IAAI,EAAE;YACT,MAAM,UAAU,GAAG,MAAM,YAAM,CAAC,+BAA+B,CAAC;gBAC9D,IAAI,EAAE,YAAM,CAAC,UAAW;aACzB,CAAC,CAAC;YAEH,MAAM,MAAM,GAAG,UAAU,CAAC,cAAc;iBACrC,GAAG,CAAC,CAAC,GAAG,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,QAAQ,CAAC,aAAa,CAAC;iBACzC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC;YAE9B,MAAM,KAAK,GAAkB;gBAC3B,QAAQ,EAAE,MAAM;gBAChB,MAAM,EAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY;gBACnD,MAAM,EAAE,MAAM;gBACd,IAAI,EAAE,CAAC,UAAU,CAAC,YAAY;gBAC9B,IAAI,EAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,GAAG,CAAC,UAAU,CAAC,YAAY;gBAC5E,OAAO,EAAE,CAAC,UAAU,CAAC,kBAAkB,CAAC,YAAY,GAAG,MAAM;aAC9D,CAAC;YAEF,OAAO;gBACL,KAAK,EAAE,KAAK;gBACZ,SAAS,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,CACtC,CAAC,QAAQ,EAAa,EAAE,CAAC,CAAC;oBACxB,WAAW,EAAE,GAAG,QAAQ,CAAC,QAAQ,CAAC,IAAI,MAAM;oBAC5C,aAAa,EAAE,aAAa;oBAC5B,UAAU,EAAE,IAAA,kBAAU,EAAC,WAAW,EAAE,GAAG,QAAQ,CAAC,QAAQ,CAAC,IAAI,MAAM,CAAC;oBACpE,SAAS,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,OAAO;oBACxD,MAAM,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC;oBACxC,WAAW,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC;oBAC7C,cAAc,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,OAAO;oBAC1C,cAAc,EAAE,IAAI,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa,GAAG,CAAC,QAAQ,CAAC,QAAQ,CAAC,GAAG,CAAC;oBACnF,eAAe,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa;oBACjD,SAAS,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,aAAa;oBAC3C,MAAM,EAAE,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU;iBACtC,CAAC,CACH;aACF,CAAC;QACJ,CAAC,EACD,EAAE,qBAAqB,EAAE,IAAI,EAAE,CAChC,CAAC;QAEF,IAAA,+BAAgB,EAAC,mBAAQ,EAAE,EAAE,UAAU,EAAE,eAAe,YAAM,CAAC,UAAU,EAAE,EAAE,SAAS,EAAE,aAAa,EAAE,CAAC,CAAC;KAC1G;IAED,0BAA0B;IAE1B,qBAAqB;IAErB,iBAAiB;AACnB,CAAC,CAAC,EAAE,CAAC","sourcesContent":["import { addAccountMarket, IAccountMoney, IPosition, provideAccountInfoService } from '@yuants/data-account';\nimport { encodePath } from '@yuants/utils';\nimport { client } from './api';\nimport './interest_rate';\nimport './order';\nimport './product';\nimport { terminal } from './terminal';\n\n(async () => {\n // swap account info\n {\n const account_id = `Hyperliquid/${client.public_key}`;\n\n provideAccountInfoService(\n terminal,\n account_id,\n async () => {\n const accountRes = await client.getUserPerpetualsAccountSummary({\n user: client.public_key!,\n });\n\n const profit = accountRes.assetPositions\n .map((pos) => +pos.position.unrealizedPnl)\n .reduce((a, b) => a + b, 0);\n\n const money: IAccountMoney = {\n currency: 'USDC',\n equity: +accountRes.crossMarginSummary.accountValue,\n profit: profit,\n free: +accountRes.withdrawable,\n used: +accountRes.crossMarginSummary.accountValue - +accountRes.withdrawable,\n balance: +accountRes.crossMarginSummary.accountValue - profit,\n };\n\n return {\n money: money,\n positions: accountRes.assetPositions.map(\n (position): IPosition => ({\n position_id: `${position.position.coin}-USD`,\n datasource_id: 'HYPERLIQUID',\n product_id: encodePath('PERPETUAL', `${position.position.coin}-USD`),\n direction: +position.position.szi > 0 ? 'LONG' : 'SHORT',\n volume: Math.abs(+position.position.szi),\n free_volume: Math.abs(+position.position.szi),\n position_price: +position.position.entryPx,\n closable_price: Math.abs(+position.position.positionValue / +position.position.szi),\n floating_profit: +position.position.unrealizedPnl,\n valuation: +position.position.positionValue,\n margin: +position.position.marginUsed,\n }),\n ),\n };\n },\n { auto_refresh_interval: 1000 },\n );\n\n addAccountMarket(terminal, { account_id: `Hyperliquid/${client.public_key}`, market_id: 'Hyperliquid' });\n }\n\n // TODO: spot account info\n\n // TODO: funding rate\n\n // TODO: transfer\n})();\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yuants/vendor-hyperliquid",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.15",
|
|
4
4
|
"bin": "lib/cli.js",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -9,21 +9,21 @@
|
|
|
9
9
|
"temp"
|
|
10
10
|
],
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@yuants/protocol": "0.
|
|
13
|
-
"@yuants/transfer": "0.2.
|
|
14
|
-
"@yuants/data-account": "0.4.
|
|
12
|
+
"@yuants/protocol": "0.44.0",
|
|
13
|
+
"@yuants/transfer": "0.2.16",
|
|
14
|
+
"@yuants/data-account": "0.4.5",
|
|
15
15
|
"@yuants/utils": "0.8.0",
|
|
16
|
-
"@yuants/sql": "0.9.
|
|
17
|
-
"@yuants/data-product": "0.2.
|
|
18
|
-
"@yuants/data-interest-rate": "0.1.
|
|
19
|
-
"@yuants/data-order": "0.2.
|
|
20
|
-
"@yuants/data-series": "0.3.
|
|
16
|
+
"@yuants/sql": "0.9.7",
|
|
17
|
+
"@yuants/data-product": "0.2.17",
|
|
18
|
+
"@yuants/data-interest-rate": "0.1.25",
|
|
19
|
+
"@yuants/data-order": "0.2.13",
|
|
20
|
+
"@yuants/data-series": "0.3.28",
|
|
21
21
|
"rxjs": "~7.5.6",
|
|
22
22
|
"crypto-js": "^4.2.0",
|
|
23
23
|
"hyperliquid": "~1.6.2",
|
|
24
24
|
"ethers": "~6.13.5",
|
|
25
25
|
"@msgpack/msgpack": "~3.1.2",
|
|
26
|
-
"@yuants/data-ohlc": "0.3.
|
|
26
|
+
"@yuants/data-ohlc": "0.3.24"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@microsoft/api-extractor": "~7.30.0",
|
package/temp/package-deps.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
|
-
"apps/vendor-hyperliquid/CHANGELOG.json": "
|
|
3
|
-
"apps/vendor-hyperliquid/CHANGELOG.md": "
|
|
2
|
+
"apps/vendor-hyperliquid/CHANGELOG.json": "1d11aef2280df1ba5e1aaf534956d1c47b9c8dd9",
|
|
3
|
+
"apps/vendor-hyperliquid/CHANGELOG.md": "f042baddff762d3b9ebed3b6c7498ac7a2b5bd93",
|
|
4
4
|
"apps/vendor-hyperliquid/api-extractor.json": "62f4fd324425b9a235f0c117975967aab09ced0c",
|
|
5
5
|
"apps/vendor-hyperliquid/config/jest.config.json": "4bb17bde3ee911163a3edb36a6eb71491d80b1bd",
|
|
6
6
|
"apps/vendor-hyperliquid/config/rig.json": "f6c7b5537dc77a3170ba9f008bae3b6c3ee11956",
|
|
7
7
|
"apps/vendor-hyperliquid/config/typescript.json": "854907e8a821f2050f6533368db160c649c25348",
|
|
8
8
|
"apps/vendor-hyperliquid/etc/vendor-hyperliquid.api.md": "66675bd88afa1fe945f0d4023984c1c9c3e60a34",
|
|
9
|
-
"apps/vendor-hyperliquid/package.json": "
|
|
9
|
+
"apps/vendor-hyperliquid/package.json": "c0cce4930b639fc97ff5ba553809e616a6ce48f6",
|
|
10
10
|
"apps/vendor-hyperliquid/src/api.ts": "041aa6e0e322b7c6ea5c822119c695b05d32295a",
|
|
11
11
|
"apps/vendor-hyperliquid/src/cli.ts": "9bf6b5559a6c6f33da20e74cc6c5d702c60ec891",
|
|
12
|
-
"apps/vendor-hyperliquid/src/index.ts": "
|
|
12
|
+
"apps/vendor-hyperliquid/src/index.ts": "b62e4650a10ea26db3b08caea8f580c7d0c5ee91",
|
|
13
13
|
"apps/vendor-hyperliquid/src/interest_rate.ts": "5b46f8a4904734d9801e3ddd1146813918e36835",
|
|
14
14
|
"apps/vendor-hyperliquid/src/ohlc.ts": "b1272944f0ffe8dd77ef9e7e39429efb7d2e5006",
|
|
15
15
|
"apps/vendor-hyperliquid/src/order.ts": "6f7cce32c4d23ba5defd07b5427672082c1319cd",
|
|
@@ -18,16 +18,16 @@
|
|
|
18
18
|
"apps/vendor-hyperliquid/src/terminal.ts": "04776a178d253a2e53f9c84c802e80f67aa9179b",
|
|
19
19
|
"apps/vendor-hyperliquid/tsconfig.json": "81da8f78196974b5d15da0edb6b2d9f48641063c",
|
|
20
20
|
"apps/vendor-hyperliquid/.rush/temp/shrinkwrap-deps.json": "d8a15e8163d8abdb142a2024a5b5b13ab444f87b",
|
|
21
|
-
"libraries/protocol/temp/package-deps.json": "
|
|
22
|
-
"libraries/transfer/temp/package-deps.json": "
|
|
23
|
-
"libraries/data-account/temp/package-deps.json": "
|
|
21
|
+
"libraries/protocol/temp/package-deps.json": "8eafdac8b7fcbd384da0c4d631d4232ca6e57772",
|
|
22
|
+
"libraries/transfer/temp/package-deps.json": "e0b34d4194569952115135c95fa12960ddfd3fe7",
|
|
23
|
+
"libraries/data-account/temp/package-deps.json": "3551b99eefd7b25554e1dde345cafccd37c7c928",
|
|
24
24
|
"libraries/utils/temp/package-deps.json": "c0ccd6946461153e7eb1b04a3061e075788fad2a",
|
|
25
|
-
"libraries/sql/temp/package-deps.json": "
|
|
26
|
-
"libraries/data-product/temp/package-deps.json": "
|
|
27
|
-
"libraries/data-interest-rate/temp/package-deps.json": "
|
|
28
|
-
"libraries/data-order/temp/package-deps.json": "
|
|
29
|
-
"libraries/data-series/temp/package-deps.json": "
|
|
30
|
-
"libraries/data-ohlc/temp/package-deps.json": "
|
|
25
|
+
"libraries/sql/temp/package-deps.json": "da0e17fb9630241beb52c1e3d124b369ddbe37b4",
|
|
26
|
+
"libraries/data-product/temp/package-deps.json": "a59164cb062c82db4350b210ee75a7a2aa6f7022",
|
|
27
|
+
"libraries/data-interest-rate/temp/package-deps.json": "1c404b9ff7652d0102472b8ec143e4e373af5d85",
|
|
28
|
+
"libraries/data-order/temp/package-deps.json": "bbd94675f86f13a9a6d866e7a245810c8125f8cd",
|
|
29
|
+
"libraries/data-series/temp/package-deps.json": "fc6408d3f9ac43e4695e096950633ba9b357f6a3",
|
|
30
|
+
"libraries/data-ohlc/temp/package-deps.json": "660bf98a9ff523a7c5ad6d4f9f17a2b8547f6a73",
|
|
31
31
|
"libraries/extension/temp/package-deps.json": "abcd1ce716b9fd88f33173d01f02c4c3a9462009",
|
|
32
32
|
"tools/toolkit/temp/package-deps.json": "3bef053db16659f0cdaceea64c8a8580c0131633"
|
|
33
33
|
}
|