poe-code 4.0.39 → 4.0.40
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-openapi/dist/generate.js +20 -3
- package/packages/toolcraft-openapi/dist/http.d.ts +2 -0
- package/packages/toolcraft-openapi/dist/http.js +172 -13
- package/packages/toolcraft-openapi/dist/runtime.js +2 -1
package/dist/index.js
CHANGED
|
@@ -152606,7 +152606,7 @@ var init_package2 = __esm({
|
|
|
152606
152606
|
"package.json"() {
|
|
152607
152607
|
package_default2 = {
|
|
152608
152608
|
name: "poe-code",
|
|
152609
|
-
version: "4.0.
|
|
152609
|
+
version: "4.0.40",
|
|
152610
152610
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
152611
152611
|
license: "MIT",
|
|
152612
152612
|
type: "module",
|