@trops/dash-core 0.1.476 → 0.1.477

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.
@@ -65453,10 +65453,12 @@ async function prepareThemeForPublish$1(win, appId, themeKey, options = {}) {
65453
65453
  lastPublishedVersion: nextVersion,
65454
65454
  },
65455
65455
  };
65456
- themeController$3.saveThemeForApplication(win, appId, {
65457
- key: themeKey,
65458
- theme: updatedTheme,
65459
- });
65456
+ themeController$3.saveThemeForApplication(
65457
+ win,
65458
+ appId,
65459
+ themeKey,
65460
+ updatedTheme,
65461
+ );
65460
65462
  } catch (persistErr) {
65461
65463
  console.warn(
65462
65464
  `[ThemeRegistryController] Version persist failed (continuing): ${persistErr.message}`,