@newkrok/nape-js 3.3.2 → 3.3.4

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/@newkrok/nape-js.svg)](https://www.npmjs.com/package/@newkrok/nape-js)
4
4
  [![npm downloads](https://img.shields.io/npm/dm/@newkrok/nape-js.svg)](https://www.npmjs.com/package/@newkrok/nape-js)
5
- [![tests](https://img.shields.io/badge/tests-141%20passed-brightgreen.svg)](https://github.com/NewKrok/nape-js)
5
+ [![CI](https://github.com/NewKrok/nape-js/actions/workflows/ci.yml/badge.svg)](https://github.com/NewKrok/nape-js/actions/workflows/ci.yml)
6
6
  [![bundle size](https://img.shields.io/badge/gzip-414%20KB-blue.svg)](https://github.com/NewKrok/nape-js)
7
7
  [![license](https://img.shields.io/npm/l/@newkrok/nape-js.svg)](https://github.com/NewKrok/nape-js/blob/master/LICENSE)
8
8
 
@@ -136,7 +136,7 @@ body.space = space;
136
136
  ```bash
137
137
  npm install
138
138
  npm run build # Compile TypeScript + bundle
139
- npm test # Run tests (141 tests)
139
+ npm test # Run tests (779 tests)
140
140
  npm run benchmark # Performance benchmarks
141
141
  ```
142
142