occt-wasm 3.8.1 → 3.8.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -381,7 +381,7 @@ cargo xtask build # Build OCCT + facade -> WASM
381
381
  cargo xtask test # Run tests
382
382
 
383
383
  # View the Three.js example
384
- npx serve .
384
+ node scripts/static-server.mjs
385
385
  # Open http://localhost:3000/examples/three-js/
386
386
  ```
387
387
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "occt-wasm",
3
- "version": "3.8.1",
3
+ "version": "3.8.2",
4
4
  "description": "OpenCascade (OCCT) compiled to WebAssembly with a clean TypeScript API",
5
5
  "type": "module",
6
6
  "exports": {