2.3.1-dev

This commit is contained in:
Xu Chang 2023-01-11 17:30:30 +08:00
parent 68678bbe5e
commit 14da761fb3
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-backend-base",
"version": "2.3.0",
"version": "2.3.1",
"description": "oak-backend-base",
"main": "lib/index",
"author": {
@ -20,9 +20,9 @@
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"oak-common-aspect": "^2.1.3",
"oak-db": "^2.2.0",
"oak-domain": "^2.3.0",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-db": "file:../oak-db",
"oak-domain": "file:../oak-domain",
"uuid": "^8.3.2"
},
"license": "ISC",