@medievalrain/emitter 0.2.16 → 0.2.17

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 +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  A typesafe event emitter for NodeJS and browser.
8
8
 
9
- ## Instalation
9
+ ## Installation
10
10
 
11
11
  ```bash
12
12
  npm install @medievalrain/emitter
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medievalrain/emitter",
3
- "version": "0.2.16",
3
+ "version": "0.2.17",
4
4
  "description": "A typesafe event emitter",
5
5
  "type": "module",
6
6
  "repository": {
@@ -27,11 +27,11 @@
27
27
  "typecheck": "tsc"
28
28
  },
29
29
  "devDependencies": {
30
- "oxlint": "1.17.0",
30
+ "oxlint": "1.23.0",
31
31
  "prettier": "3.6.2",
32
- "tsdown": "0.15.4",
33
- "typescript": "5.9.2",
34
- "vitest": "4.0.0-beta.11"
32
+ "tsdown": "0.15.7",
33
+ "typescript": "5.9.3",
34
+ "vitest": "4.0.0-beta.18"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public",