v3.10.9: chore() bump dependencies, fix() strict test, chore() run linter

This commit is contained in:
tiagosiebler
2024-06-24 13:04:47 +01:00
parent 0b3a30c338
commit 9a7b125f79
5 changed files with 682 additions and 363 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "bybit-api",
"version": "3.10.8",
"version": "3.10.9",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
@@ -31,8 +31,12 @@
"devDependencies": {
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@typescript-eslint/parser": "^5.46.0",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"eslint": "^8.29.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-simple-import-sort": "^12.0.0",
"jest": "^29.7.0",
"ts-node": "^10.9.2",
"ts-jest": "^29.1.2",