Stop exporting ArtifactWriter

This commit is contained in:
Fabio Berger
2018-06-12 00:13:57 +02:00
parent e1879ef4d9
commit c03119d10a
2 changed files with 0 additions and 5 deletions

View File

@@ -2,10 +2,6 @@
{
"version": "0.0.7",
"changes": [
{
"note": "Export ArtifactWriter class",
"pr": 684
},
{
"note": "Use AssetProxyOwner instead of MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress",
"pr": 675

View File

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