Updated package.json to version 1.1.3

This commit is contained in:
TYRANTHOSAURUS
2023-09-01 23:50:22 +02:00
parent afbaa22cfb
commit 5441d7f6dc

View File

@@ -1,6 +1,6 @@
{ {
"name": "bitget-api", "name": "bitget-api",
"version": "1.1.2", "version": "1.1.3",
"description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & end-to-end tests.", "description": "Node.js connector for Bitget REST APIs and WebSockets, with TypeScript & end-to-end tests.",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@@ -68,4 +68,4 @@
"url": "https://github.com/tiagosiebler/bitget-api/issues" "url": "https://github.com/tiagosiebler/bitget-api/issues"
}, },
"homepage": "https://github.com/tiagosiebler/bitget-api#readme" "homepage": "https://github.com/tiagosiebler/bitget-api#readme"
} }