新增ws依赖

This commit is contained in:
cool 2024-01-26 19:04:45 +08:00
parent 2a43032af8
commit 37769f5431
2 changed files with 9 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@cool-midway/core",
"version": "7.1.1",
"version": "7.1.2",
"description": "",
"main": "dist/index.js",
"typings": "index.d.ts",
@ -34,9 +34,9 @@
"@midwayjs/koa": "^3.9.0",
"@midwayjs/mock": "^3.9.0",
"@midwayjs/typeorm": "^3.9.0",
"@types/download": "^8.0.5",
"@types/jest": "^29.2.4",
"@types/node": "^18.11.15",
"@types/download": "^8.0.5",
"aedes": "^0.48.1",
"cross-env": "^7.0.3",
"jest": "^29.3.1",
@ -47,17 +47,18 @@
},
"dependencies": {
"@midwayjs/cache": "^3.9.0",
"sqlstring": "^2.3.3",
"axios": "^1.6.5",
"decompress": "^4.2.1",
"download": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mini-svg-data-uri": "^1.4.4",
"moment": "^2.30.1",
"sqlstring": "^2.3.3",
"svg-captcha": "^1.4.0",
"svg2png-wasm": "^1.4.1",
"uuid": "^9.0.1",
"decompress": "^4.2.1"
"ws": "^8.16.0"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@cool-midway/core",
"version": "7.1.1",
"version": "7.1.2",
"description": "",
"main": "index.js",
"typings": "index.d.ts",
@ -45,17 +45,18 @@
},
"dependencies": {
"@midwayjs/cache": "^3.9.0",
"sqlstring": "^2.3.3",
"axios": "^1.6.5",
"decompress": "^4.2.1",
"download": "^8.0.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"md5": "^2.3.0",
"mini-svg-data-uri": "^1.4.4",
"moment": "^2.30.1",
"sqlstring": "^2.3.3",
"svg-captcha": "^1.4.0",
"svg2png-wasm": "^1.4.1",
"uuid": "^9.0.1",
"decompress": "^4.2.1"
"ws": "^8.16.0"
}
}