@romcal/calendar.switzerland 3.0.0-dev.56 → 3.0.0-dev.57

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/index.js CHANGED
@@ -22,4 +22,4 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- "use strict";var i=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var B=(t,r)=>{for(var m in r)i(t,m,{get:r[m],enumerable:!0})},I=(t,r,m,E)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of c(r))!s.call(t,o)&&o!==m&&i(t,o,{get:()=>r[o],enumerable:!(E=b(r,o))||E.enumerable});return t};var P=t=>I(i({},"__esModule",{value:!0}),t);var j={};B(j,{Switzerland_Cs:()=>e.Switzerland_Cs,Switzerland_En:()=>a.Switzerland_En,Switzerland_EnGb:()=>n.Switzerland_EnGb,Switzerland_EnIe:()=>l.Switzerland_EnIe,Switzerland_Es:()=>p.Switzerland_Es,Switzerland_Fr:()=>d.Switzerland_Fr,Switzerland_It:()=>f.Switzerland_It,Switzerland_La:()=>S.Switzerland_La,Switzerland_Pl:()=>w.Switzerland_Pl,Switzerland_PtBr:()=>z.Switzerland_PtBr,Switzerland_Sk:()=>_.Switzerland_Sk});module.exports=P(j);var e=require("./cs"),n=require("./en-gb"),l=require("./en-ie"),a=require("./en"),p=require("./es"),d=require("./fr"),f=require("./it"),S=require("./la"),w=require("./pl"),z=require("./pt-br"),_=require("./sk");0&&(module.exports={Switzerland_Cs,Switzerland_En,Switzerland_EnGb,Switzerland_EnIe,Switzerland_Es,Switzerland_Fr,Switzerland_It,Switzerland_La,Switzerland_Pl,Switzerland_PtBr,Switzerland_Sk});
25
+ "use strict";var i=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var B=(t,r)=>{for(var m in r)i(t,m,{get:r[m],enumerable:!0})},I=(t,r,m,E)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of c(r))!s.call(t,o)&&o!==m&&i(t,o,{get:()=>r[o],enumerable:!(E=b(r,o))||E.enumerable});return t};var P=t=>I(i({},"__esModule",{value:!0}),t);var j={};B(j,{Switzerland_Cs:()=>e.Switzerland_Cs,Switzerland_En:()=>a.Switzerland_En,Switzerland_EnGb:()=>n.Switzerland_EnGb,Switzerland_EnIe:()=>l.Switzerland_EnIe,Switzerland_Es:()=>p.Switzerland_Es,Switzerland_Fr:()=>d.Switzerland_Fr,Switzerland_It:()=>f.Switzerland_It,Switzerland_La:()=>S.Switzerland_La,Switzerland_Pl:()=>w.Switzerland_Pl,Switzerland_PtBr:()=>z.Switzerland_PtBr,Switzerland_Sk:()=>_.Switzerland_Sk});module.exports=P(j);var e=require("./cs.js"),n=require("./en-gb.js"),l=require("./en-ie.js"),a=require("./en.js"),p=require("./es.js"),d=require("./fr.js"),f=require("./it.js"),S=require("./la.js"),w=require("./pl.js"),z=require("./pt-br.js"),_=require("./sk.js");0&&(module.exports={Switzerland_Cs,Switzerland_En,Switzerland_EnGb,Switzerland_EnIe,Switzerland_Es,Switzerland_Fr,Switzerland_It,Switzerland_La,Switzerland_Pl,Switzerland_PtBr,Switzerland_Sk});
package/esm/index.js CHANGED
@@ -22,4 +22,4 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import{Switzerland_Cs as r}from"./cs";import{Switzerland_EnGb as t}from"./en-gb";import{Switzerland_EnIe as o}from"./en-ie";import{Switzerland_En as m}from"./en";import{Switzerland_Es as i}from"./es";import{Switzerland_Fr as e}from"./fr";import{Switzerland_It as n}from"./it";import{Switzerland_La as l}from"./la";import{Switzerland_Pl as a}from"./pl";import{Switzerland_PtBr as p}from"./pt-br";import{Switzerland_Sk as d}from"./sk";export{r as Switzerland_Cs,m as Switzerland_En,t as Switzerland_EnGb,o as Switzerland_EnIe,i as Switzerland_Es,e as Switzerland_Fr,n as Switzerland_It,l as Switzerland_La,a as Switzerland_Pl,p as Switzerland_PtBr,d as Switzerland_Sk};
25
+ import{Switzerland_Cs as r}from"./cs.js";import{Switzerland_EnGb as t}from"./en-gb.js";import{Switzerland_EnIe as o}from"./en-ie.js";import{Switzerland_En as m}from"./en.js";import{Switzerland_Es as i}from"./es.js";import{Switzerland_Fr as e}from"./fr.js";import{Switzerland_It as n}from"./it.js";import{Switzerland_La as l}from"./la.js";import{Switzerland_Pl as a}from"./pl.js";import{Switzerland_PtBr as p}from"./pt-br.js";import{Switzerland_Sk as d}from"./sk.js";export{r as Switzerland_Cs,m as Switzerland_En,t as Switzerland_EnGb,o as Switzerland_EnIe,i as Switzerland_Es,e as Switzerland_Fr,n as Switzerland_It,l as Switzerland_La,a as Switzerland_Pl,p as Switzerland_PtBr,d as Switzerland_Sk};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romcal/calendar.switzerland",
3
- "version": "3.0.0-dev.56",
3
+ "version": "3.0.0-dev.57",
4
4
  "description": "Localized romcal calendar for Switzerland",
5
5
  "module": "./esm/index.js",
6
6
  "main": "./cjs/index.js",
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "homepage": "https://github.com/romcal/romcal/blob/master/README.md",
37
37
  "peerDependencies": {
38
- "romcal": "3.0.0-dev.56"
38
+ "romcal": "3.0.0-dev.57"
39
39
  },
40
40
  "license": "MIT"
41
41
  }