@newkrok/nape-js 3.15.8 → 3.15.10
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
|
@@ -179,7 +179,7 @@ present, with automatic `postMessage` fallback otherwise.
|
|
|
179
179
|
```bash
|
|
180
180
|
npm install
|
|
181
181
|
npm run build # tsup → dist/ (ESM + CJS + DTS)
|
|
182
|
-
npm test # vitest —
|
|
182
|
+
npm test # vitest — 4591 tests across 201 files
|
|
183
183
|
npm run benchmark # Performance benchmarks
|
|
184
184
|
```
|
|
185
185
|
|