@writepanda/cli 1.9.5 → 1.11.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.
@@ -23,7 +23,7 @@ import os from "node:os";
23
23
  import path from "node:path";
24
24
  import process from "node:process";
25
25
 
26
- const VERSION = "1.0.0";
26
+ const VERSION = "1.10.0";
27
27
 
28
28
  function configDir() {
29
29
  // PANDASTUDIO_CONFIG_DIR mirrors the override the main process
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@writepanda/cli",
3
- "version": "1.9.5",
3
+ "version": "1.11.0",
4
4
  "description": "Drive PandaStudio (a desktop video editor for YouTube creators) from the command line. Talks to a localhost HTTP API the desktop app exposes.",
5
5
  "keywords": [
6
6
  "pandastudio",