@byollm/relay 0.1.0-alpha.78 → 0.1.0-alpha.79

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 +6 -6
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  > [!WARNING]
2
- > **Alpha (`0.1.0-alpha.78`) — under active development. Don't use this yet.**
2
+ > **Alpha (`0.1.0-alpha.79`) — under active development. Don't use this yet.**
3
3
  >
4
4
  > This is a walking skeleton. It routes real jobs between real daemons and real
5
5
  > sites, and it is the fixture byollm_009 freezes against — but it keeps its
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byollm/relay",
3
- "version": "0.1.0-alpha.78",
3
+ "version": "0.1.0-alpha.79",
4
4
  "type": "module",
5
5
  "description": "The reference relay: routes sealed byollm jobs between sites and daemons, holding no decryption keys by construction.",
6
6
  "license": "MIT",
@@ -31,7 +31,7 @@
31
31
  ],
32
32
  "dependencies": {
33
33
  "zod": "^4.1.13",
34
- "@byollm/protocol": "0.1.0-alpha.78"
34
+ "@byollm/protocol": "0.1.0-alpha.79"
35
35
  },
36
36
  "publishConfig": {
37
37
  "access": "public"
@@ -39,10 +39,10 @@
39
39
  "devDependencies": {
40
40
  "@supabase/supabase-js": "^2.112.2",
41
41
  "vitest": "^4.1.10",
42
- "@byollm/conformance": "0.1.0-alpha.78",
43
- "@byollm/control-plane": "0.1.0-alpha.78",
44
- "@byollm/server": "0.1.0-alpha.78",
45
- "byollm": "0.1.0-alpha.78"
42
+ "@byollm/conformance": "0.1.0-alpha.79",
43
+ "@byollm/control-plane": "0.1.0-alpha.79",
44
+ "@byollm/server": "0.1.0-alpha.79",
45
+ "byollm": "0.1.0-alpha.79"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "vitest": ">=3"