@bulletproof-sh/ctrl-daemon 0.14.0-alpha.3 → 0.14.0-alpha.5

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 (1) hide show
  1. package/package.json +8 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bulletproof-sh/ctrl-daemon",
3
- "version": "0.14.0-alpha.3",
3
+ "version": "0.14.0-alpha.5",
4
4
  "description": "WebSocket daemon for ctrl — watches Claude Code sessions and broadcasts agent state",
5
5
  "type": "module",
6
6
  "license": "BUSL-1.1",
@@ -18,24 +18,25 @@
18
18
  "build": "bun build src/index.ts --outdir dist --target bun --minify",
19
19
  "build:binaries": "bun scripts/build-binaries.ts",
20
20
  "check": "biome check .",
21
+ "fix": "biome check --write .",
21
22
  "verify": "bunx tsc --noEmit && biome check . && vitest run --coverage && bun test src/relay.e2e.test.ts",
22
23
  "test": "vitest run",
23
24
  "test:watch": "vitest",
24
25
  "test:coverage": "vitest run --coverage"
25
26
  },
26
27
  "devDependencies": {
27
- "@biomejs/biome": "2.4.7",
28
28
  "@types/bun": "latest",
29
29
  "@vitest/coverage-v8": "^4.0.18",
30
+ "bun-types": "^1.3.10",
30
31
  "typescript": "~5.9.3",
31
32
  "vitest": "^4.0.18"
32
33
  },
33
34
  "optionalDependencies": {
34
- "@bulletproof-sh/ctrl-daemon-darwin-arm64": "0.14.0-alpha.3",
35
- "@bulletproof-sh/ctrl-daemon-darwin-x64": "0.14.0-alpha.3",
36
- "@bulletproof-sh/ctrl-daemon-linux-arm64": "0.14.0-alpha.3",
37
- "@bulletproof-sh/ctrl-daemon-linux-x64": "0.14.0-alpha.3",
38
- "@bulletproof-sh/ctrl-daemon-windows-x64": "0.14.0-alpha.3"
35
+ "@bulletproof-sh/ctrl-daemon-darwin-arm64": "0.14.0-alpha.5",
36
+ "@bulletproof-sh/ctrl-daemon-darwin-x64": "0.14.0-alpha.5",
37
+ "@bulletproof-sh/ctrl-daemon-linux-arm64": "0.14.0-alpha.5",
38
+ "@bulletproof-sh/ctrl-daemon-linux-x64": "0.14.0-alpha.5",
39
+ "@bulletproof-sh/ctrl-daemon-windows-x64": "0.14.0-alpha.5"
39
40
  },
40
41
  "dependencies": {
41
42
  "posthog-node": "^5.26.0"