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

Commit b17d1ee

Browse files
committed
v0.3.0-alpha.33
1 parent 31eff29 commit b17d1ee

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 = "7ae5ad874d024de2aa74d70607950875e8454ba5";
1+
export const checksum = "63f64f2f4ad0f5eddd33ea9f33fe89260ff9346e";

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].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",
4+
"aleph/": "https://deno.land/x/[email protected].33/",
5+
"framework": "https://deno.land/x/[email protected].33/framework/core/mod.ts",
6+
"framework/react": "https://deno.land/x/[email protected].33/framework/react/mod.ts",
77
"react": "https://esm.sh/[email protected]",
88
"react-dom": "https://esm.sh/[email protected]"
99
}

version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defaultReactVersion } from './shared/constants.ts'
22

33
/** `VERSION` managed by https://deno.land/x/publish */
4-
export const VERSION = '0.3.0-alpha.32'
4+
export const VERSION = '0.3.0-alpha.33'
55

66
/** `prepublish` will be invoked before publish */
77
export async function prepublish(version: string) {

0 commit comments

Comments
 (0)