binance 2.13.1 → 2.13.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,6 +90,7 @@ Most methods accept JS objects. These can be populated using parameters specifie
90
90
 
91
91
  - [Find all products here](https://developers.binance.com/en)
92
92
 
93
+ - [REST Endpoint Function List](./docs/endpointFunctionList.md)
93
94
  - [TSDoc Documentation (autogenerated using typedoc)](https://tsdocs.dev/docs/binance)
94
95
 
95
96
  ## Structure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "binance",
3
- "version": "2.13.1",
3
+ "version": "2.13.2",
4
4
  "description": "Node.js & JavaScript SDK for Binance REST APIs & WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",