hyperframes 0.8.29 → 0.8.31

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
@@ -73,7 +73,8 @@ npx hyperframes render -c ./my-composition.html -o output.mp4
73
73
 
74
74
  ### `publish`
75
75
 
76
- Upload a project directory and get a hosted URL that keeps working after the CLI exits:
76
+ Upload a project directory and get a hosted URL that keeps working after the CLI exits.
77
+ Published projects are private by default:
77
78
 
78
79
  ```bash
79
80
  npx hyperframes publish
@@ -82,10 +83,11 @@ npx hyperframes publish --public
82
83
  npx hyperframes publish --yes
83
84
  ```
84
85
 
85
- Signed-out publishing returns a URL with a claim token; opening it lets someone
86
- sign in and claim the project. Sign in first with `npx hyperframes auth login`
87
- to publish an owned project you can update. Use `--public` to make the claimed
88
- project visible to anyone, and `--yes` to skip the confirmation prompt.
86
+ Signed-out publishing returns an authentication-required claim URL; opening it
87
+ lets someone sign in and claim the project. Sign in first with
88
+ `npx hyperframes auth login` to publish an owned project you can update. Use
89
+ `--public` to make the claimed project visible to anyone. `--yes` only skips the
90
+ confirmation prompt and does not change visibility.
89
91
 
90
92
  Signed-in publishers can use `--update <url-or-id>` to target an existing project
91
93
  or `--space <space-id>` to publish into a shared team space. If the requested