@next/swc-wasm-web 15.2.4 → 15.2.5
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/package.json +2 -3
- package/wasm.js +1 -1
- package/wasm_bg.wasm +0 -0
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@next/swc-wasm-web",
|
|
3
|
-
"
|
|
4
|
-
"version": "15.2.4",
|
|
3
|
+
"version": "15.2.5",
|
|
5
4
|
"files": [
|
|
6
5
|
"wasm_bg.wasm",
|
|
7
6
|
"wasm.js",
|
|
8
7
|
"wasm.d.ts"
|
|
9
8
|
],
|
|
10
|
-
"
|
|
9
|
+
"module": "wasm.js",
|
|
11
10
|
"types": "wasm.d.ts",
|
|
12
11
|
"sideEffects": [
|
|
13
12
|
"./snippets/*"
|
package/wasm.js
CHANGED
|
@@ -751,7 +751,7 @@ imports.wbg.__wbindgen_cb_drop = function(arg0) {
|
|
|
751
751
|
const ret = false;
|
|
752
752
|
return ret;
|
|
753
753
|
};
|
|
754
|
-
imports.wbg.
|
|
754
|
+
imports.wbg.__wbindgen_closure_wrapper23973 = function(arg0, arg1, arg2) {
|
|
755
755
|
const ret = makeMutClosure(arg0, arg1, 1277, __wbg_adapter_48);
|
|
756
756
|
return addHeapObject(ret);
|
|
757
757
|
};
|
package/wasm_bg.wasm
CHANGED
|
Binary file
|