@romcal/calendar.italy 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 l=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var P=Object.prototype.hasOwnProperty;var d=(t,r)=>{for(var m in r)l(t,m,{get:r[m],enumerable:!0})},j=(t,r,m,c)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of B(r))!P.call(t,o)&&o!==m&&l(t,o,{get:()=>r[o],enumerable:!(c=s(r,o))||c.enumerable});return t};var k=t=>j(l({},"__esModule",{value:!0}),t);var u={};d(u,{Italy_Cs:()=>a.Italy_Cs,Italy_En:()=>f.Italy_En,Italy_EnGb:()=>p.Italy_EnGb,Italy_EnIe:()=>I.Italy_EnIe,Italy_Es:()=>i.Italy_Es,Italy_Fr:()=>y.Italy_Fr,Italy_It:()=>_.Italy_It,Italy_La:()=>e.Italy_La,Italy_Pl:()=>n.Italy_Pl,Italy_PtBr:()=>E.Italy_PtBr,Italy_Sk:()=>b.Italy_Sk});module.exports=k(u);var a=require("./cs"),p=require("./en-gb"),I=require("./en-ie"),f=require("./en"),i=require("./es"),y=require("./fr"),_=require("./it"),e=require("./la"),n=require("./pl"),E=require("./pt-br"),b=require("./sk");0&&(module.exports={Italy_Cs,Italy_En,Italy_EnGb,Italy_EnIe,Italy_Es,Italy_Fr,Italy_It,Italy_La,Italy_Pl,Italy_PtBr,Italy_Sk});
25
+ "use strict";var l=Object.defineProperty;var s=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var P=Object.prototype.hasOwnProperty;var d=(t,r)=>{for(var m in r)l(t,m,{get:r[m],enumerable:!0})},j=(t,r,m,c)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of B(r))!P.call(t,o)&&o!==m&&l(t,o,{get:()=>r[o],enumerable:!(c=s(r,o))||c.enumerable});return t};var k=t=>j(l({},"__esModule",{value:!0}),t);var u={};d(u,{Italy_Cs:()=>a.Italy_Cs,Italy_En:()=>f.Italy_En,Italy_EnGb:()=>p.Italy_EnGb,Italy_EnIe:()=>I.Italy_EnIe,Italy_Es:()=>i.Italy_Es,Italy_Fr:()=>y.Italy_Fr,Italy_It:()=>_.Italy_It,Italy_La:()=>e.Italy_La,Italy_Pl:()=>n.Italy_Pl,Italy_PtBr:()=>E.Italy_PtBr,Italy_Sk:()=>b.Italy_Sk});module.exports=k(u);var a=require("./cs.js"),p=require("./en-gb.js"),I=require("./en-ie.js"),f=require("./en.js"),i=require("./es.js"),y=require("./fr.js"),_=require("./it.js"),e=require("./la.js"),n=require("./pl.js"),E=require("./pt-br.js"),b=require("./sk.js");0&&(module.exports={Italy_Cs,Italy_En,Italy_EnGb,Italy_EnIe,Italy_Es,Italy_Fr,Italy_It,Italy_La,Italy_Pl,Italy_PtBr,Italy_Sk});
package/esm/index.js CHANGED
@@ -22,4 +22,4 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import{Italy_Cs as r}from"./cs";import{Italy_EnGb as t}from"./en-gb";import{Italy_EnIe as o}from"./en-ie";import{Italy_En as m}from"./en";import{Italy_Es as l}from"./es";import{Italy_Fr as a}from"./fr";import{Italy_It as p}from"./it";import{Italy_La as I}from"./la";import{Italy_Pl as f}from"./pl";import{Italy_PtBr as i}from"./pt-br";import{Italy_Sk as y}from"./sk";export{r as Italy_Cs,m as Italy_En,t as Italy_EnGb,o as Italy_EnIe,l as Italy_Es,a as Italy_Fr,p as Italy_It,I as Italy_La,f as Italy_Pl,i as Italy_PtBr,y as Italy_Sk};
25
+ import{Italy_Cs as r}from"./cs.js";import{Italy_EnGb as t}from"./en-gb.js";import{Italy_EnIe as o}from"./en-ie.js";import{Italy_En as m}from"./en.js";import{Italy_Es as l}from"./es.js";import{Italy_Fr as a}from"./fr.js";import{Italy_It as p}from"./it.js";import{Italy_La as I}from"./la.js";import{Italy_Pl as f}from"./pl.js";import{Italy_PtBr as i}from"./pt-br.js";import{Italy_Sk as y}from"./sk.js";export{r as Italy_Cs,m as Italy_En,t as Italy_EnGb,o as Italy_EnIe,l as Italy_Es,a as Italy_Fr,p as Italy_It,I as Italy_La,f as Italy_Pl,i as Italy_PtBr,y as Italy_Sk};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romcal/calendar.italy",
3
- "version": "3.0.0-dev.56",
3
+ "version": "3.0.0-dev.57",
4
4
  "description": "Localized romcal calendar for Italy",
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
  }