2.0.1-publish

This commit is contained in:
Xu Chang 2022-11-30 18:22:01 +08:00
parent a156b0cc14
commit 8cdfa68099
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "oak-db",
"version": "1.0.8",
"version": "2.0.2",
"description": "oak-db",
"main": "src/index",
"main": "lib/index",
"author": {
"name": "XuChang"
},
@ -18,7 +18,7 @@
"lodash": "^4.17.21",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"oak-domain": "file:../oak-domain",
"oak-domain": "^2.0.1",
"uuid": "^8.3.2"
},
"license": "ISC",
@ -29,7 +29,7 @@
"@types/node": "^17.0.42",
"@types/uuid": "^8.3.4",
"mocha": "^10.0.0",
"oak-general-business": "file:../oak-general-business",
"oak-general-business": "^2.0.1",
"ts-node": "~10.9.1",
"tslib": "^2.4.0",
"typescript": "~4.7.4"