diff --git a/Cargo.lock b/Cargo.lock index c18dfd684..382a4653e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.32.0" +version = "0.33.0" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c956f2ac5..c7a87824f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.32.0" +version = "0.33.0" edition = "2021" description = "module graph analysis for deno" homepage = "https://deno.land/" diff --git a/lib/deno_graph.generated.js b/lib/deno_graph.generated.js index 9187555e8..ec9cd63ca 100644 --- a/lib/deno_graph.generated.js +++ b/lib/deno_graph.generated.js @@ -1,10 +1,10 @@ // @generated file from wasmbuild -- do not edit // deno-lint-ignore-file // deno-fmt-ignore-file -// source-hash: c41d14ad6108ac3ab54417ed58ead02e4c283b10 +// source-hash: fd92f327c9234dd4f5b43baddf618b015832610d let wasm; -import * as import0 from "./snippets/deno_graph-a875134ed00b7313/src/deno_apis.js"; +import * as import0 from "./snippets/deno_graph-7a7f256ae228f39e/src/deno_apis.js"; const heap = new Array(32).fill(undefined); @@ -204,7 +204,7 @@ function makeMutClosure(arg0, arg1, dtor, f) { } function __wbg_adapter_20(arg0, arg1, arg2) { wasm - ._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h263bf51cda6c7ad5( + ._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h3dc0de86f581dd9a( arg0, arg1, addHeapObject(arg2), @@ -388,7 +388,7 @@ function handleError(f, args) { } } function __wbg_adapter_69(arg0, arg1, arg2, arg3) { - wasm.wasm_bindgen__convert__closures__invoke2_mut__h1062d3eae72c216f( + wasm.wasm_bindgen__convert__closures__invoke2_mut__h042a4ccb37a0ef92( arg0, arg1, addHeapObject(arg2), @@ -847,12 +847,12 @@ const imports = { __wbindgen_throw: function (arg0, arg1) { throw new Error(getStringFromWasm0(arg0, arg1)); }, - __wbindgen_closure_wrapper1857: function (arg0, arg1, arg2) { + __wbindgen_closure_wrapper1856: function (arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_20); return addHeapObject(ret); }, }, - "./snippets/deno_graph-a875134ed00b7313/src/deno_apis.js": import0, + "./snippets/deno_graph-7a7f256ae228f39e/src/deno_apis.js": import0, }; const wasm_url = new URL("deno_graph_bg.wasm", import.meta.url); diff --git a/lib/deno_graph_bg.wasm b/lib/deno_graph_bg.wasm index 48a02d9b0..809afd0b4 100644 Binary files a/lib/deno_graph_bg.wasm and b/lib/deno_graph_bg.wasm differ diff --git a/lib/snippets/deno_graph-a875134ed00b7313/src/deno_apis.js b/lib/snippets/deno_graph-7a7f256ae228f39e/src/deno_apis.js similarity index 100% rename from lib/snippets/deno_graph-a875134ed00b7313/src/deno_apis.js rename to lib/snippets/deno_graph-7a7f256ae228f39e/src/deno_apis.js