@seed-design/mcp 1.1.14 → 1.1.16

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
@@ -678,7 +678,7 @@ function registerPrompts(server) {
678
678
  });
679
679
  }
680
680
 
681
- var version = "1.1.14";
681
+ var version = "1.1.16";
682
682
 
683
683
  // Config loader
684
684
  async function loadConfig(configPath) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seed-design/mcp",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
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.10.2",
26
- "@seed-design/figma": "1.1.14",
26
+ "@seed-design/figma": "1.1.16",
27
27
  "cac": "^6.7.14",
28
28
  "uuid": "^13.0.0",
29
29
  "ws": "^8.18.1",