3.2.0-publish

This commit is contained in:
Xu Chang 2023-12-05 18:04:34 +08:00
parent ae3a32c8e4
commit 1bfd079a74
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-backend-base",
"version": "3.1.3",
"version": "3.2.0",
"description": "oak-backend-base",
"main": "lib/index",
"author": {
@ -20,10 +20,10 @@
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-frontend-base": "file:../oak-frontend-base",
"oak-db": "file:../oak-db",
"oak-domain": "file:../oak-domain",
"oak-common-aspect": "^2.3.3",
"oak-frontend-base": "^4.0.0",
"oak-db": "^3.0.3",
"oak-domain": "^4.0.0",
"socket.io": "^4.7.2",
"uuid": "^8.3.2"
},