@dannote/figma-use 0.1.3 → 0.1.4

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@dannote/figma-use",
3
- "version": "0.1.3",
4
- "description": "Control Figma from the command line. Like browser-use, but for Figma.",
3
+ "version": "0.1.4",
4
+ "description": "Control Figma from the command line. Full read/write access for AI agents.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "figma-use": "bin/figma-use.js"
@@ -27,8 +27,8 @@
27
27
  "automation",
28
28
  "design",
29
29
  "ai",
30
- "mcp",
31
- "browser-use"
30
+ "ai-agents",
31
+ "plugin"
32
32
  ],
33
33
  "author": "Danila Poyarkov <dan@poyarkov.dev>",
34
34
  "license": "MIT",