poe-code 3.0.380-beta.1 → 3.0.380

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": "poe-code",
3
- "version": "3.0.380-beta.1",
3
+ "version": "3.0.380",
4
4
  "description": "CLI tool to configure Poe API for developer workflows.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1860,7 +1860,7 @@ function createCliFile(theme) {
1860
1860
  "",
1861
1861
  `configureTheme({ brand: ${JSON.stringify(theme.brand)}, label: ${JSON.stringify(theme.label)} });`,
1862
1862
  "",
1863
- "await runCLI(generatedCommands);",
1863
+ "await runCLI([...generatedCommands]);",
1864
1864
  ""
1865
1865
  ].join("\n")
1866
1866
  };