2.0.3-dev
This commit is contained in:
parent
b0de3adfe1
commit
ec7047e4d3
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "oak-backend-base",
|
"name": "oak-backend-base",
|
||||||
"version": "2.0.2",
|
"version": "2.0.3",
|
||||||
"description": "oak-backend-base",
|
"description": "oak-backend-base",
|
||||||
"main": "lib/index",
|
"main": "lib/index",
|
||||||
"author": {
|
"author": {
|
||||||
|
|
@ -18,9 +18,9 @@
|
||||||
"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-common-aspect": "2.0.1",
|
"oak-common-aspect": "file:../oak-common-aspect",
|
||||||
"oak-db": "^2.0.2",
|
"oak-db": "file:../oak-db",
|
||||||
"oak-domain": "^2.0.1",
|
"oak-domain": "file:../oak-domain",
|
||||||
"uuid": "^8.3.2"
|
"uuid": "^8.3.2"
|
||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue