@objectstack/console
v14.5.0
Published
Prebuilt Console SPA pinned to this @objectstack/framework release. Source of truth: @object-ui/console (https://github.com/objectstack-ai/objectui).
Downloads
6,711
Readme
@objectstack/console
Prebuilt Console SPA, version-locked to @objectstack/framework.
This package contains nothing but a prebuilt dist/ directory: the static
assets of the ObjectStack runtime Console, baked at the commit of
objectstack-ai/objectui
recorded in .objectui-sha of this framework release.
It exists so that a single
pnpm add @objectstack/frameworkalways pulls in a Console build matched to the framework version — no second npm dependency to keep in sync.
Relationship to @object-ui/console
| | @object-ui/console | @objectstack/console |
|---|---|---|
| Repo | objectstack-ai/objectui | objectstack-ai/framework |
| Role | Standalone Console SPA on its own release cadence | Prebuilt SPA frozen at the SHA this framework release was tested against |
| Use | Cloud overlays, advanced users, anyone consuming Console directly | Default install for @objectstack/framework consumers |
The framework CLI's resolveConsolePath() (in
packages/cli/src/utils/console.ts) prefers @objectstack/console and
falls back to @object-ui/console when present — so cloud's Docker
overlay (which cp -rs its build over node_modules/@object-ui/console)
keeps working.
Updating
- Run
scripts/bump-objectui.sh(orscripts/bump-objectui.sh <sha>) at the repo root to update.objectui-sha. - CI runs
scripts/build-console.shbefore publish, which clones objectui at the pinned SHA, builds@object-ui/console, and copiesdist/into this package. pnpm publishships it at the same version as every other package in the Changesetsfixedgroup.
The dist/ directory is not committed — it's a CI publish artifact
only.
License
Apache-2.0
