@next/swc-wasm-web 16.1.0-canary.10 → 16.1.0-canary.11

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.
Files changed (3) hide show
  1. package/package.json +2 -3
  2. package/wasm.js +1 -1
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,13 +1,12 @@
1
1
  {
2
2
  "name": "@next/swc-wasm-web",
3
- "type": "module",
4
- "version": "16.1.0-canary.10",
3
+ "version": "16.1.0-canary.11",
5
4
  "files": [
6
5
  "wasm_bg.wasm",
7
6
  "wasm.js",
8
7
  "wasm.d.ts"
9
8
  ],
10
- "main": "wasm.js",
9
+ "module": "wasm.js",
11
10
  "types": "wasm.d.ts",
12
11
  "sideEffects": [
13
12
  "./snippets/*"
package/wasm.js CHANGED
@@ -611,7 +611,7 @@ function __wbg_get_imports() {
611
611
  const ret = false;
612
612
  return ret;
613
613
  };
614
- imports.wbg.__wbindgen_closure_wrapper23625 = function(arg0, arg1, arg2) {
614
+ imports.wbg.__wbindgen_closure_wrapper23626 = function(arg0, arg1, arg2) {
615
615
  const ret = makeMutClosure(arg0, arg1, 1165, __wbg_adapter_50);
616
616
  return ret;
617
617
  };
package/wasm_bg.wasm CHANGED
Binary file