usebeeline 0.0.65 → 0.0.71
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 +1 -1
- package/dist/usebeeline.mjs +584 -926
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -185,7 +185,7 @@ Repository map:
|
|
|
185
185
|
```text
|
|
186
186
|
beeline/
|
|
187
187
|
├── apps/
|
|
188
|
-
│ ├── auth/ GitHub identity
|
|
188
|
+
│ ├── auth/ GitHub identity and repository install ceremony
|
|
189
189
|
│ ├── body/ The daemon: harness sessions, Room turns, corners, self-update
|
|
190
190
|
│ ├── gate/ Relay, repository, and provisioning primitives
|
|
191
191
|
│ ├── mobile/ The phone app
|