@openmfp/portal-ui-lib 0.184.2 → 0.184.4

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/index.d.ts CHANGED
@@ -648,7 +648,7 @@ declare class UserSettingsConfigService {
648
648
  frame_featureToggle?: any;
649
649
  };
650
650
  readUserSettings: () => Promise<any>;
651
- storeUserSettings: (settings: UserSettingsValues, previous: UserSettingsValues) => Promise<void>;
651
+ storeUserSettings: (settings: UserSettingsValues, previous: UserSettingsValues) => void;
652
652
  }>;
653
653
  private getCoreUserSettingsGroups;
654
654
  private saveFeatureToggleSettings;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmfp/portal-ui-lib",
3
- "version": "0.184.2",
3
+ "version": "0.184.4",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/openmfp/portal-ui-lib.git"
6
6
  },