poe-code 4.0.8 → 4.0.9
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 -2
- package/dist/index.js.map +2 -2
- package/dist/metafile.json +1 -1
- package/package.json +1 -2
- package/packages/toolcraft-openapi/dist/generate.d.ts +1 -0
- package/packages/toolcraft-openapi/dist/generate.js +31 -14
- package/packages/toolcraft-openapi/dist/group-by-noun.js +3 -0
- package/packages/toolcraft-openapi/dist/inspect.js +1 -1
package/dist/index.js
CHANGED
|
@@ -149266,7 +149266,7 @@ var init_package2 = __esm({
|
|
|
149266
149266
|
"package.json"() {
|
|
149267
149267
|
package_default2 = {
|
|
149268
149268
|
name: "poe-code",
|
|
149269
|
-
version: "4.0.
|
|
149269
|
+
version: "4.0.9",
|
|
149270
149270
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
149271
149271
|
license: "MIT",
|
|
149272
149272
|
type: "module",
|
|
@@ -149465,7 +149465,6 @@ var init_package2 = __esm({
|
|
|
149465
149465
|
mustache: "^4.2.0",
|
|
149466
149466
|
openai: "^6.34.0",
|
|
149467
149467
|
"parse-duration": "^2.1.5",
|
|
149468
|
-
"poe-code": "^3.0.410",
|
|
149469
149468
|
semver: "^7.7.4",
|
|
149470
149469
|
"shell-quote": "^1.8.4",
|
|
149471
149470
|
"simple-git": "^3.36.0",
|