@romcal/calendar.netherlands 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 CHANGED
@@ -22,4 +22,4 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- "use strict";var m=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var o in r)m(t,o,{get:r[o],enumerable:!0})},P=(t,r,o,E)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of c(r))!B.call(t,e)&&e!==o&&m(t,e,{get:()=>r[e],enumerable:!(E=b(r,e))||E.enumerable});return t};var j=t=>P(m({},"__esModule",{value:!0}),t);var k={};I(k,{Netherlands_Cs:()=>n.Netherlands_Cs,Netherlands_En:()=>p.Netherlands_En,Netherlands_EnGb:()=>l.Netherlands_EnGb,Netherlands_EnIe:()=>a.Netherlands_EnIe,Netherlands_Es:()=>s.Netherlands_Es,Netherlands_Fr:()=>d.Netherlands_Fr,Netherlands_It:()=>f.Netherlands_It,Netherlands_La:()=>i.Netherlands_La,Netherlands_Pl:()=>h.Netherlands_Pl,Netherlands_PtBr:()=>N.Netherlands_PtBr,Netherlands_Sk:()=>_.Netherlands_Sk});module.exports=j(k);var n=require("./cs"),l=require("./en-gb"),a=require("./en-ie"),p=require("./en"),s=require("./es"),d=require("./fr"),f=require("./it"),i=require("./la"),h=require("./pl"),N=require("./pt-br"),_=require("./sk");0&&(module.exports={Netherlands_Cs,Netherlands_En,Netherlands_EnGb,Netherlands_EnIe,Netherlands_Es,Netherlands_Fr,Netherlands_It,Netherlands_La,Netherlands_Pl,Netherlands_PtBr,Netherlands_Sk});
25
+ "use strict";var m=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var B=Object.prototype.hasOwnProperty;var I=(t,r)=>{for(var o in r)m(t,o,{get:r[o],enumerable:!0})},P=(t,r,o,E)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of c(r))!B.call(t,e)&&e!==o&&m(t,e,{get:()=>r[e],enumerable:!(E=b(r,e))||E.enumerable});return t};var j=t=>P(m({},"__esModule",{value:!0}),t);var k={};I(k,{Netherlands_Cs:()=>n.Netherlands_Cs,Netherlands_En:()=>p.Netherlands_En,Netherlands_EnGb:()=>l.Netherlands_EnGb,Netherlands_EnIe:()=>a.Netherlands_EnIe,Netherlands_Es:()=>s.Netherlands_Es,Netherlands_Fr:()=>d.Netherlands_Fr,Netherlands_It:()=>f.Netherlands_It,Netherlands_La:()=>i.Netherlands_La,Netherlands_Pl:()=>h.Netherlands_Pl,Netherlands_PtBr:()=>N.Netherlands_PtBr,Netherlands_Sk:()=>_.Netherlands_Sk});module.exports=j(k);var n=require("./cs.js"),l=require("./en-gb.js"),a=require("./en-ie.js"),p=require("./en.js"),s=require("./es.js"),d=require("./fr.js"),f=require("./it.js"),i=require("./la.js"),h=require("./pl.js"),N=require("./pt-br.js"),_=require("./sk.js");0&&(module.exports={Netherlands_Cs,Netherlands_En,Netherlands_EnGb,Netherlands_EnIe,Netherlands_Es,Netherlands_Fr,Netherlands_It,Netherlands_La,Netherlands_Pl,Netherlands_PtBr,Netherlands_Sk});
package/esm/index.js CHANGED
@@ -22,4 +22,4 @@
22
22
  * SOFTWARE.
23
23
  */
24
24
 
25
- import{Netherlands_Cs as r}from"./cs";import{Netherlands_EnGb as t}from"./en-gb";import{Netherlands_EnIe as e}from"./en-ie";import{Netherlands_En as o}from"./en";import{Netherlands_Es as m}from"./es";import{Netherlands_Fr as n}from"./fr";import{Netherlands_It as l}from"./it";import{Netherlands_La as a}from"./la";import{Netherlands_Pl as p}from"./pl";import{Netherlands_PtBr as s}from"./pt-br";import{Netherlands_Sk as d}from"./sk";export{r as Netherlands_Cs,o as Netherlands_En,t as Netherlands_EnGb,e as Netherlands_EnIe,m as Netherlands_Es,n as Netherlands_Fr,l as Netherlands_It,a as Netherlands_La,p as Netherlands_Pl,s as Netherlands_PtBr,d as Netherlands_Sk};
25
+ import{Netherlands_Cs as r}from"./cs.js";import{Netherlands_EnGb as t}from"./en-gb.js";import{Netherlands_EnIe as e}from"./en-ie.js";import{Netherlands_En as o}from"./en.js";import{Netherlands_Es as m}from"./es.js";import{Netherlands_Fr as n}from"./fr.js";import{Netherlands_It as l}from"./it.js";import{Netherlands_La as a}from"./la.js";import{Netherlands_Pl as p}from"./pl.js";import{Netherlands_PtBr as s}from"./pt-br.js";import{Netherlands_Sk as d}from"./sk.js";export{r as Netherlands_Cs,o as Netherlands_En,t as Netherlands_EnGb,e as Netherlands_EnIe,m as Netherlands_Es,n as Netherlands_Fr,l as Netherlands_It,a as Netherlands_La,p as Netherlands_Pl,s as Netherlands_PtBr,d as Netherlands_Sk};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@romcal/calendar.netherlands",
3
- "version": "3.0.0-dev.56",
3
+ "version": "3.0.0-dev.58",
4
4
  "description": "Localized romcal calendar for Netherlands",
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.58"
39
39
  },
40
40
  "license": "MIT"
41
41
  }