@romcal/calendar.switzerland 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/index.d.ts CHANGED
@@ -2,9 +2,9 @@ import { RomcalBundleObject } from 'romcal';
2
2
 
3
3
  export declare const Switzerland_Cs: RomcalBundleObject;
4
4
  export declare const Switzerland_De: RomcalBundleObject;
5
+ export declare const Switzerland_En: RomcalBundleObject;
5
6
  export declare const Switzerland_EnGb: RomcalBundleObject;
6
7
  export declare const Switzerland_EnIe: RomcalBundleObject;
7
- export declare const Switzerland_En: RomcalBundleObject;
8
8
  export declare const Switzerland_Es: RomcalBundleObject;
9
9
  export declare const Switzerland_Fr: RomcalBundleObject;
10
10
  export declare const Switzerland_It: RomcalBundleObject;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romcal/calendar.switzerland",
3
- "version": "3.0.0-dev.121",
3
+ "version": "3.0.0-dev.122",
4
4
  "description": "Localized romcal calendar for Switzerland",
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.122"
40
40
  },
41
41
  "license": "MIT"
42
42
  }