II.
Library JSON
Structured · livelibrary:changesets
Changesets json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "library:changesets",
"_kind": "Library",
"_file": "domain/libraries/libraries-node-testing-utils.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Changesets",
"belongsToLanguageId": "language:javascript",
"category": "other",
"description": "Manage versioning and changelogs in monorepos — authors add changesets describing changes, then changesets bumps versions and generates CHANGELOG entries.\n"
},
"outgoingEdges": [
{
"from": "library:changesets",
"to": "language:javascript",
"kind": "belongs_to_language"
},
{
"from": "library:changesets",
"to": "skill-area:code-quality",
"kind": "used_for"
},
{
"from": "library:changesets",
"to": "library:semantic-release-lib",
"kind": "alternative_to"
}
],
"incomingEdges": [
{
"from": "stack-profile:open-source-library",
"to": "library:changesets",
"kind": "composed_of"
}
]
}