run402 4.69.2 → 4.69.3
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/gitvault-surface.json +1 -1
- package/lib/repos.mjs +1 -1
- package/package.json +1 -1
package/gitvault-surface.json
CHANGED
package/lib/repos.mjs
CHANGED
|
@@ -646,7 +646,7 @@ async function formatRepoHuman(s, mirror) {
|
|
|
646
646
|
if (writerSet) {
|
|
647
647
|
lines.push(`Writers (${writerSet.writers.length}):`);
|
|
648
648
|
for (const w of writerSet.writers) {
|
|
649
|
-
lines.push(` ${w.writer_key_id} — admitted generation ${
|
|
649
|
+
lines.push(` ${w.writer_key_id} — admitted generation ${w.admitted_generation} (${w.authorization_kind})`);
|
|
650
650
|
}
|
|
651
651
|
if (s.vault.read_only_terminal) {
|
|
652
652
|
lines.push(" ⚠ read-only terminal: the last writer was removed — this vault serves reads but cannot accept a push until a new writer is admitted through a recovery path.");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "run402",
|
|
3
|
-
"version": "4.69.
|
|
3
|
+
"version": "4.69.3",
|
|
4
4
|
"description": "CLI for Run402 — full-stack backend infrastructure for AI agents: Postgres, auth, storage, serverless functions and atomic deploys. Paid with x402/MPP. Includes $0.03 image generation.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|