This commit is contained in:
Xu Chang 2022-10-13 21:07:19 +08:00
parent ca2003b341
commit e4e00b64d6
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{ {
"name": "oak-backend-base", "name": "oak-backend-base",
"version": "1.0.6", "version": "1.0.7",
"description": "oak-backend-base", "description": "oak-backend-base",
"main": "lib/index.js", "main": "main/index",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
}, },
@ -19,8 +19,8 @@
"mysql": "^2.18.1", "mysql": "^2.18.1",
"mysql2": "^2.3.3", "mysql2": "^2.3.3",
"oak-common-aspect": "1.0.5", "oak-common-aspect": "1.0.5",
"oak-db": "1.0.3", "oak-db": "file:../oak-db",
"oak-domain": "1.1.10", "oak-domain": "file:../oak-domain",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"license": "ISC", "license": "ISC",