@trops/dash-core 0.1.273 → 0.1.275

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.
@@ -31607,9 +31607,9 @@ var schedulerController_1 = schedulerController$2;
31607
31607
  */
31608
31608
  registerWidget(widgetName, config, widgetPath, autoRegister = true) {
31609
31609
  const widgetEntry = {
31610
+ ...config,
31610
31611
  name: widgetName,
31611
31612
  path: widgetPath,
31612
- ...config,
31613
31613
  registeredAt: new Date().toISOString(),
31614
31614
  };
31615
31615