Skip to content

Commit

Permalink
v0.3.0-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Feb 5, 2021
1 parent 5037428 commit 05592c5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion compiler/dist/wasm-checksum.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const checksum = "8e56bc54cade56cf5b61bb5b461b3f093e73192d"
export const checksum = "4581a22ff3eecef08d8be385912effbaea2b95ee"
2 changes: 1 addition & 1 deletion compiler/dist/wasm.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const defaultConfig: Readonly<Required<Config>> = {
env: {},
}


/** load config from `aleph.config.(ts|js|json)` */
export async function loadConfig(workingDir: string): Promise<[Config, ImportMap]> {
let data: Config = {}
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const VERSION = '0.3.0-alpha.5'
export const VERSION = '0.3.0-alpha.6'

0 comments on commit 05592c5

Please sign in to comment.