@byollm/protocol 0.1.0-alpha.71 → 0.1.0-alpha.73

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.
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  > [!WARNING]
2
- > **Alpha (`0.1.0-alpha.71`) — under active development. Don't use this yet.**
2
+ > **Alpha (`0.1.0-alpha.73`) — under active development. Don't use this yet.**
3
3
  >
4
4
  > Install it deliberately: `npm install @byollm/protocol@alpha`.
5
5
  >
@@ -83,7 +83,7 @@
83
83
  > packages published and `@byollm/server` did not: a Sigstore
84
84
  > transparency-log 409 on its provenance attestation. The workflow's
85
85
  > "already published" guard correctly refuses to resume a partial publish,
86
- > so `0.1.0-alpha.71` is that release, whole.
86
+ > so `0.1.0-alpha.21` is that release, whole.
87
87
  >
88
88
  > If you run the Supabase adapter, `alpha.21` needs
89
89
  > `20260819010000_completed_by_lease_id.sql`: alpha.19 shipped §3.6's
package/dist/index.js CHANGED
@@ -1493,14 +1493,14 @@ var MUSTS = Object.freeze({
1493
1493
  }),
1494
1494
  SUBSCRIPTION_SELF_LOCK: must({
1495
1495
  id: "SUBSCRIPTION_SELF_LOCK",
1496
- statement: "A subscription-class backend's offer scope MUST be 'self' and MUST NOT be widened by configuration.",
1496
+ statement: "A subscription-class backend's offer scope MUST be 'private' and MUST NOT be widened by configuration.",
1497
1497
  enforcedBy: "daemon",
1498
1498
  verifiedBy: "conformance",
1499
1499
  source: "byollm_001 \xA7The audience model"
1500
1500
  }),
1501
1501
  METERED_DEFAULTS_SELF: must({
1502
1502
  id: "METERED_DEFAULTS_SELF",
1503
- statement: "A metered backend's effective offer scope MUST be 'self' unless the owner has explicitly acknowledged spending money on others' work.",
1503
+ statement: "A metered backend's effective offer scope MUST be 'private' unless the owner has explicitly acknowledged spending money on others' work.",
1504
1504
  enforcedBy: "daemon",
1505
1505
  verifiedBy: "conformance",
1506
1506
  source: "byollm_007 \xA74"