ntvframes 0.8.22 → 0.8.23

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/dist/cli.js CHANGED
@@ -479,7 +479,7 @@ var VERSION;
479
479
  var init_version = __esm({
480
480
  "src/version.ts"() {
481
481
  "use strict";
482
- VERSION = true ? "0.8.22" : "0.0.0-dev";
482
+ VERSION = true ? "0.8.23" : "0.0.0-dev";
483
483
  }
484
484
  });
485
485
 
@@ -97606,7 +97606,7 @@ async function runFontLocalize(io, localize) {
97606
97606
  }
97607
97607
 
97608
97608
  // src/version.ts
97609
- var VERSION = true ? "0.8.22" : "0.0.0-dev";
97609
+ var VERSION = true ? "0.8.23" : "0.0.0-dev";
97610
97610
  var PRODUCER_VERSION = true ? "0.8.21" : "0.0.0-dev";
97611
97611
 
97612
97612
  // src/fontLocalizeCli.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ntvframes",
3
- "version": "0.8.22",
3
+ "version": "0.8.23",
4
4
  "description": "NTVFrames CLI — create, preview, and render HTML video compositions",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {