hyperframes 0.8.29 → 0.8.30
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 +7 -5
- package/dist/cli.js +2026 -1602
- package/dist/fontLocalizeCli.js +566 -439
- package/dist/hyperframes-player.global.js +1 -1
- package/dist/skills/hyperframes/references/capability-menu.md +1 -1
- package/dist/skills/hyperframes-cli/references/preview-render.md +3 -2
- package/dist/studio/assets/{hyperframes-player-DMIVO02i.js → hyperframes-player-jDyYPwpC.js} +1 -1
- package/dist/studio/assets/{index-Cerhq2OW.js → index-BLvqFdnB.js} +1 -1
- package/dist/studio/assets/{index-ok1knGut.js → index-DRWtJgb8.js} +1 -1
- package/dist/studio/assets/{index-CAyl2GL2.js → index-hQAWl6re.js} +5 -5
- package/dist/studio/index.html +1 -1
- package/dist/studio/index.js +9 -9
- package/dist/studio/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
86
|
-
sign in and claim the project. Sign in first with
|
|
87
|
-
to publish an owned project you can update. Use
|
|
88
|
-
project visible to anyone
|
|
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
|