@newkrok/nape-js 3.13.4 → 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 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 — 3276 tests across 149 files
147
+ npm test # vitest — 3784 tests across 176 files
148
148
  npm run benchmark # Performance benchmarks
149
149
  ```
150
150