canvas-design-mcp 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,12 +15,13 @@ Parent: [Canvas Design Knowledge Base](../README.md) | [KB Overview](KB-Overview
15
15
  - Published the release Docker image to GitHub Container Registry.
16
16
  - Added npm package repository metadata required for provenance validation.
17
17
 
18
- ## 2026-05-12 - Docker Hardening v0.9.4
18
+ ## 2026-05-12 - Docker Hardening v0.9.5
19
19
 
20
20
  - Moved the Docker image to the Node 24 Alpine LTS line.
21
21
  - Removed npm/npx from the final runtime image after dependency install.
22
22
  - Refreshed production transitive packages to clear `npm audit --omit=dev`.
23
23
  - Added max-mode provenance and SBOM attestations to Docker publishing.
24
+ - Added explicit Docker Buildx setup so attestations work in GitHub Actions.
24
25
 
25
26
  ## 2026-04-28 - Resource Evaluation Pass
26
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-design-mcp",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "Canvas Design Studio — MCP server for generating, validating, and publishing Canvas LMS pages",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",