bitget-api 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -39,7 +39,7 @@ Check out my related projects:
39
39
 
40
40
  ## Documentation
41
41
  Most methods pass values as-is into HTTP requests. These can be populated using parameters specified by Bitget's API documentation, or check the type definition in each class within this repository (see table below for convenient links to each class).
42
- - [bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api).
42
+ - [Bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api).
43
43
 
44
44
  ## Structure
45
45
  This connector is fully compatible with both TypeScript and pure JavaScript projects, while the connector is written in TypeScript. A pure JavaScript version can be built using `npm run build`, which is also the version published to [npm](https://www.npmjs.com/package/bitget-api).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bitget-api",
3
- "version": "1.0.0",
4
- "description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & integration tests.",
3
+ "version": "1.0.1",
4
+ "description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & end-to-end tests.",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
7
7
  "files": [