@vscode/diff 0.0.2-32 → 0.0.2-33

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.
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-C1an7__B.wasm', import.meta.url).href);
2055
+ module_or_path = new URL(new URL('diff_wasm_bg-ComyR8VC.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-C1an7__B.wasm', import.meta.url).href);
2101
+ const wasmUrl = new URL(new URL('diff_wasm_bg-ComyR8VC.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/diff",
3
- "version": "0.0.2-32",
3
+ "version": "0.0.2-33",
4
4
  "description": "A high-performance diff algorithm implementation with WASM backend, ported from VS Code",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",