diff --git a/package-lock.json b/package-lock.json index dad2673473..a16a750d36 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "assemblyscript", - "version": "0.9.3", + "version": "0.9.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 709c081281..da36fe6d06 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "assemblyscript", "wasm" ], - "version": "0.9.3", + "version": "0.9.4", "author": "Daniel Wirtz ", "contributors": [], "license": "Apache-2.0", diff --git a/src/index.ts b/src/index.ts index e54fd8034c..98ff0c1d58 100644 --- a/src/index.ts +++ b/src/index.ts @@ -284,3 +284,6 @@ export * from "./tokenizer"; export * from "./types"; import * as util from "./util/index"; export { util }; + +// TODO: compat with 0.9, remove with 0.10 +export * from "./util/index";