@resolveio/client-lib-core 21.2.4 → 21.2.5

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.2.4",
3
+ "version": "21.2.5",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -938,7 +938,7 @@ declare class PipeModule {
938
938
  }
939
939
 
940
940
  declare function rioDatePickerConfigFactory(_account: AccountManagerService, _app: CoreService): {
941
- resolveFirstDayOfWeek: () => "S" | "M";
941
+ resolveFirstDayOfWeek: () => "M" | "S";
942
942
  resolveTimezone: () => any;
943
943
  };
944
944
  declare class CoreServicesModule {