This commit is contained in:
Xu Chang 2022-09-02 15:47:23 +08:00
parent 9b95fc842c
commit 37f794398c
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oak-backend-base", "name": "oak-backend-base",
"version": "1.0.3", "version": "1.0.4",
"description": "oak-backend-base", "description": "oak-backend-base",
"main": "lib/index.js", "main": "lib/index.js",
"author": { "author": {
@ -20,10 +20,10 @@
"lodash": "^4.17.21", "lodash": "^4.17.21",
"mysql": "^2.18.1", "mysql": "^2.18.1",
"mysql2": "^2.3.3", "mysql2": "^2.3.3",
"oak-db": "^1.0.2", "oak-db": "file:../oak-db",
"oak-domain": "^1.1.0", "oak-domain": "file:../oak-domain",
"oak-general-business": "^1.0.5", "oak-general-business": "file:../oak-general-business",
"oak-common-aspect": "^1.0.2", "oak-common-aspect": "file:../oak-common-aspect",
"uuid": "^8.3.2" "uuid": "^8.3.2"
}, },
"license": "ISC", "license": "ISC",