bin_packer_3d
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -6,11 +6,11 @@ { | ||
], | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"files": [ | ||
"bin_packer_3d_wasm_bg.wasm", | ||
"bin_packer_3d_wasm_bg.js", | ||
"bin_packer_3d_wasm.js", | ||
"bin_packer_3d_bg.js", | ||
"bin_packer_3d_wasm.d.ts" | ||
], | ||
"module": "bin_packer_3d_wasm.js", | ||
"main": "bin_packer_3d_wasm.js", | ||
"module": "bin_packer_3d_wasm.js", | ||
"type": "module", | ||
@@ -17,0 +17,0 @@ "types": "bin_packer_3d_wasm.d.ts", |
@@ -52,5 +52,11 @@ <div align="center"> | ||
1. add `"bin_packer_3d_bg.js"` to the package.json's `files` field (perhaps related issue: https://github.com/rustwasm/wasm-pack/issues/199) | ||
2. add `"module": "bin_packer_3d.js",` (to enable importing as esm from node) | ||
3. add `"type": "module",` (to enable importing as esm from node) | ||
1. add `"bin_packer_3d_wasm_bg.js"` to the package.json's `files` field | ||
*perhaps related issue: https://github.com/rustwasm/wasm-pack/issues/199* | ||
2. add `"module": "bin_packer_3d_wasm.js",` | ||
*to enable importing as esm from node* | ||
3. add `"type": "module",` | ||
*to enable importing as esm from node* | ||
4. rename the package.json to `"name": "bin_packer_3d"` | ||
*This crate is named `bin_packer_3d_wasm` to avoid naming conflicts with the `bin_packer_3d` crate.* | ||
5. bump the package.json version | ||
@@ -57,0 +63,0 @@ ### 🔬 Test in Headless Browsers with `wasm-pack test` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
125737
82
2