bruce-models 3.9.4 → 3.9.5

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.
@@ -11023,7 +11023,8 @@
11023
11023
  window["${disposeId}"] = Run({
11024
11024
  element: pluginHTML,
11025
11025
  container: container,
11026
- pluginParams: params
11026
+ pluginParams: params,
11027
+ pluginId: "${pluginId}"
11027
11028
  });
11028
11029
  }
11029
11030
  run();
@@ -11250,7 +11251,7 @@
11250
11251
  })(exports.DataSource || (exports.DataSource = {}));
11251
11252
 
11252
11253
  // This is updated with the package.json version on build.
11253
- const VERSION = "3.9.4";
11254
+ const VERSION = "3.9.5";
11254
11255
 
11255
11256
  exports.VERSION = VERSION;
11256
11257
  exports.AbstractApi = AbstractApi;