v1.1.0: feat() enable uri encode for GET requests by default. add env var for tracing http requests.

This commit is contained in:
Tiago Siebler
2023-04-25 14:38:29 +01:00
parent b21d513777
commit 701f267d81
6 changed files with 129 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bitget-api",
"version": "1.0.6",
"version": "1.1.0",
"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",