Skip to content
Merged
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
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@roo-code/types",
"private": true,
"version": "0.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you clarify why we need to make the workspace package non-private? I noticed there's already a separate npm/package.json (currently at version 1.44.0) that handles the actual npm publishing via the npm:publish script. Is this change needed for a specific tooling or workflow reason?

"type": "module",
"main": "./dist/index.cjs",
"exports": {
Expand Down
Loading