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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 0.3.2

The vendored `@aestheticfunction/dspack-gen/core` bundle moves from the
v0.1.1 release tag (`374e1cd`) to the v0.1.2 release tag (`c5bfd6d`),
picking up 0.1.2's compiler change: contract-declared required props
(the v0.4 `required-props` rule type) reach the generation-context
grammar. The published 0.3.1 served v0.4 contracts from a core that
predates that grammar support, and its report-only `core-pin-drift`
check had been red since dspack-gen 0.1.2 shipped.

- Re-pin: `@aestheticfunction/dspack-gen` devDependency ->
`c5bfd6d` (the v0.1.2 tag commit), vendor bundle rebuilt.
- No other changes: golden-context byte-compare, sync checks, and the
full test suite pass unchanged against the new bundle; the pin-drift
check reports the pin exactly at the latest release tag.

## 0.3.1

The vendored `@aestheticfunction/dspack-gen/core` bundle moves from commit
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aestheticfunction/ds-mcp",
"version": "0.3.1",
"version": "0.3.2",
"description": "MCP server for exposing dspack design system corpora to AI coding agents",
"license": "Apache-2.0",
"type": "module",
Expand Down Expand Up @@ -63,7 +63,7 @@
"zod": "^3.25 || ^4.0"
},
"devDependencies": {
"@aestheticfunction/dspack-gen": "git+https://github.com/aestheticfunction/dspack-gen.git#374e1cd91f02701c0d4829ece0a79dd9b381f67b",
"@aestheticfunction/dspack-gen": "git+https://github.com/aestheticfunction/dspack-gen.git#c5bfd6de979f811466c6ba1e1c0f978defc4236f",
"@types/minimist": "^1.2.5",
"esbuild": "^0.25.0",
"@types/node": "^20.0.0",
Expand Down
Loading