@onmark/cli 0.5.0 → 0.5.1

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
@@ -84,10 +84,16 @@ Validate or inspect the same production plan without launching Chromium:
84
84
  ```bash
85
85
  onmark check film.html
86
86
  onmark inspect film.html --json
87
+ onmark snapshot film.html --frame 42
87
88
  onmark doctor
88
89
  onmark benchmark film.html --runs 3 --json
89
90
  ```
90
91
 
92
+ `snapshot` writes a lossless production frame to
93
+ `renders/film-frame-42.png`. It uses the same render region, browser/native
94
+ path, and verified pixel contract as the complete film; it is not a preview
95
+ approximation.
96
+
91
97
  Use the default opaque H.264/AAC MP4 for delivery, or select the
92
98
  alpha-preserving ProRes 4444/PCM MOV profile by filename:
93
99
 
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
3
  "packageName": "@onmark/cli",
4
- "version": "0.5.0",
5
- "sourceRevision": "770428f38a704d4f08eb117e64d52fc37a164931",
4
+ "version": "0.5.1",
5
+ "sourceRevision": "53370ac4510c1ac0868f284b279e6fe202518924",
6
6
  "files": [
7
7
  {
8
8
  "path": "LICENSE",
@@ -11,13 +11,13 @@
11
11
  },
12
12
  {
13
13
  "path": "README.md",
14
- "bytes": 6341,
15
- "sha256": "a747c29224c33dd8431506467134f1b86e54bad92720c0bf3b751f0cba7d6d5d"
14
+ "bytes": 6595,
15
+ "sha256": "d65847637d6a2f0c2b8a39a237f3bf14fcc3598815d9befb340e5151f97fc5cb"
16
16
  },
17
17
  {
18
18
  "path": "package.json",
19
19
  "bytes": 1406,
20
- "sha256": "91721649e92466ab8a096460c959146c113b6f3d18a9f8f2617b3b2af6af023d"
20
+ "sha256": "09a11a05e0f83979d3adde92cd5f658c5a530d3c95abd819c7db6e69892f6c59"
21
21
  },
22
22
  {
23
23
  "path": "packages/authoring/dist/src/frame-motion.d.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onmark/cli",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "Screenplay-first deterministic browser video compiler",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,8 +45,8 @@
45
45
  "yauzl": "3.4.0"
46
46
  },
47
47
  "optionalDependencies": {
48
- "@onmark/cli-darwin-arm64": "0.5.0",
49
- "@onmark/cli-linux-x64": "0.5.0",
50
- "@onmark/cli-win32-x64": "0.5.0"
48
+ "@onmark/cli-darwin-arm64": "0.5.1",
49
+ "@onmark/cli-linux-x64": "0.5.1",
50
+ "@onmark/cli-win32-x64": "0.5.1"
51
51
  }
52
52
  }