Commit f122deba authored by wmvm's avatar wmvm

update

parent c6034ba9
Pipeline #421 canceled with stages
...@@ -9,3 +9,5 @@ ts 代码启动方式 ...@@ -9,3 +9,5 @@ ts 代码启动方式
2. 在任意 ts 文件中右键可以执行或 debug ts 代码 2. 在任意 ts 文件中右键可以执行或 debug ts 代码
![img.png](docs/img2.png) ![img.png](docs/img2.png)
升级 dao 包的版本是,将版本号手动修改到对应的版本然后 npm install
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git", "@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git",
"@broker/nodejs_dao": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-dao.git", "@broker/nodejs_dao": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-dao.git",
"@broker/nodejs_dao_next": "1.0.3", "@broker/nodejs_dao_next": "1.10.0",
"@types/errorhandler": "^1.5.3", "@types/errorhandler": "^1.5.3",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/morgan": "^1.9.9", "@types/morgan": "^1.9.9",
...@@ -495,16 +495,14 @@ ...@@ -495,16 +495,14 @@
} }
}, },
"node_modules/@broker/nodejs_dao_next": { "node_modules/@broker/nodejs_dao_next": {
"version": "1.0.3", "version": "1.10.0",
"resolved": "https://packages.aliyun.com/646341b481b284e28f47a25b/npm/npm-registry/@broker/nodejs_dao_next/-/@broker/nodejs_dao_next-1.0.3.tgz", "resolved": "https://packages.aliyun.com/646341b481b284e28f47a25b/npm/npm-registry/@broker/nodejs_dao_next/-/@broker/nodejs_dao_next-1.10.0.tgz",
"integrity": "sha512-p70QfPVev1z8+zu6fuxFIhiCS0fGlhbYjqqWMVoJsXWI1FqoQq9X9KGlS9Jhxy5Z5xLWbFL+EgkdHU3zQyTrFQ==", "integrity": "sha512-0uAFmQ0se0EvDtN2ZwG8ySV/DeYsznBiDHbfepDqh3mWS0Hae18H28IYkgfrJ32+Atb8x+/7xsglswkgCu66dg==",
"dependencies": { "dependencies": {
"glob": "10.3.10",
"lodash": "4.17.21", "lodash": "4.17.21",
"mysql2": "^1.7.0", "mysql2": "^1.7.0",
"reflect-metadata": "0.2.2", "reflect-metadata": "0.2.2",
"sequelize": "^4.44.4", "sequelize": "^4.44.4"
"uuid": "9.0.1"
} }
}, },
"node_modules/@cspotcode/source-map-support": { "node_modules/@cspotcode/source-map-support": {
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
"dependencies": { "dependencies": {
"@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git", "@broker/nodejs_common": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-common.git",
"@broker/nodejs_dao": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-dao.git", "@broker/nodejs_dao": "git+ssh://git@gitlab.mytoken.org:10022/debin/broker-nodejs-dao.git",
"@broker/nodejs_dao_next": "1.0.3", "@broker/nodejs_dao_next": "1.10.0",
"@types/errorhandler": "^1.5.3", "@types/errorhandler": "^1.5.3",
"@types/express": "^4.17.21", "@types/express": "^4.17.21",
"@types/morgan": "^1.9.9", "@types/morgan": "^1.9.9",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment