Skip to content
Merged
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
4 changes: 3 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"baseBranch": "main",
"updateInternalDependencies": "patch",
"ignore": [
"@examples/*"
"@object-ui/example-*",
"@object-ui/console",
"@object-ui/site"
]
}
4 changes: 1 addition & 3 deletions apps/console/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
{
"name": "@object-ui/console",
"version": "0.5.0",
"private": true,
Copy link

Copilot AI Feb 5, 2026

Choose a reason for hiding this comment

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

The console package is now marked as private, but its README still documents how to import it as a plugin with import ConsolePlugin from '@object-ui/console'. This documentation should be updated to reflect that the package is not published to npm and is only intended for internal use. Consider updating the README to clarify the intended usage pattern for this runtime application.

Copilot uses AI. Check for mistakes.
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
"publishConfig": {
"access": "public"
},
"type": "module",
"main": "./plugin.js",
"exports": {
Expand Down