Comparing version 2.3.3 to 2.3.4
{ | ||
"name": "evt", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Type safe replacement for node's EventEmitter", | ||
@@ -14,3 +14,3 @@ "repository": { | ||
"dependencies": { | ||
"minimal-polyfills": "^2.2.1", | ||
"minimal-polyfills": "^2.2.2", | ||
"run-exclusive": "^2.2.16", | ||
@@ -17,0 +17,0 @@ "tsafe": "^1.0.1" |
@@ -42,5 +42,4 @@ <p align="center"> | ||
- ✅ It is both a [Deno](https://deno.land/x/evt) and an [NPM](https://www.npmjs.com/evt) module. ( Achieved with [Denoify](https://github.com/garronej/denoify) ) | ||
- ✅ Lightweight, no dependency. | ||
- ✅ Can be imported with `require` (CJS) or `import` (ESM). | ||
- ✅ [React Hooks integration](https://docs.evt.land/react-hooks) | ||
- ✅ No external dependencies ([`tsafe`](https://github.com/garronej/tsafe), [`run-exclusive`](https://github.com/garronej/run_exclusive) and [`minimal-polyfills`](https://github.com/garronej/minimal_polyfills) are all from the same author as EVT). | ||
- ✅ [Great React integration](https://docs.evt.land/react-hooks). | ||
@@ -123,2 +122,2 @@ Can be imported in TypeScript projects using version TypeScript >= 3.8 (February 20th, 2020) and in any plain JS projects. | ||
<a href="https://teespring.com/fr/evt-sticker">Shop</a> | ||
</p> | ||
</p> |
2021530
Updatedminimal-polyfills@^2.2.2