@romcal/calendar.uruguay 3.0.0-dev.56 → 3.0.0-dev.58
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 +1 -1
- package/esm/index.js +1 -1
- package/package.json +2 -2
package/cjs/index.js
CHANGED
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
"use strict";var t=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var u in r)t(o,u,{get:r[u],enumerable:!0})},I=(o,r,u,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let m of c(r))!s.call(o,m)&&m!==u&&t(o,m,{get:()=>r[m],enumerable:!(l=b(r,m))||l.enumerable});return o};var P=o=>I(t({},"__esModule",{value:!0}),o);var d={};B(d,{Uruguay_Cs:()=>a.Uruguay_Cs,Uruguay_En:()=>i.Uruguay_En,Uruguay_EnGb:()=>p.Uruguay_EnGb,Uruguay_EnIe:()=>f.Uruguay_EnIe,Uruguay_Es:()=>g.Uruguay_Es,Uruguay_Fr:()=>y.Uruguay_Fr,Uruguay_It:()=>U.Uruguay_It,Uruguay_La:()=>_.Uruguay_La,Uruguay_Pl:()=>e.Uruguay_Pl,Uruguay_PtBr:()=>n.Uruguay_PtBr,Uruguay_Sk:()=>E.Uruguay_Sk});module.exports=P(d);var a=require("./cs"),p=require("./en-gb"),f=require("./en-ie"),i=require("./en"),g=require("./es"),y=require("./fr"),U=require("./it"),_=require("./la"),e=require("./pl"),n=require("./pt-br"),E=require("./sk");0&&(module.exports={Uruguay_Cs,Uruguay_En,Uruguay_EnGb,Uruguay_EnIe,Uruguay_Es,Uruguay_Fr,Uruguay_It,Uruguay_La,Uruguay_Pl,Uruguay_PtBr,Uruguay_Sk});
|
|
25
|
+
"use strict";var t=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var B=(o,r)=>{for(var u in r)t(o,u,{get:r[u],enumerable:!0})},I=(o,r,u,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let m of c(r))!s.call(o,m)&&m!==u&&t(o,m,{get:()=>r[m],enumerable:!(l=b(r,m))||l.enumerable});return o};var P=o=>I(t({},"__esModule",{value:!0}),o);var d={};B(d,{Uruguay_Cs:()=>a.Uruguay_Cs,Uruguay_En:()=>i.Uruguay_En,Uruguay_EnGb:()=>p.Uruguay_EnGb,Uruguay_EnIe:()=>f.Uruguay_EnIe,Uruguay_Es:()=>g.Uruguay_Es,Uruguay_Fr:()=>y.Uruguay_Fr,Uruguay_It:()=>U.Uruguay_It,Uruguay_La:()=>_.Uruguay_La,Uruguay_Pl:()=>e.Uruguay_Pl,Uruguay_PtBr:()=>n.Uruguay_PtBr,Uruguay_Sk:()=>E.Uruguay_Sk});module.exports=P(d);var a=require("./cs.js"),p=require("./en-gb.js"),f=require("./en-ie.js"),i=require("./en.js"),g=require("./es.js"),y=require("./fr.js"),U=require("./it.js"),_=require("./la.js"),e=require("./pl.js"),n=require("./pt-br.js"),E=require("./sk.js");0&&(module.exports={Uruguay_Cs,Uruguay_En,Uruguay_EnGb,Uruguay_EnIe,Uruguay_Es,Uruguay_Fr,Uruguay_It,Uruguay_La,Uruguay_Pl,Uruguay_PtBr,Uruguay_Sk});
|
package/esm/index.js
CHANGED
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
* SOFTWARE.
|
|
23
23
|
*/
|
|
24
24
|
|
|
25
|
-
import{Uruguay_Cs as r}from"./cs";import{Uruguay_EnGb as o}from"./en-gb";import{Uruguay_EnIe as m}from"./en-ie";import{Uruguay_En as u}from"./en";import{Uruguay_Es as t}from"./es";import{Uruguay_Fr as a}from"./fr";import{Uruguay_It as p}from"./it";import{Uruguay_La as f}from"./la";import{Uruguay_Pl as i}from"./pl";import{Uruguay_PtBr as g}from"./pt-br";import{Uruguay_Sk as y}from"./sk";export{r as Uruguay_Cs,u as Uruguay_En,o as Uruguay_EnGb,m as Uruguay_EnIe,t as Uruguay_Es,a as Uruguay_Fr,p as Uruguay_It,f as Uruguay_La,i as Uruguay_Pl,g as Uruguay_PtBr,y as Uruguay_Sk};
|
|
25
|
+
import{Uruguay_Cs as r}from"./cs.js";import{Uruguay_EnGb as o}from"./en-gb.js";import{Uruguay_EnIe as m}from"./en-ie.js";import{Uruguay_En as u}from"./en.js";import{Uruguay_Es as t}from"./es.js";import{Uruguay_Fr as a}from"./fr.js";import{Uruguay_It as p}from"./it.js";import{Uruguay_La as f}from"./la.js";import{Uruguay_Pl as i}from"./pl.js";import{Uruguay_PtBr as g}from"./pt-br.js";import{Uruguay_Sk as y}from"./sk.js";export{r as Uruguay_Cs,u as Uruguay_En,o as Uruguay_EnGb,m as Uruguay_EnIe,t as Uruguay_Es,a as Uruguay_Fr,p as Uruguay_It,f as Uruguay_La,i as Uruguay_Pl,g as Uruguay_PtBr,y as Uruguay_Sk};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@romcal/calendar.uruguay",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.58",
|
|
4
4
|
"description": "Localized romcal calendar for Uruguay",
|
|
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.
|
|
38
|
+
"romcal": "3.0.0-dev.58"
|
|
39
39
|
},
|
|
40
40
|
"license": "MIT"
|
|
41
41
|
}
|