3.0.1-dev

This commit is contained in:
Xu Chang 2023-08-23 17:35:54 +08:00
parent 42e96d61a5
commit 04ea9ec535
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-db",
"version": "3.0.0",
"version": "3.0.1",
"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": "^3.0.0",
"oak-domain": "file:../oak-domain",
"uuid": "^8.3.2"
},
"license": "ISC",
@ -30,7 +30,7 @@
"@types/uuid": "^8.3.4",
"cross-env": "^7.0.3",
"mocha": "^10.0.0",
"oak-general-business": "^3.0.0",
"oak-general-business": "file:../oak-general-business",
"ts-node": "~10.9.1",
"tslib": "^2.4.0",
"typescript": "~4.7.4"