@seed-design/mcp 0.0.18 → 0.0.19

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.
Files changed (2) hide show
  1. package/bin/index.mjs +1 -1
  2. package/package.json +2 -2
package/bin/index.mjs CHANGED
@@ -636,7 +636,7 @@ function registerPrompts(server) {
636
636
  });
637
637
  }
638
638
 
639
- var version = "0.0.18";
639
+ var version = "0.0.19";
640
640
 
641
641
  // Initialize CLI
642
642
  const cli = cac("@seed-design/mcp");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/mcp",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-design.git",
@@ -23,7 +23,7 @@
23
23
  },
24
24
  "dependencies": {
25
25
  "@modelcontextprotocol/sdk": "^1.7.0",
26
- "@seed-design/figma": "0.0.18",
26
+ "@seed-design/figma": "0.0.19",
27
27
  "cac": "^6.7.14",
28
28
  "express": "^4.21.2",
29
29
  "uuid": "^11.1.0",