@seed-design/mcp 0.0.16 → 0.0.17

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
@@ -16896,7 +16896,7 @@ function registerPrompts(server) {
16896
16896
  });
16897
16897
  }
16898
16898
 
16899
- var version = "0.0.16";
16899
+ var version = "0.0.17";
16900
16900
 
16901
16901
  // Initialize CLI
16902
16902
  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.16",
3
+ "version": "0.0.17",
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.15",
26
+ "@seed-design/figma": "0.0.17",
27
27
  "cac": "^6.7.14",
28
28
  "express": "^4.21.2",
29
29
  "yargs": "^17.7.2"