poe-code 3.0.380 → 3.0.382
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 +64 -13
- package/packages/toolcraft-openapi/dist/generated-client-entrypoints.compile-check.d.ts +1 -0
- package/packages/toolcraft-openapi/dist/generated-client-entrypoints.compile-check.js +40 -0
- package/packages/toolcraft-openapi/dist/generated-manual-wiring.compile-check.d.ts +4 -0
- package/packages/toolcraft-openapi/dist/generated-manual-wiring.compile-check.js +32 -0
package/dist/index.js
CHANGED
|
@@ -138375,7 +138375,7 @@ var init_package2 = __esm({
|
|
|
138375
138375
|
"package.json"() {
|
|
138376
138376
|
package_default2 = {
|
|
138377
138377
|
name: "poe-code",
|
|
138378
|
-
version: "3.0.
|
|
138378
|
+
version: "3.0.382",
|
|
138379
138379
|
description: "CLI tool to configure Poe API for developer workflows.",
|
|
138380
138380
|
type: "module",
|
|
138381
138381
|
main: "./dist/index.js",
|