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/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.18",
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"