coject-hijri 1.3.0 → 1.4.0

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.
@@ -6,7 +6,7 @@ declare module '@mui/x-date-pickers/models' {
6
6
  'moment-hijri': Moment;
7
7
  }
8
8
  }
9
- export declare class AdapterMomentHijri extends AdapterMoment implements MuiPickersAdapter<Moment, string> {
9
+ export declare class Adapter extends AdapterMoment implements MuiPickersAdapter<Moment, string> {
10
10
  lib: string;
11
11
  moment: typeof defaultHMoment;
12
12
  isTimezoneCompatible: boolean;
@@ -1 +1 @@
1
- export { AdapterMomentHijri } from './AdapterMomentHijri';
1
+ export { Adapter } from './Adapter';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coject-hijri",
3
- "version": "1.3.0",
3
+ "version": "1.4.0",
4
4
  "description": "A Hijri calendar (Based on Umm al-Qura calculations) plugin for moment.js.",
5
5
  "author": "Akwad",
6
6
  "license": "MIT",