@trops/dash-core 0.1.411 → 0.1.413

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.esm.js CHANGED
@@ -40524,7 +40524,13 @@ var PublishDashboardModal = function PublishDashboardModal(_ref) {
40524
40524
  options = _objectSpread$q(_objectSpread$q({}, bump && bump !== "none" ? {
40525
40525
  bump: bump
40526
40526
  } : {}), {}, {
40527
- visibility: _step3.selection.visibility
40527
+ visibility: _step3.selection.visibility,
40528
+ // Plumb the publisher's display name through to the widget
40529
+ // publish call so the manifest — and the rewritten dash.json
40530
+ // inside the zipped package — records the actual human who
40531
+ // published, not the AI Widget Builder's "AI Assistant"
40532
+ // placeholder.
40533
+ authorName: authorName.trim() || undefined
40528
40534
  });
40529
40535
  _context2.next = 15;
40530
40536
  return window.mainApi.registry.publishWidget(appId, _step3.packageId, options);