diff --git a/Cargo.lock b/Cargo.lock index 2d8d58471..5c46196d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "deno_graph" -version = "0.37.0" +version = "0.37.1" dependencies = [ "anyhow", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index cfac8c027..647379e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "deno_graph" -version = "0.37.0" +version = "0.37.1" 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 7d9359f7b..70d0e7820 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: 8f8ebf7dd69b3fc3bf78160837a8fa8b392a02f1 +// source-hash: aa25817dd3932104c7bfa0465b308bd37d42911d let wasm; -import * as import0 from "./snippets/deno_graph-d0606336e35f9940/src/deno_apis.js"; +import * as import0 from "./snippets/deno_graph-03058c6977d5ab9f/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__hf6f7add4a60e0cb3( + ._dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__headbbac95d682cf7( 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__h697d1f893001fb37( + wasm.wasm_bindgen__convert__closures__invoke2_mut__hd8e3bbd737cb4e88( arg0, arg1, addHeapObject(arg2), @@ -847,12 +847,12 @@ const imports = { __wbindgen_throw: function (arg0, arg1) { throw new Error(getStringFromWasm0(arg0, arg1)); }, - __wbindgen_closure_wrapper1864: function (arg0, arg1, arg2) { + __wbindgen_closure_wrapper1866: function (arg0, arg1, arg2) { const ret = makeMutClosure(arg0, arg1, 288, __wbg_adapter_20); return addHeapObject(ret); }, }, - "./snippets/deno_graph-d0606336e35f9940/src/deno_apis.js": import0, + "./snippets/deno_graph-03058c6977d5ab9f/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 1020ed640..027ae408d 100644 Binary files a/lib/deno_graph_bg.wasm and b/lib/deno_graph_bg.wasm differ diff --git a/lib/snippets/deno_graph-d0606336e35f9940/src/deno_apis.js b/lib/snippets/deno_graph-03058c6977d5ab9f/src/deno_apis.js similarity index 100% rename from lib/snippets/deno_graph-d0606336e35f9940/src/deno_apis.js rename to lib/snippets/deno_graph-03058c6977d5ab9f/src/deno_apis.js