@xuda.io/runtime-bundle 1.0.1141 → 1.0.1142

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.
@@ -13179,7 +13179,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
13179
13179
  prop_val.value = res.result;
13180
13180
  }
13181
13181
  }
13182
- $elm.data().xu_ui_plugin = { properties };
13182
+ // $elm.data().xu_ui_plugin = { properties };
13183
13183
  const plugin_runtime_src = await func.utils.get_plugin_npm_cdn(SESSION_ID, plugin_name, `${_plugin.manifest['runtime.mjs'].dist ? 'dist/' : ''}runtime.mjs`);
13184
13184
 
13185
13185
  const plugin_runtime_resources = await import(plugin_runtime_src);
@@ -10904,7 +10904,7 @@ func.UI.screen.execute_xu_functions = async function (SESSION_ID, is_skeleton, $
10904
10904
  prop_val.value = res.result;
10905
10905
  }
10906
10906
  }
10907
- $elm.data().xu_ui_plugin = { properties };
10907
+ // $elm.data().xu_ui_plugin = { properties };
10908
10908
  const plugin_runtime_src = await func.utils.get_plugin_npm_cdn(SESSION_ID, plugin_name, `${_plugin.manifest['runtime.mjs'].dist ? 'dist/' : ''}runtime.mjs`);
10909
10909
 
10910
10910
  const plugin_runtime_resources = await import(plugin_runtime_src);