@tungthedev/streams-local 0.2.0 → 0.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/SECURITY.md +1 -1
  2. package/package.json +1 -1
package/SECURITY.md CHANGED
@@ -22,7 +22,7 @@ When reporting a vulnerability, include:
22
22
  The full Prisma Streams server requires an explicit startup auth mode:
23
23
 
24
24
  - `--auth-strategy api-key` enables built-in API key authentication for every
25
- request
25
+ request except `GET /health`
26
26
  - `--no-auth` disables built-in authentication for deployments that rely on a
27
27
  trusted external boundary
28
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tungthedev/streams-local",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Node and Bun local Prisma Streams runtime for trusted development workflows.",
5
5
  "repository": {
6
6
  "type": "git",