poe-code 4.0.18 → 4.0.20
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/agent-run-options.compile-check.d.ts +1 -0
- package/dist/agent-run-options.compile-check.js +2 -0
- package/dist/agent-run-options.compile-check.js.map +1 -0
- package/dist/agent.d.ts +1 -0
- package/dist/agent.js.map +2 -2
- package/dist/credentials.compile-check.d.ts +1 -0
- package/dist/credentials.compile-check.js +2 -0
- package/dist/credentials.compile-check.js.map +1 -0
- package/dist/credentials.d.ts +2 -0
- package/dist/credentials.js +2586 -0
- package/dist/credentials.js.map +7 -0
- package/dist/index.js +5 -1
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +5 -1
package/dist/index.js
CHANGED
|
@@ -151176,7 +151176,7 @@ var init_package2 = __esm({
|
|
|
151176
151176
|
"package.json"() {
|
|
151177
151177
|
package_default2 = {
|
|
151178
151178
|
name: "poe-code",
|
|
151179
|
-
version: "4.0.
|
|
151179
|
+
version: "4.0.20",
|
|
151180
151180
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
151181
151181
|
license: "MIT",
|
|
151182
151182
|
type: "module",
|
|
@@ -151195,6 +151195,10 @@ var init_package2 = __esm({
|
|
|
151195
151195
|
types: "./dist/agent.d.ts",
|
|
151196
151196
|
import: "./dist/agent.js"
|
|
151197
151197
|
},
|
|
151198
|
+
"./credentials": {
|
|
151199
|
+
types: "./dist/credentials.d.ts",
|
|
151200
|
+
import: "./dist/credentials.js"
|
|
151201
|
+
},
|
|
151198
151202
|
"./skills": {
|
|
151199
151203
|
types: "./dist/skills.d.ts",
|
|
151200
151204
|
import: "./dist/skills.js"
|