@byollm/relay 0.1.0-alpha.10 → 0.1.0-alpha.11

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 +2 -2
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  > [!WARNING]
2
- > **Alpha (`0.1.0-alpha.10`) — under active development. Don't use this yet.**
2
+ > **Alpha (`0.1.0-alpha.11`) — 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
@@ -80,7 +80,7 @@ daemons pin at pairing, verified against the `sites` half of the projection.
80
80
  Nothing here trusts a `siteId` in a body or a query string.
81
81
 
82
82
  That is newer than the rest of this package. The site plane took the caller's
83
- word for who it was until `0.1.0-alpha.10`, which on a relay reachable from the
83
+ word for who it was until `0.1.0-alpha.11`, which on a relay reachable from the
84
84
  internet is an open enqueue endpoint into consenting users' machines and an
85
85
  open read of who is online. It was blind the whole time — nothing could open a
86
86
  payload — and blind is not the same as safe.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byollm/relay",
3
- "version": "0.1.0-alpha.10",
3
+ "version": "0.1.0-alpha.11",
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",
@@ -27,16 +27,16 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "zod": "^4.1.13",
30
- "@byollm/protocol": "0.1.0-alpha.10"
30
+ "@byollm/protocol": "0.1.0-alpha.11"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@supabase/supabase-js": "^2.112.2",
37
- "byollm": "0.1.0-alpha.10",
38
- "@byollm/conformance": "0.1.0-alpha.10",
39
- "@byollm/server": "0.1.0-alpha.10"
37
+ "@byollm/conformance": "0.1.0-alpha.11",
38
+ "byollm": "0.1.0-alpha.11",
39
+ "@byollm/server": "0.1.0-alpha.11"
40
40
  },
41
41
  "scripts": {
42
42
  "build": "tsup"