@officexapp/vidfarm-devcli 0.21.59 → 0.21.60

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@officexapp/vidfarm-devcli",
3
- "version": "0.21.59",
3
+ "version": "0.21.60",
4
4
  "description": "Local bridge for the Vidfarm Trackpad Editor. `vidfarm serve <template_id>` boots the FULL editor on localhost (disk-backed records/storage, free in-process render); edit composition.html on disk (Claude Code, Codex, etc.) and the browser live-morphs it.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,6 +16,7 @@
16
16
  "dist/src/devcli/captions.js",
17
17
  "dist/src/devcli/clip-store.js",
18
18
  "dist/src/devcli/clips.js",
19
+ "dist/src/devcli/clipper-panel.js",
19
20
  "dist/src/devcli/clipper-run.js",
20
21
  "dist/src/devcli/composition-edit.js",
21
22
  "dist/src/devcli/consult.js",
@@ -116,6 +117,7 @@
116
117
  "test:qa": "node --import tsx --test test/qa-check.test.ts",
117
118
  "test:engine-globals": "node --import tsx --test test/engine-globals.test.ts",
118
119
  "test:clipper-run": "node --import tsx --test test/clipper-run.test.ts",
120
+ "test:clipper-panel": "node --import tsx --test test/clipper-panel.test.ts",
119
121
  "test:proof-verify": "node --import tsx --test test/proof-verify.test.ts",
120
122
  "test:gigs-lifecycle": "node --import tsx --test test/gigs-proof-lifecycle.test.ts",
121
123
  "test:update-check": "node --import tsx --test test/update-check.test.ts",