poe-code 4.0.44 → 4.0.45
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 +9 -1
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +9 -1
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.
|
|
152666
|
+
version: "4.0.45",
|
|
152667
152667
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
152668
152668
|
license: "MIT",
|
|
152669
152669
|
type: "module",
|
|
@@ -152686,6 +152686,14 @@ var init_package2 = __esm({
|
|
|
152686
152686
|
types: "./dist/credentials.d.ts",
|
|
152687
152687
|
import: "./dist/credentials.js"
|
|
152688
152688
|
},
|
|
152689
|
+
"./config": {
|
|
152690
|
+
types: "./packages/poe-code-config/dist/index.d.ts",
|
|
152691
|
+
import: "./packages/poe-code-config/dist/index.js"
|
|
152692
|
+
},
|
|
152693
|
+
"./config/testing": {
|
|
152694
|
+
types: "./packages/config-mutations/dist/testing.d.ts",
|
|
152695
|
+
import: "./packages/config-mutations/dist/testing.js"
|
|
152696
|
+
},
|
|
152689
152697
|
"./skills": {
|
|
152690
152698
|
types: "./dist/skills.d.ts",
|
|
152691
152699
|
import: "./dist/skills.js"
|