poe-code 4.0.16 → 4.0.17
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/index.d.ts +1 -0
- package/packages/toolcraft-openapi/dist/network-error.js +6 -0
- package/packages/toolcraft-openapi/dist/runtime.d.ts +5 -2
- package/packages/toolcraft-openapi/dist/runtime.js +52 -7
- package/packages/toolcraft-openapi/dist/spec-cache.d.ts +41 -0
- package/packages/toolcraft-openapi/dist/spec-cache.js +376 -0
- package/packages/toolcraft-openapi/dist/spec-source.d.ts +26 -0
- package/packages/toolcraft-openapi/dist/spec-source.js +109 -8
package/dist/index.js
CHANGED
|
@@ -151165,7 +151165,7 @@ var init_package2 = __esm({
|
|
|
151165
151165
|
"package.json"() {
|
|
151166
151166
|
package_default2 = {
|
|
151167
151167
|
name: "poe-code",
|
|
151168
|
-
version: "4.0.
|
|
151168
|
+
version: "4.0.17",
|
|
151169
151169
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
151170
151170
|
license: "MIT",
|
|
151171
151171
|
type: "module",
|