poe-code 4.0.45 → 4.0.46

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
@@ -152663,7 +152663,7 @@ var init_package2 = __esm({
152663
152663
  "package.json"() {
152664
152664
  package_default2 = {
152665
152665
  name: "poe-code",
152666
- version: "4.0.45",
152666
+ version: "4.0.46",
152667
152667
  description: "CLI tool to configure Poe API for developer workflows.",
152668
152668
  license: "MIT",
152669
152669
  type: "module",
@@ -152687,12 +152687,12 @@ var init_package2 = __esm({
152687
152687
  import: "./dist/credentials.js"
152688
152688
  },
152689
152689
  "./config": {
152690
- types: "./packages/poe-code-config/dist/index.d.ts",
152691
- import: "./packages/poe-code-config/dist/index.js"
152690
+ types: "./dist/config.d.ts",
152691
+ import: "./dist/config.js"
152692
152692
  },
152693
152693
  "./config/testing": {
152694
- types: "./packages/config-mutations/dist/testing.d.ts",
152695
- import: "./packages/config-mutations/dist/testing.js"
152694
+ types: "./dist/config-testing.d.ts",
152695
+ import: "./dist/config-testing.js"
152696
152696
  },
152697
152697
  "./skills": {
152698
152698
  types: "./dist/skills.d.ts",