@elementor/editor-variables 4.0.0-621 → 4.0.0-manual

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.
package/dist/index.mjs CHANGED
@@ -3648,8 +3648,7 @@ var initVariablesResource = () => {
3648
3648
  );
3649
3649
  window.addEventListener("variables:updated", () => {
3650
3650
  mcpServer.server.sendResourceUpdated({
3651
- uri: GLOBAL_VARIABLES_URI,
3652
- contents: [{ uri: GLOBAL_VARIABLES_URI, text: localStorage["elementor-global-variables"] }]
3651
+ uri: GLOBAL_VARIABLES_URI
3653
3652
  });
3654
3653
  });
3655
3654
  });