4.1.16-dev

This commit is contained in:
Xu Chang 2025-01-15 14:01:16 +08:00
parent 030733e8c9
commit 52b9a9fbfe
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-backend-base",
"version": "4.1.15",
"version": "4.1.16",
"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": "^3.0.5",
"oak-db": "^3.3.5",
"oak-domain": "^5.1.16",
"oak-frontend-base": "^5.3.25",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-db": "file:../oak-db",
"oak-domain": "file:../oak-domain",
"oak-frontend-base": "file:../oak-frontend-base",
"socket.io": "^4.8.1",
"socket.io-client": "^4.7.2",
"uuid": "^8.3.2"