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