2.2.9-dev
This commit is contained in:
parent
b29d13605d
commit
ec263b8bbc
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oak-db",
|
"name": "oak-db",
|
||||||
"version": "2.2.8",
|
"version": "2.2.9",
|
||||||
"description": "oak-db",
|
"description": "oak-db",
|
||||||
"main": "lib/index",
|
"main": "lib/index",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
"lodash": "^4.17.21",
|
"lodash": "^4.17.21",
|
||||||
"mysql": "^2.18.1",
|
"mysql": "^2.18.1",
|
||||||
"mysql2": "^2.3.3",
|
"mysql2": "^2.3.3",
|
||||||
"oak-domain": "^2.6.4",
|
"oak-domain": "file:../oak-domain",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"@types/node": "^17.0.42",
|
"@types/node": "^17.0.42",
|
||||||
"@types/uuid": "^8.3.4",
|
"@types/uuid": "^8.3.4",
|
||||||
"mocha": "^10.0.0",
|
"mocha": "^10.0.0",
|
||||||
"oak-general-business": "^2.5.4",
|
"oak-general-business": "file:../oak-general-business",
|
||||||
"ts-node": "~10.9.1",
|
"ts-node": "~10.9.1",
|
||||||
"tslib": "^2.4.0",
|
"tslib": "^2.4.0",
|
||||||
"typescript": "~4.7.4"
|
"typescript": "~4.7.4"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue