@resolveio/client-lib-core 21.4.7 → 21.4.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.4.7",
3
+ "version": "21.4.8",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1846,7 +1846,7 @@ declare class AiTerminalModule {
1846
1846
  }
1847
1847
 
1848
1848
  declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
1849
- resolveFirstDayOfWeek: () => "M" | "S";
1849
+ resolveFirstDayOfWeek: () => "S" | "M";
1850
1850
  resolveTimezone: () => any;
1851
1851
  };
1852
1852
  declare class CoreServicesModule {