3.2.0-publish

This commit is contained in:
Xu Chang 2024-03-20 11:00:53 +08:00
parent 2eb4ba597a
commit 15a09b9141
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-db",
"version": "3.1.1",
"version": "3.2.0",
"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": "file:../oak-domain",
"oak-domain": "^4.3.0",
"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": "file:../oak-general-business",
"oak-general-business": "^4.3.0",
"ts-node": "^10.9.1",
"tslib": "^2.4.0",
"typescript": "^5.2.2"