v3.9.0: feat() upgrade to node lts, feat() upgrade axios, jest and other dependencies, chore(): move some dependencies to optional
This commit is contained in:
26
package.json
26
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "bybit-api",
|
||||
"version": "3.8.2",
|
||||
"version": "3.9.0",
|
||||
"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",
|
||||
@@ -9,12 +9,12 @@
|
||||
"index.js"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch",
|
||||
"test": "jest --detectOpenHandles",
|
||||
"test:watch": "jest --detectOpenHandles --watch",
|
||||
"clean": "rimraf lib dist",
|
||||
"build": "tsc",
|
||||
"build": "tsc --project tsconfig.build.json",
|
||||
"build:clean": "npm run clean && npm run build",
|
||||
"build:watch": "npm run clean && tsc --watch",
|
||||
"build:watch": "npm run clean && tsc --project tsconfig.build.json --watch",
|
||||
"pack": "webpack --config webpack/webpack.config.js",
|
||||
"prepublish": "npm run build:clean",
|
||||
"betapublish": "npm publish --tag beta"
|
||||
@@ -24,21 +24,23 @@
|
||||
"Stefan Aebischer <os@pixtron.ch> (https://pixtron.ch)"
|
||||
],
|
||||
"dependencies": {
|
||||
"axios": "^0.21.0",
|
||||
"axios": "^1.6.6",
|
||||
"isomorphic-ws": "^4.0.1",
|
||||
"ws": "^7.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.4",
|
||||
"@types/node": "^14.14.7",
|
||||
"@typescript-eslint/eslint-plugin": "^5.46.0",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/node": "^20.11.6",
|
||||
"@typescript-eslint/parser": "^5.46.0",
|
||||
"eslint": "^8.29.0",
|
||||
"jest": "^27.0.4",
|
||||
"jest": "^29.7.0",
|
||||
"ts-node": "^10.9.2",
|
||||
"ts-jest": "^29.1.2",
|
||||
"typescript": "^5.3.3"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"source-map-loader": "^2.0.0",
|
||||
"ts-jest": "^27.0.4",
|
||||
"ts-loader": "^8.0.11",
|
||||
"typescript": "^4.0.5",
|
||||
"webpack": "^5.4.0",
|
||||
"webpack-bundle-analyzer": "^4.1.0",
|
||||
"webpack-cli": "^4.2.0"
|
||||
|
||||
Reference in New Issue
Block a user