Export ArtifactWriter from migrations package

This commit is contained in:
Fabio Berger 2018-06-11 19:12:55 +02:00
parent c84586dd66
commit 30d15a1438
2 changed files with 9 additions and 0 deletions

View File

@ -1,4 +1,12 @@
[
{
"version": "0.0.7",
"changes": [
{
"note": "Export ArtifactWriter class"
}
]
},
{
"timestamp": 1527008794,
"version": "0.0.6",

View File

@ -1,2 +1,3 @@
export { runV1MigrationsAsync } from './v1/migration';
export { runV2MigrationsAsync } from './v2/migration';
export { ArtifactWriter } from './artifact_writer';