@swmansion/smelter-browser-render 0.3.0-rc.1 → 0.3.0
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/index.js +1 -1
- package/dist/smelter.wasm +0 -0
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1809,7 +1809,7 @@ function __wbg_get_imports() {
|
|
|
1809
1809
|
const ret = false;
|
|
1810
1810
|
return ret;
|
|
1811
1811
|
};
|
|
1812
|
-
imports.wbg.
|
|
1812
|
+
imports.wbg.__wbindgen_closure_wrapper2918 = function(arg0, arg1, arg2) {
|
|
1813
1813
|
const ret = makeMutClosure(arg0, arg1, 1079, __wbg_adapter_60);
|
|
1814
1814
|
return ret;
|
|
1815
1815
|
};
|
package/dist/smelter.wasm
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swmansion/smelter-browser-render",
|
|
3
|
-
"version": "0.3.0
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"author": "Software Mansion <contact@swmansion.com>",
|
|
5
5
|
"license": "SEE LICENSE IN ./LICENSE",
|
|
6
6
|
"description": "Smelter rendering engine compiled to WASM",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"wasm-pack": "^0.13.0"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@swmansion/smelter": "0.3.0
|
|
24
|
+
"@swmansion/smelter": "^0.3.0"
|
|
25
25
|
},
|
|
26
26
|
"scripts": {
|
|
27
27
|
"lint": "eslint .",
|