Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 46 additions & 12 deletions packages/openai-adapters/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/openai-adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"json-schema": "^0.4.0",
"node-fetch": "^3.3.2",
"openai": "^5.23.2",
"uuid": "^11.1.0",
"uuid": "^14.0.0",
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot May 4, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: This upgrade introduces a Node 20+ runtime requirement, but the package manifest does not enforce it via engines.node, so unsupported Node 18 installs can succeed and fail at runtime.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/openai-adapters/package.json, line 33:

<comment>This upgrade introduces a Node 20+ runtime requirement, but the package manifest does not enforce it via `engines.node`, so unsupported Node 18 installs can succeed and fail at runtime.</comment>

<file context>
@@ -30,7 +30,7 @@
     "node-fetch": "^3.3.2",
     "openai": "^5.23.2",
-    "uuid": "^11.1.0",
+    "uuid": "^14.0.0",
     "zod": "^3.25.76"
   },
</file context>
Fix with Cubic

"zod": "^3.25.76"
},
"devDependencies": {
Expand Down
Loading