v1.0.1: update lock & readme

This commit is contained in:
Tiago Siebler
2022-11-22 12:41:42 +00:00
parent 1bba614a3f
commit 80eb9d0664
3 changed files with 5 additions and 5 deletions

View File

@@ -39,7 +39,7 @@ Check out my related projects:
## Documentation
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).
- [bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api).
- [Bitget API Documentation](https://www.bitget.com/docs-v5/en/#rest-api).
## Structure
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).

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "bitget-api",
"version": "0.9.0",
"version": "1.0.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "bitget-api",
"version": "0.9.0",
"version": "1.0.1",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",

View File

@@ -1,7 +1,7 @@
{
"name": "bitget-api",
"version": "1.0.0",
"description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & integration tests.",
"version": "1.0.1",
"description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [