figma-console-mcp 1.6.3 → 1.6.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.
@@ -223,7 +223,7 @@
223
223
  };
224
224
 
225
225
  window.refreshVariables = () => {
226
- return window.sendPluginCommand('REFRESH_VARIABLES', {})
226
+ return window.sendPluginCommand('REFRESH_VARIABLES', {}, 300000)
227
227
  .catch(function(err) { return { success: false, error: err.message || String(err) }; });
228
228
  };
229
229
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "figma-console-mcp",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "description": "MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode",
5
5
  "type": "module",
6
6
  "main": "dist/local.js",