chore(fastify-sse): add vitest devDependency

Package was running tests via workspace-hoisted vitest but had no
explicit devDependency. Adds vitest ^3.0.0 for standalone build
correctness.
This commit is contained in:
saravanakumardb1 2026-03-29 12:54:27 -07:00
parent 3e092490f3
commit ac6d1e0911

View File

@ -21,6 +21,9 @@
"peerDependencies": {
"fastify": "^5.0.0"
},
"devDependencies": {
"vitest": "^3.0.0"
},
"publishConfig": {
"registry": "http://localhost:3300/api/packages/bytelyst/npm/"
}