poe-code 3.0.160 → 3.0.161
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 +2 -2
- package/dist/index.js.map +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -19063,7 +19063,7 @@ function projectWorkflowDir(cwd) {
|
|
|
19063
19063
|
return path32.join(cwd, ".github", "workflows");
|
|
19064
19064
|
}
|
|
19065
19065
|
function projectGitHubWorkflowsDir(cwd) {
|
|
19066
|
-
return
|
|
19066
|
+
return projectWorkflowDir(cwd);
|
|
19067
19067
|
}
|
|
19068
19068
|
async function resolveBuiltInPromptsDir() {
|
|
19069
19069
|
for (const candidate of builtInPromptsDirCandidates) {
|
|
@@ -33464,7 +33464,7 @@ var init_package = __esm({
|
|
|
33464
33464
|
"package.json"() {
|
|
33465
33465
|
package_default = {
|
|
33466
33466
|
name: "poe-code",
|
|
33467
|
-
version: "3.0.
|
|
33467
|
+
version: "3.0.161",
|
|
33468
33468
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
33469
33469
|
type: "module",
|
|
33470
33470
|
main: "./dist/index.js",
|