This repository was archived by the owner on Jul 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"imports" : {
3
- "aleph/" : " https://deno.land/x/aleph@v0.3.0-beta.1 /" ,
4
- "aleph/web" : " https://deno.land/x/aleph@v0.3.0-beta.1 /framework/core/mod.ts" ,
5
- "aleph/react" : " https://deno.land/x/aleph@v0.3.0-beta.1 /framework/react/mod.ts" ,
3
+ "aleph/" : " https://deno.land/x/aleph@v0.3.0-beta.2 /" ,
4
+ "aleph/web" : " https://deno.land/x/aleph@v0.3.0-beta.2 /framework/core/mod.ts" ,
5
+ "aleph/react" : " https://deno.land/x/aleph@v0.3.0-beta.2 /framework/react/mod.ts" ,
6
6
"std/" : " https://deno.land/std@0.100.0/" ,
7
7
"react" : " https://esm.sh/react@17.0.2" ,
8
8
"react-dom" : " https://esm.sh/react-dom@17.0.2" ,
9
- "aleph/types" : " https://deno.land/x/aleph@v0.3.0-beta.1 /types.d.ts"
9
+ "aleph/types" : " https://deno.land/x/aleph@v0.3.0-beta.2 /types.d.ts"
10
10
}
11
11
}
Original file line number Diff line number Diff line change 1
1
import { defaultReactVersion } from './shared/constants.ts'
2
2
3
3
/** `VERSION` managed by https://deno.land/x/publish */
4
- export const VERSION = '0.3.0-beta.1 '
4
+ export const VERSION = '0.3.0-beta.2 '
5
5
6
6
/** `prepublish` will be invoked before publish */
7
7
export async function prepublish ( version : string ) : Promise < boolean > {
You can’t perform that action at this time.
0 commit comments