@binance/simple-earn 3.0.0 → 4.0.0
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 +2 -2
- 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
|
@@ -10,7 +10,7 @@ import { ConfigurationRestAPI as ConfigurationRestAPI5, SIMPLE_EARN_REST_API_PRO
|
|
|
10
10
|
|
|
11
11
|
// package.json
|
|
12
12
|
var name = "@binance/simple-earn";
|
|
13
|
-
var version = "
|
|
13
|
+
var version = "4.0.0";
|
|
14
14
|
|
|
15
15
|
// src/rest-api/index.ts
|
|
16
16
|
var rest_api_exports = {};
|
|
@@ -383,7 +383,7 @@ var AccountApi = class {
|
|
|
383
383
|
localVarAxiosArgs.method,
|
|
384
384
|
localVarAxiosArgs.params,
|
|
385
385
|
localVarAxiosArgs?.timeUnit,
|
|
386
|
-
{ isSigned:
|
|
386
|
+
{ isSigned: true }
|
|
387
387
|
);
|
|
388
388
|
}
|
|
389
389
|
/**
|