diff --git a/CHANGELOG.md b/CHANGELOG.md index 4521e40..2c4ad1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 9f6a429..f3dbcf7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@aestheticfunction/ds-mcp", - "version": "0.3.0", + "version": "0.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@aestheticfunction/ds-mcp", - "version": "0.3.0", + "version": "0.3.2", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", @@ -18,7 +18,7 @@ "ds-mcp": "dist/index.js" }, "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", "@types/node": "^20.0.0", "esbuild": "^0.25.0", @@ -40,9 +40,9 @@ } }, "node_modules/@aestheticfunction/dspack-gen": { - "version": "0.1.1", - "resolved": "git+ssh://git@github.com/aestheticfunction/dspack-gen.git#374e1cd91f02701c0d4829ece0a79dd9b381f67b", - "integrity": "sha512-S3BP2oRstk8UaMx1xxQsBpCnVcC3J7RMLAqeqAN6U1ZYHPwQeGqB5w/cWjGRTKoBPgL0O8p2P5zupBZGPL5KGg==", + "version": "0.1.2", + "resolved": "git+ssh://git@github.com/aestheticfunction/dspack-gen.git#c5bfd6de979f811466c6ba1e1c0f978defc4236f", + "integrity": "sha512-g6XqqAzicd/3s9E9PRD3ua7q8hvrrHthqpy9CPTPVlQzIQAm28n7qwhg9QN8SN9pijAacdIDtFXpEtU8z7hT4Q==", "dev": true, "license": "Apache-2.0", "dependencies": { diff --git a/package.json b/package.json index cc904b4..dcd5978 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",