poe-code 3.0.283 → 3.0.284
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/packages/toolcraft-codemode/dist/execute.js +9 -2
- package/packages/toolcraft-codemode/dist/host-modules.js +3 -0
- package/packages/toolcraft-codemode/dist/search.js +15 -6
- package/packages/toolcraft-codemode/dist/tree.js +14 -3
package/dist/index.js
CHANGED
|
@@ -136640,7 +136640,7 @@ var init_package2 = __esm({
|
|
|
136640
136640
|
"package.json"() {
|
|
136641
136641
|
package_default2 = {
|
|
136642
136642
|
name: "poe-code",
|
|
136643
|
-
version: "3.0.
|
|
136643
|
+
version: "3.0.284",
|
|
136644
136644
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
136645
136645
|
type: "module",
|
|
136646
136646
|
main: "./dist/index.js",
|