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

Commit 8b0c830

Browse files
committed
v0.3.0-alpha.10
1 parent fdc98dc commit 8b0c830

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"std/": "https://deno.land/[email protected]/",
44
"brotli": "https://deno.land/x/[email protected]/mod.ts",
55
"gzip": "https://deno.land/x/[email protected]/mod.ts",
6-
"aleph": "https://deno.land/x/[email protected].9/mod.ts",
7-
"aleph/": "https://deno.land/x/[email protected].9/",
6+
"aleph": "https://deno.land/x/[email protected].10/mod.ts",
7+
"aleph/": "https://deno.land/x/[email protected].10/",
88
"react": "https://esm.sh/[email protected]",
99
"react-dom": "https://esm.sh/[email protected]"
1010
}

publish.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function prepublish(version: string) {
1111
if (success) {
1212
const data = await Deno.readTextFile('./import_map.json')
1313
const importMap = JSON.parse(data)
14-
Object.assign(importMap, {
14+
Object.assign(importMap.imports, {
1515
'aleph': `https://deno.land/x/aleph@${version}/mod.ts`,
1616
'aleph/': `https://deno.land/x/aleph@${version}/`,
1717
})

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

0 commit comments

Comments
 (0)