@binance/simple-earn 11.0.0 → 11.0.1
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, ConnectorClientError, ForbiddenE
|
|
|
3
3
|
|
|
4
4
|
//#region package.json
|
|
5
5
|
var name = "@binance/simple-earn";
|
|
6
|
-
var version = "11.0.
|
|
6
|
+
var version = "11.0.1";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/rest-api/modules/bfusd-api.ts
|
|
@@ -2253,5 +2253,5 @@ var SimpleEarn = class {
|
|
|
2253
2253
|
};
|
|
2254
2254
|
|
|
2255
2255
|
//#endregion
|
|
2256
|
-
export { BadRequestError,
|
|
2256
|
+
export { BadRequestError, ConnectorClientError, ForbiddenError, NetworkError, NotFoundError, RateLimitBanError, RequiredError, SIMPLE_EARN_REST_API_PROD_URL, ServerError, SimpleEarn, rest_api_exports as SimpleEarnRestAPI, TooManyRequestsError, UnauthorizedError };
|
|
2257
2257
|
//# sourceMappingURL=index.mjs.map
|