@next/swc-wasm-web 13.0.2-canary.2 → 13.0.2

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 +1 -1
  2. package/wasm.js +1 -1
  3. package/wasm_bg.wasm +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next/swc-wasm-web",
3
- "version": "13.0.2-canary.2",
3
+ "version": "13.0.2",
4
4
  "files": [
5
5
  "wasm_bg.wasm",
6
6
  "wasm.js",
package/wasm.js CHANGED
@@ -659,7 +659,7 @@ imports.wbg.__wbg_then_11f7a54d67b4bfad = function(arg0, arg1) {
659
659
  const ret = getObject(arg0).then(getObject(arg1));
660
660
  return addHeapObject(ret);
661
661
  };
662
- imports.wbg.__wbindgen_closure_wrapper22933 = function(arg0, arg1, arg2) {
662
+ imports.wbg.__wbindgen_closure_wrapper22934 = function(arg0, arg1, arg2) {
663
663
  const ret = makeMutClosure(arg0, arg1, 265, __wbg_adapter_46);
664
664
  return addHeapObject(ret);
665
665
  };
package/wasm_bg.wasm CHANGED
Binary file