Rollback packge changes

This commit is contained in:
Karim Sakhibgareev
2024-06-24 17:42:03 +01:00
parent f5cdeadb58
commit fe80947cb5
2 changed files with 665 additions and 347 deletions

1000
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
{ {
"name": "bybit-api", "name": "bybit-api",
"version": "3.10.7", "version": "3.10.9",
"description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.", "description": "Complete & robust Node.js SDK for Bybit's REST APIs and WebSockets, with TypeScript & strong end to end tests.",
"main": "lib/index.js", "main": "lib/index.js",
"types": "lib/index.d.ts", "types": "lib/index.d.ts",
@@ -31,8 +31,12 @@
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.11", "@types/jest": "^29.5.11",
"@types/node": "^20.11.6", "@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": "^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", "jest": "^29.7.0",
"ts-node": "^10.9.2", "ts-node": "^10.9.2",
"ts-jest": "^29.1.2", "ts-jest": "^29.1.2",