pro-visu 0.2.0 → 0.3.0

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
@@ -5,7 +5,7 @@ screenshots, media walls — with more asset types to come) of the websites you
5
5
  into any website repo, point it at a URL, and it writes assets into a gitignored `pro-visu/`
6
6
  folder.
7
7
 
8
- > Status: **0.2** (pre-1.0; the option surface may still shift). Generators: `scroll-reel` (deterministic frame-stepped recording → mp4 — scroll
8
+ > Status: **0.3** (pre-1.0; the option surface may still shift). Generators: `scroll-reel` (deterministic frame-stepped recording → mp4 — scroll
9
9
  > reels, choreographed tours, scripted interaction, social formats and more), `screenshots`
10
10
  > (responsive full-page + element captures), `wall` (a seamless-looping media wall of your
11
11
  > assets), `image` (register a file for reuse), plus `specimen`/`palette`/`palette-reel`. The
package/dist/cli/index.js CHANGED
@@ -4,7 +4,7 @@
4
4
  import { cac } from "cac";
5
5
 
6
6
  // src/version.ts
7
- var TOOL_VERSION = true ? "0.2.0" : "0.0.0-dev";
7
+ var TOOL_VERSION = true ? "0.3.0" : "0.0.0-dev";
8
8
 
9
9
  // src/cli/update-check.ts
10
10
  import updateNotifier from "update-notifier";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pro-visu",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "A portable CLI for generating showcase assets (scroll reels, and more) of the websites you build.",
5
5
  "type": "module",
6
6
  "license": "MIT",