Skip to content

Commit b6836f7

Browse files
committed
v0.3.0-alpha.32
1 parent 4f68488 commit b6836f7

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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 = "a34bdac5feb1fd24d05934b9acf17bb26bbc09b1";
1+
export const checksum = "ed2b5fc2c1be9b2a3b73f766273ba44996b6f043";

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.

import_map.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"imports": {
33
"std/": "https://deno.land/[email protected]/",
4-
"aleph/": "https://deno.land/x/[email protected].31/",
5-
"framework": "https://deno.land/x/[email protected].31/framework/core/mod.ts",
6-
"framework/react": "https://deno.land/x/[email protected].31/framework/react/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].32/",
5+
"framework": "https://deno.land/x/[email protected].32/framework/core/mod.ts",
6+
"framework/react": "https://deno.land/x/[email protected].32/framework/react/mod.ts",
77
"react": "https://esm.sh/[email protected]",
88
"react-dom": "https://esm.sh/[email protected]",
99
"react-dom/server": "https://esm.sh/[email protected]/server"

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.31'
1+
export const VERSION = '0.3.0-alpha.32'

0 commit comments

Comments
 (0)