File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed
Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11[workspace ]
2- package.version = " 0.4.1 "
2+ package.version = " 0.4.2 "
33members = [" crates/*" ]
44resolver = " 2"
55
Original file line number Diff line number Diff line change 11{
22 "name" : " @denosaurs/netsaur" ,
3- "version" : " 0.4.1 " ,
3+ "version" : " 0.4.2 " ,
44 "exports" : {
55 "." : " ./mod.ts" ,
66 "./web" : " ./web.ts" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const options: FetchOptions = {
1515 name : "netsaur" ,
1616 url : new URL ( import . meta. url ) . protocol !== "file:"
1717 ? new URL (
18- "https://github.com/denosaurs/netsaur/releases/download/0.4.1 /" ,
18+ "https://github.com/denosaurs/netsaur/releases/download/0.4.2 /" ,
1919 import . meta. url ,
2020 )
2121 : "./target/release/" ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ const options: FetchOptions = {
1515 name : "netsaur_gpu" ,
1616 url : new URL ( import . meta. url ) . protocol !== "file:"
1717 ? new URL (
18- "https://github.com/denosaurs/netsaur/releases/download/0.4.1 /" ,
18+ "https://github.com/denosaurs/netsaur/releases/download/0.4.2 /" ,
1919 import . meta. url ,
2020 )
2121 : "./target/release/" ,
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export class WASMInstance {
2222 await instantiate ( {
2323 url : new URL ( import . meta. url ) . protocol !== "file:"
2424 ? new URL (
25- "https://github.com/denosaurs/netsaur/releases/download/0.4.1 /netsaur_bg.wasm" ,
25+ "https://github.com/denosaurs/netsaur/releases/download/0.4.2 /netsaur_bg.wasm" ,
2626 import . meta. url ,
2727 )
2828 : undefined ,
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export async function init(): Promise<void> {
1616 await instantiate ( {
1717 url : new URL ( import . meta. url ) . protocol !== "file:"
1818 ? new URL (
19- "https://github.com/denosaurs/netsaur/releases/download/0.4.1 /netsaur_tokenizers_bg.wasm" ,
19+ "https://github.com/denosaurs/netsaur/releases/download/0.4.2 /netsaur_tokenizers_bg.wasm" ,
2020 import . meta. url ,
2121 )
2222 : undefined ,
You can’t perform that action at this time.
0 commit comments