3.3.3-dev

This commit is contained in:
Xu Chang 2024-03-29 18:51:26 +08:00
parent b347bc7915
commit 922a45995e
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-db",
"version": "3.2.2",
"version": "3.2.3",
"description": "oak-db",
"main": "lib/index",
"author": {
@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"oak-domain": "^4.5.0",
"oak-domain": "file:../oak-domain",
"uuid": "^8.3.2"
},
"license": "ISC",
@ -31,7 +31,7 @@
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.3",
"mocha": "^10.2.0",
"oak-general-business": "^4.4.0",
"oak-general-business": "file:../oak-general-business",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^5.2.2"