@startling/emitter 1.0.3 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
+ <p align="center">
2
+ <img src="./assets/logo.png" alt="startling-emitter logo" width="600" />
3
+ <br>
4
+ <a href="https://www.npmjs.org/package/@startling/emitter"><img src="https://img.shields.io/npm/v/@startling/emitter" alt="npm"></a>
5
+ <a href="https://unpkg.com/@startling/emitter/dist/startling-emitter.js"><img src="https://img.badgesize.io/https://unpkg.com/@startling/emitter/dist/startling-emitter.js?compression=gzip" alt="gzip size"></a>
6
+ <a href="https://github.com/StartlingDev/startling-emitter/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@startling/emitter"></a>
7
+ </p>
8
+
1
9
  # startling-emitter
2
10
 
3
11
  A tiny, fully-typed event emitter with exact keys, namespace wildcards, and Promise-based event waiting.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startling/emitter",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "A tiny, fully-typed event emitter for modern TypeScript and JavaScript projects — with wildcard support, Promise-based `waitFor`, and AbortSignal integration.",
5
5
  "author": "Nicholas Hutchind",
6
6
  "license": "MIT",