Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
with:
version: 10.34.4
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist/
node_modules/
pnpm-lock.yaml
vendor/
TXODDS_STOPPAGE_MASTER_PLAN.md
data/private/
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,11 @@ ignored private capture directory, reconnects with bounded backoff, emits
stream-health inputs into the same governor, and persists derived decision
receipts and Certified Reopen sidecars separately. It also refreshes the fixture
catalog every five minutes so new knockout fixtures become eligible without a
restart.
restart. Its private status file retains only sanitized failure classes, HTTP
status codes and timestamps for the latest stream or fixture-refresh failure;
successful recovery clears those diagnostics. Console snapshots are emitted
immediately for health-state changes and otherwise rate-limited, while the
status file remains fresh every second.

For a container host, the compiled worker runs without development dependencies:

Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@
},
"dependencies": {
"@stoppage/sdk": "workspace:*",
"@fastify/static": "9.3.0",
"@fastify/static": "10.1.2",
"@noble/hashes": "2.2.0",
"fastify": "5.10.0",
"lucide-react": "1.24.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"lucide-react": "1.27.0",
"react": "19.2.8",
"react-dom": "19.2.8",
"tweetnacl": "1.0.3",
"zod": "4.4.3"
},
Expand All @@ -72,12 +72,12 @@
"@types/node": "26.1.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-react": "6.0.3",
"concurrently": "10.0.3",
"prettier": "3.9.5",
"@vitejs/plugin-react": "6.0.4",
"concurrently": "10.0.4",
"prettier": "3.9.6",
"tsx": "4.23.0",
"typescript": "5.9.3",
"vite": "8.1.4",
"vite": "8.1.5",
"vitest": "4.1.10"
},
"pnpm": {
Expand Down
Loading