poe-code 3.0.406 → 3.0.407
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/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/packages/terminal-pilot/dist/cli.js +4 -1
- package/packages/terminal-pilot/dist/cli.js.map +2 -2
- package/packages/terminal-pilot/dist/commands/daemon-runtime.js +4 -1
- package/packages/terminal-pilot/dist/commands/daemon-runtime.js.map +2 -2
- package/packages/terminal-pilot/dist/testing/cli-repl.js +4 -1
- package/packages/terminal-pilot/dist/testing/cli-repl.js.map +2 -2
- package/packages/terminal-pilot/dist/testing/qa-cli.js +4 -1
- package/packages/terminal-pilot/dist/testing/qa-cli.js.map +2 -2
package/dist/index.js
CHANGED
|
@@ -142122,7 +142122,7 @@ var init_package2 = __esm({
|
|
|
142122
142122
|
"package.json"() {
|
|
142123
142123
|
package_default2 = {
|
|
142124
142124
|
name: "poe-code",
|
|
142125
|
-
version: "3.0.
|
|
142125
|
+
version: "3.0.407",
|
|
142126
142126
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
142127
142127
|
type: "module",
|
|
142128
142128
|
main: "./dist/index.js",
|