Skip to content

Commit 05592c5

Browse files
committed
v0.3.0-alpha.6
1 parent 5037428 commit 05592c5

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

compiler/dist/wasm-checksum.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const checksum = "8e56bc54cade56cf5b61bb5b461b3f093e73192d"
1+
export const checksum = "4581a22ff3eecef08d8be385912effbaea2b95ee"

compiler/dist/wasm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ export const defaultConfig: Readonly<Required<Config>> = {
2828
env: {},
2929
}
3030

31-
3231
/** load config from `aleph.config.(ts|js|json)` */
3332
export async function loadConfig(workingDir: string): Promise<[Config, ImportMap]> {
3433
let data: Config = {}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '0.3.0-alpha.5'
1+
export const VERSION = '0.3.0-alpha.6'

0 commit comments

Comments
 (0)