@vscode/diff 0.0.2-27 → 0.0.2-29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/dist/wire.js
CHANGED
|
@@ -2052,7 +2052,7 @@ async function __wbg_init(module_or_path) {
|
|
|
2052
2052
|
}
|
|
2053
2053
|
|
|
2054
2054
|
if (module_or_path === undefined) {
|
|
2055
|
-
module_or_path = new URL(new URL('diff_wasm_bg-
|
|
2055
|
+
module_or_path = new URL(new URL('diff_wasm_bg-B5IIsU8w.wasm', import.meta.url).href);
|
|
2056
2056
|
}
|
|
2057
2057
|
const imports = __wbg_get_imports();
|
|
2058
2058
|
|
|
@@ -2098,7 +2098,7 @@ async function initWasm() {
|
|
|
2098
2098
|
return initPromise;
|
|
2099
2099
|
}
|
|
2100
2100
|
initPromise = (async () => {
|
|
2101
|
-
const wasmUrl = new URL(new URL('diff_wasm_bg-
|
|
2101
|
+
const wasmUrl = new URL(new URL('diff_wasm_bg-B5IIsU8w.wasm', import.meta.url).href);
|
|
2102
2102
|
// Node's undici fetch does not support file:// URLs, so read bytes ourselves.
|
|
2103
2103
|
let source = wasmUrl;
|
|
2104
2104
|
if (typeof process !== 'undefined' && process.versions?.node) {
|
package/package.json
CHANGED