@binance/margin-trading 10.0.1 → 10.0.2
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ import { BadRequestError, ConfigurationRestAPI, ConfigurationWebsocketStreams, C
|
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
5
|
var name = "@binance/margin-trading";
|
|
6
|
-
var version = "10.0.
|
|
6
|
+
var version = "10.0.2";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/rest-api/modules/account-api.ts
|
|
@@ -3457,5 +3457,5 @@ var MarginTrading = class {
|
|
|
3457
3457
|
};
|
|
3458
3458
|
|
|
3459
3459
|
//#endregion
|
|
3460
|
-
export { BadRequestError,
|
|
3460
|
+
export { BadRequestError, ConnectorClientError, ForbiddenError, MARGIN_TRADING_REST_API_PROD_URL, MARGIN_TRADING_RISK_WS_STREAMS_PROD_URL, MARGIN_TRADING_WS_STREAMS_PROD_URL, MarginTrading, rest_api_exports as MarginTradingRestAPI, websocket_streams_exports as MarginTradingWebsocketStreams, NetworkError, NotFoundError, RateLimitBanError, RequiredError, ServerError, TooManyRequestsError, UnauthorizedError };
|
|
3461
3461
|
//# sourceMappingURL=index.mjs.map
|