Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 4d7ba19

Browse files
committed
v0.3.0-alpha.26
1 parent 63aeaa4 commit 4d7ba19

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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 = "4516c6f11d214e78c185703b56ca8343a16433f6";
1+
export const checksum = "635031731329e29e29eff399c72a758702292499";

compiler/dist/wasm-pack.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { red } from "https://deno.land/std@0.90.0/fmt/colors.ts";
1+
import { red } from "https://deno.land/std@0.92.0/fmt/colors.ts";
22
let wasm;
33

44
const heap = new Array(32).fill(undefined);

compiler/dist/wasm.js

Lines changed: 2 additions & 2 deletions
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].25/",
5-
"framework": "https://deno.land/x/[email protected].25/framework/core/mod.ts",
6-
"framework/react": "https://deno.land/x/[email protected].25/framework/react/mod.ts",
4+
"aleph/": "https://deno.land/x/[email protected].26/",
5+
"framework": "https://deno.land/x/[email protected].26/framework/core/mod.ts",
6+
"framework/react": "https://deno.land/x/[email protected].26/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.25'
1+
export const VERSION = '0.3.0-alpha.26'

0 commit comments

Comments
 (0)