@chainstream-io/sdk 0.2.3 → 0.2.5
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/{chainstream-BYuhgvxX.d.cts → chainstream-BD-x5_ck.d.cts} +33 -2
- package/dist/{chainstream-BYuhgvxX.d.ts → chainstream-BD-x5_ck.d.ts} +33 -2
- package/dist/chainstream.cjs +1 -1
- package/dist/chainstream.cjs.map +1 -1
- package/dist/chainstream.d.cts +1 -1
- package/dist/chainstream.d.ts +1 -1
- package/dist/chainstream.mjs +1 -1
- package/dist/chainstream.mjs.map +1 -1
- package/dist/index.cjs +7 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +6 -1
- package/dist/index.mjs.map +1 -1
- package/dist/stream/index.d.cts +1 -1
- package/dist/stream/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/stream/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as StreamApi, U as Unsubscribable, a as WsChannelType, v as WsDex, j as WsDexPoolBalance, n as WsDexProtocol, b as WsMetricType, h as WsNewToken, w as WsRankingTokenList, u as WsRankingType, q as WsSocialMedia, c as WsTokenActivity, W as WsTokenActivityType, o as WsTokenBondingCurve, r as WsTokenCandle, e as WsTokenHolder, k as WsTokenLiquidity, l as WsTokenMaxLiquidity, p as WsTokenMetadata, d as WsTokenStat, i as WsTokenSupply, m as WsTokenTotalLiquidity, s as WsTradeActivity, f as WsWalletBalance, g as WsWalletPnl, t as WsWalletTokenPnl } from '../chainstream-
|
|
1
|
+
export { S as StreamApi, U as Unsubscribable, a as WsChannelType, v as WsDex, j as WsDexPoolBalance, n as WsDexProtocol, b as WsMetricType, h as WsNewToken, w as WsRankingTokenList, u as WsRankingType, q as WsSocialMedia, c as WsTokenActivity, W as WsTokenActivityType, o as WsTokenBondingCurve, r as WsTokenCandle, e as WsTokenHolder, k as WsTokenLiquidity, l as WsTokenMaxLiquidity, p as WsTokenMetadata, d as WsTokenStat, i as WsTokenSupply, m as WsTokenTotalLiquidity, s as WsTradeActivity, f as WsWalletBalance, g as WsWalletPnl, t as WsWalletTokenPnl } from '../chainstream-BD-x5_ck.cjs';
|
|
2
2
|
import 'axios';
|
|
3
3
|
|
|
4
4
|
/**
|
package/dist/stream/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { S as StreamApi, U as Unsubscribable, a as WsChannelType, v as WsDex, j as WsDexPoolBalance, n as WsDexProtocol, b as WsMetricType, h as WsNewToken, w as WsRankingTokenList, u as WsRankingType, q as WsSocialMedia, c as WsTokenActivity, W as WsTokenActivityType, o as WsTokenBondingCurve, r as WsTokenCandle, e as WsTokenHolder, k as WsTokenLiquidity, l as WsTokenMaxLiquidity, p as WsTokenMetadata, d as WsTokenStat, i as WsTokenSupply, m as WsTokenTotalLiquidity, s as WsTradeActivity, f as WsWalletBalance, g as WsWalletPnl, t as WsWalletTokenPnl } from '../chainstream-
|
|
1
|
+
export { S as StreamApi, U as Unsubscribable, a as WsChannelType, v as WsDex, j as WsDexPoolBalance, n as WsDexProtocol, b as WsMetricType, h as WsNewToken, w as WsRankingTokenList, u as WsRankingType, q as WsSocialMedia, c as WsTokenActivity, W as WsTokenActivityType, o as WsTokenBondingCurve, r as WsTokenCandle, e as WsTokenHolder, k as WsTokenLiquidity, l as WsTokenMaxLiquidity, p as WsTokenMetadata, d as WsTokenStat, i as WsTokenSupply, m as WsTokenTotalLiquidity, s as WsTradeActivity, f as WsWalletBalance, g as WsWalletPnl, t as WsWalletTokenPnl } from '../chainstream-BD-x5_ck.js';
|
|
2
2
|
import 'axios';
|
|
3
3
|
|
|
4
4
|
/**
|