@newkrok/nape-js 3.13.3 → 3.13.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/README.md +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Arbiters and broadphase tree state are reconstructed automatically on the first
|
|
|
144
144
|
```bash
|
|
145
145
|
npm install
|
|
146
146
|
npm run build # tsup → dist/ (ESM + CJS + DTS)
|
|
147
|
-
npm test # vitest —
|
|
147
|
+
npm test # vitest — 3784 tests across 176 files
|
|
148
148
|
npm run benchmark # Performance benchmarks
|
|
149
149
|
```
|
|
150
150
|
|