Logging & and doc improved

This commit is contained in:
Juan Ferrer 2022-05-02 11:49:01 +02:00
parent a0e76b806d
commit d0dc1072d1
4 changed files with 4 additions and 4 deletions

View File

@ -237,7 +237,7 @@ routines with an standard CVS system as if they were normal application code.
Also, the existing tools are too complex and require too much knowledge to
start a small project.
## Todo
## ToDo
* Undo changes when there is an error applying a version using "undo" files.
* Use a custom *Dockerfile* for local database container.

View File

@ -325,7 +325,7 @@ class MyVC {
}
if (notFound) {
console.warn(`Commit id (${commitSha}) not found trying to fetch from git remote`.yellow);
console.warn(`Database commit not found, trying git fetch`.yellow);
await repo.fetchAll();
commit = await repo.getCommit(commitSha);
}

View File

@ -1,6 +1,6 @@
{
"name": "myvc",
"version": "1.4.4",
"version": "1.4.5",
"author": "Verdnatura Levante SL",
"description": "MySQL Version Control",
"license": "GPL-3.0",

View File

@ -8,6 +8,6 @@
"type": "git"
},
"dependencies": {
"myvc": "^1.3.11"
"myvc": "^1.4.5"
}
}