20 lines
636 B
Markdown
20 lines
636 B
Markdown
# Registry
|
|
|
|
This directory holds the internal Cadence UI registry contract.
|
|
|
|
- `config.json` is the maintained source of registry intent.
|
|
- `index.json` is generated by `pnpm registry:build`.
|
|
|
|
The generated index is what the installer consumes. It records:
|
|
|
|
- installable item names
|
|
- copied source files
|
|
- required package dependencies
|
|
- package versions for the registry snapshot
|
|
|
|
Consumers should not edit `index.json` by hand. Maintainers should regenerate it after
|
|
source changes that affect installable components or tokens.
|
|
|
|
See [docs/registry.md](/Users/xd/project/cadence-ui/docs/registry.md) for the install
|
|
and upgrade flow.
|