New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@nesto-software/moment-holiday-germany

Package Overview
Dependencies
Maintainers
1
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nesto-software/moment-holiday-germany - npm Package Compare versions

Comparing version 0.0.2-alpha.405 to 0.0.2-alpha.407

4

dist.browser/locale/aug.region-locale.js

@@ -39,4 +39,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -43,0 +43,0 @@ },

@@ -42,4 +42,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -51,4 +51,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -60,4 +60,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -64,0 +64,0 @@ },

@@ -40,4 +40,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -49,4 +49,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -58,4 +58,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -67,4 +67,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -71,0 +71,0 @@ },

@@ -11,7 +11,7 @@ import { EasterDependentDate, Legislation, RecurringDate } from "@nesto-software/moment-holiday-core";

date: RecurringDate;
tags: Map<new (...args: any[]) => import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
tags: Map<string, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
} | {
name: HolidayName;
date: EasterDependentDate;
tags: Map<new (...args: any[]) => import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
tags: Map<string, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
})[];

@@ -15,4 +15,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -24,4 +24,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -33,4 +33,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -42,5 +42,5 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
]),

@@ -52,4 +52,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -61,4 +61,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -70,5 +70,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.LateTag, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.LateTag.name, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
]),

@@ -80,5 +80,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -90,5 +90,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -95,0 +95,0 @@ },

@@ -39,4 +39,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -48,5 +48,5 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.LateTag, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.LateTag.name, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
]),

@@ -53,0 +53,0 @@ },

@@ -24,4 +24,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -28,0 +28,0 @@ },

@@ -27,4 +27,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -36,4 +36,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -45,4 +45,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -49,0 +49,0 @@ },

@@ -25,4 +25,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -34,4 +34,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -43,4 +43,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -52,4 +52,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -56,0 +56,0 @@ },

@@ -11,7 +11,7 @@ import { EasterDependentDate, Legislation, RecurringDate } from "@nesto-software/moment-holiday-core";

date: RecurringDate;
tags: Map<new (...args: any[]) => import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
tags: Map<string, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
} | {
name: HolidayName;
date: EasterDependentDate;
tags: Map<new (...args: any[]) => import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
tags: Map<string, import("@nesto-software/moment-holiday-core/dist/tag/abstract-tag").AbstractTag>;
})[];

@@ -15,4 +15,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -24,4 +24,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -33,4 +33,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -42,5 +42,5 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
]),

@@ -52,4 +52,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -61,4 +61,4 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -70,5 +70,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.LateTag, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.LateTag.name, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
]),

@@ -80,5 +80,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -90,5 +90,5 @@ },

tags: new Map([
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(legislation)],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(legislation)],
]),

@@ -95,0 +95,0 @@ },

@@ -24,4 +24,4 @@ "use strict";

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag, new moment_holiday_core_1.LegislationTag(this.legislation)],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.PUBLIC)],
[moment_holiday_core_1.LegislationTag.name, new moment_holiday_core_1.LegislationTag(this.legislation)],
]),

@@ -33,5 +33,5 @@ },

tags: new Map([
[moment_holiday_core_1.TypeTag, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.LateTag, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.SpecialSurchargeDayTag, new moment_holiday_core_1.SpecialSurchargeDayTag()],
[moment_holiday_core_1.TypeTag.name, new moment_holiday_core_1.TypeTag(moment_holiday_core_1.TypeTagValue.OBSERVANCE)],
[moment_holiday_core_1.LateTag.name, new moment_holiday_core_1.LateTag()],
[moment_holiday_core_1.SpecialSurchargeDayTag.name, new moment_holiday_core_1.SpecialSurchargeDayTag()],
]),

@@ -38,0 +38,0 @@ },

{
"name": "@nesto-software/moment-holiday-germany",
"version": "0.0.2-alpha.405+fed0735",
"version": "0.0.2-alpha.407+0b3f9bb",
"description": "The german locale for moment-holiday.",

@@ -30,3 +30,3 @@ "keywords": [

"devDependencies": {
"@nesto-software/moment-holiday-core": "^0.0.2-alpha.405+fed0735",
"@nesto-software/moment-holiday-core": "^0.0.2-alpha.407+0b3f9bb",
"@types/jest": "^23.3.1",

@@ -61,3 +61,3 @@ "@types/node": "10.9.4",

"repository": "https://gitlab.com/nesto-software/moment-holiday/tree/master/packages/locales/germany",
"gitHead": "fed07353725317b3d91bc7fe2b142fbee9db4f07"
"gitHead": "0b3f9bbb93e849b783cf85ed5e733328641d457e"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc