@romcal/calendar.general-roman 3.0.0-dev.121 → 3.0.0-dev.123

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
@@ -2,9 +2,9 @@ import { RomcalBundleObject } from 'romcal';
2
2
 
3
3
  export declare const GeneralRoman_Cs: RomcalBundleObject;
4
4
  export declare const GeneralRoman_De: RomcalBundleObject;
5
+ export declare const GeneralRoman_En: RomcalBundleObject;
5
6
  export declare const GeneralRoman_EnGb: RomcalBundleObject;
6
7
  export declare const GeneralRoman_EnIe: RomcalBundleObject;
7
- export declare const GeneralRoman_En: RomcalBundleObject;
8
8
  export declare const GeneralRoman_Es: RomcalBundleObject;
9
9
  export declare const GeneralRoman_Fr: RomcalBundleObject;
10
10
  export declare const GeneralRoman_It: RomcalBundleObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romcal/calendar.general-roman",
3
- "version": "3.0.0-dev.121",
3
+ "version": "3.0.0-dev.123",
4
4
  "description": "Localized romcal calendar for GeneralRoman",
5
5
  "module": "./esm/index.js",
6
6
  "main": "./cjs/index.js",
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "homepage": "https://github.com/romcal/romcal/blob/master/README.md",
38
38
  "peerDependencies": {
39
- "romcal": "3.0.0-dev.121"
39
+ "romcal": "3.0.0-dev.123"
40
40
  },
41
41
  "license": "MIT"
42
42
  }