hookified 1.2.0 → 1.2.1

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
@@ -1,4 +1,4 @@
1
- <img src="site/logo.svg" alt="Hookified" height="400" align="center">
1
+ ![site/logo.svg](site/logo.svg)
2
2
 
3
3
  # Event Emitting and Async Middleware Hooks
4
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hookified",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Event and Middleware Hooks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -56,12 +56,12 @@
56
56
  },
57
57
  "homepage": "https://github.com/jaredwray/hookified#readme",
58
58
  "devDependencies": {
59
- "@vitest/coverage-v8": "^2.1.1",
60
- "docula": "^0.9.1",
59
+ "@vitest/coverage-v8": "^2.1.2",
60
+ "docula": "^0.9.3",
61
61
  "rimraf": "^6.0.1",
62
62
  "tsup": "^8.3.0",
63
- "typescript": "^5.6.2",
64
- "vitest": "^2.1.1",
63
+ "typescript": "^5.6.3",
64
+ "vitest": "^2.1.2",
65
65
  "xo": "^0.59.3"
66
66
  },
67
67
  "files": [