poe-code 4.0.14 → 4.0.15
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 +1 -0
- package/packages/toolcraft-openapi/dist/generate.js +9 -9
- package/packages/toolcraft-openapi/dist/http.js +14 -10
- package/packages/toolcraft-openapi/dist/normalize-swagger.js +23 -7
- package/packages/toolcraft-openapi/dist/runtime.d.ts +7 -1
- package/packages/toolcraft-openapi/dist/runtime.js +45 -20
- package/packages/toolcraft-openapi/dist/spec-source.js +8 -3
package/dist/index.js
CHANGED
|
@@ -151341,7 +151341,7 @@ var init_package2 = __esm({
|
|
|
151341
151341
|
"package.json"() {
|
|
151342
151342
|
package_default2 = {
|
|
151343
151343
|
name: "poe-code",
|
|
151344
|
-
version: "4.0.
|
|
151344
|
+
version: "4.0.15",
|
|
151345
151345
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
151346
151346
|
license: "MIT",
|
|
151347
151347
|
type: "module",
|