@romcal/calendar.england 3.0.0-dev.121 → 3.0.0-dev.122
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/cjs/cs.js +1 -1
- package/cjs/de.js +1 -1
- package/cjs/en-gb.js +1 -1
- package/cjs/en-ie.js +1 -1
- package/cjs/en.js +1 -1
- package/cjs/es.js +1 -1
- package/cjs/fr.js +1 -1
- package/cjs/index.js +1 -1
- package/cjs/it.js +1 -1
- package/cjs/la.js +1 -1
- package/cjs/pl.js +1 -1
- package/cjs/pt-br.js +1 -1
- package/cjs/sk.js +1 -1
- package/cjs/ta.js +1 -1
- package/esm/cs.js +1 -1
- package/esm/de.js +1 -1
- package/esm/en-gb.js +1 -1
- package/esm/en-ie.js +1 -1
- package/esm/en.js +1 -1
- package/esm/es.js +1 -1
- package/esm/fr.js +1 -1
- package/esm/index.js +1 -1
- package/esm/it.js +1 -1
- package/esm/la.js +1 -1
- package/esm/pl.js +1 -1
- package/esm/pt-br.js +1 -1
- package/esm/sk.js +1 -1
- package/esm/ta.js +1 -1
- package/iife/cs.js +1 -1
- package/iife/de.js +1 -1
- package/iife/en-gb.js +1 -1
- package/iife/en-ie.js +1 -1
- package/iife/en.js +1 -1
- package/iife/es.js +1 -1
- package/iife/fr.js +1 -1
- package/iife/it.js +1 -1
- package/iife/la.js +1 -1
- package/iife/pl.js +1 -1
- package/iife/pt-br.js +1 -1
- package/iife/sk.js +1 -1
- package/iife/ta.js +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -2,9 +2,9 @@ import { RomcalBundleObject } from 'romcal';
|
|
|
2
2
|
|
|
3
3
|
export declare const England_Cs: RomcalBundleObject;
|
|
4
4
|
export declare const England_De: RomcalBundleObject;
|
|
5
|
+
export declare const England_En: RomcalBundleObject;
|
|
5
6
|
export declare const England_EnGb: RomcalBundleObject;
|
|
6
7
|
export declare const England_EnIe: RomcalBundleObject;
|
|
7
|
-
export declare const England_En: RomcalBundleObject;
|
|
8
8
|
export declare const England_Es: RomcalBundleObject;
|
|
9
9
|
export declare const England_Fr: RomcalBundleObject;
|
|
10
10
|
export declare const England_It: RomcalBundleObject;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@romcal/calendar.england",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.122",
|
|
4
4
|
"description": "Localized romcal calendar for England",
|
|
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.
|
|
39
|
+
"romcal": "3.0.0-dev.122"
|
|
40
40
|
},
|
|
41
41
|
"license": "MIT"
|
|
42
42
|
}
|