@officexapp/vidfarm-devcli 0.21.53 → 0.21.54

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.53",
3
+ "version": "0.21.54",
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": {
@@ -99,6 +99,7 @@
99
99
  "build:serve-shells": "tsx scripts/build-serve-shells.ts",
100
100
  "seo:refresh": "tsx scripts/generate-route-seo.ts",
101
101
  "portfolio:share": "tsx scripts/render-portfolio-share.ts",
102
+ "fonts:specimens": "node scripts/render-font-specimens.mjs",
102
103
  "operator:template-artifact": "node scripts/platform-operator-template-artifact.mjs",
103
104
  "bootstrap:staging-templates": "tsx scripts/bootstrap-staging-template-releases.ts",
104
105
  "migrate:sqlite-to-dynamodb": "tsx scripts/migrate-sqlite-to-dynamodb.ts",