poe-code 3.0.378 → 3.0.379
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.d.ts +11 -1
- package/packages/toolcraft-openapi/dist/generate.js +69 -2
- package/packages/toolcraft-openapi/dist/interpreter.js +34 -0
- package/packages/toolcraft-openapi/dist/runtime.js +7 -0
package/dist/index.js
CHANGED
|
@@ -138059,7 +138059,7 @@ var init_package2 = __esm({
|
|
|
138059
138059
|
"package.json"() {
|
|
138060
138060
|
package_default2 = {
|
|
138061
138061
|
name: "poe-code",
|
|
138062
|
-
version: "3.0.
|
|
138062
|
+
version: "3.0.379",
|
|
138063
138063
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
138064
138064
|
type: "module",
|
|
138065
138065
|
main: "./dist/index.js",
|