cronstrue 3.13.0 → 3.18.0

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.
@@ -0,0 +1 @@
1
+ !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(require("cronstrue")):"function"==typeof define&&define.amd?define("locales/nn.min",["cronstrue"],e):"object"==typeof exports?exports["locales/nn.min"]=e(require("cronstrue")):t["locales/nn.min"]=e(t.cronstrue)}(globalThis,(t=>(()=>{"use strict";var e={93(e){e.exports=t}},n={};function r(t){var o=n[t];if(void 0!==o)return o.exports;var u=n[t]={exports:{}};return e[t](u,u.exports,r),u.exports}r.n=t=>{var e=t&&t.__esModule?()=>t.default:()=>t;return r.d(e,{a:e}),e},r.d=(t,e)=>{for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=(t,e)=>Object.prototype.hasOwnProperty.call(t,e),r.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})};var o={};r.r(o);var u=r(93),a=r.n(u),p=o;Object.defineProperty(p,"__esModule",{value:!0}),p.nn=void 0;var i=function(){function t(){}return t.prototype.atX0SecondsPastTheMinuteGt20=function(){return null},t.prototype.atX0MinutesPastTheHourGt20=function(){return null},t.prototype.commaMonthX0ThroughMonthX1=function(){return null},t.prototype.commaYearX0ThroughYearX1=function(){return null},t.prototype.use24HourTimeFormatByDefault=function(){return!0},t.prototype.anErrorOccuredWhenGeneratingTheExpressionD=function(){return"Ein feil oppstod ved generering av uttrykksskildring. Sjekk cron-syntaksen."},t.prototype.at=function(){return"Kl."},t.prototype.atSpace=function(){return"Kl."},t.prototype.atX0=function(){return"på %s"},t.prototype.atX0MinutesPastTheHour=function(){return"på %s minutt etter timen"},t.prototype.atX0SecondsPastTheMinute=function(){return"på %s sekund etter minuttet"},t.prototype.betweenX0AndX1=function(){return"mellom %s og %s"},t.prototype.commaBetweenDayX0AndX1OfTheMonth=function(){return", mellom dag %s og %s av månaden"},t.prototype.commaEveryDay=function(){return", kvar dag"},t.prototype.commaEveryX0Days=function(){return", kvar %s dag"},t.prototype.commaEveryX0DaysOfTheWeek=function(){return", kvar %s vekedag"},t.prototype.commaEveryX0Months=function(){return", kvar %s månad"},t.prototype.commaEveryX0Years=function(){return", kvart %s år"},t.prototype.commaOnDayX0OfTheMonth=function(){return", på dag %s av månaden"},t.prototype.commaOnlyInX0=function(){return", berre i %s"},t.prototype.commaOnlyOnX0=function(){return", på %s"},t.prototype.commaAndOnX0=function(){return", og på %s"},t.prototype.commaOnThe=function(){return", på "},t.prototype.commaOnTheLastDayOfTheMonth=function(){return", på den siste dagen i månaden"},t.prototype.commaOnTheLastWeekdayOfTheMonth=function(){return", den siste vekedagen i månaden"},t.prototype.commaDaysBeforeTheLastDayOfTheMonth=function(){return", %s dagar før den siste dagen i månaden"},t.prototype.commaOnTheLastX0OfTheMonth=function(){return", på den siste %s av månaden"},t.prototype.commaOnTheX0OfTheMonth=function(){return", på den %s av månaden"},t.prototype.commaX0ThroughX1=function(){return", %s til og med %s"},t.prototype.commaAndX0ThroughX1=function(){return", og %s til og med %s"},t.prototype.everyHour=function(){return"kvar time"},t.prototype.everyMinute=function(){return"kvart minutt"},t.prototype.everyMinuteBetweenX0AndX1=function(){return"Kvart minutt mellom %s og %s"},t.prototype.everySecond=function(){return"kvart sekund"},t.prototype.everyX0Hours=function(){return"kvar %s time"},t.prototype.everyX0Minutes=function(){return"kvart %s minutt"},t.prototype.everyX0Seconds=function(){return"kvart %s sekund"},t.prototype.fifth=function(){return"femte"},t.prototype.first=function(){return"første"},t.prototype.firstWeekday=function(){return"første vekedag"},t.prototype.fourth=function(){return"fjerde"},t.prototype.minutesX0ThroughX1PastTheHour=function(){return"minutta frå %s til og med %s etter timen"},t.prototype.second=function(){return"andre"},t.prototype.secondsX0ThroughX1PastTheMinute=function(){return"sekunda frå %s til og med %s etter minuttet"},t.prototype.spaceAnd=function(){return" og"},t.prototype.spaceX0OfTheMonth=function(){return" %s i månaden"},t.prototype.lastDay=function(){return"den siste dagen"},t.prototype.third=function(){return"tredje"},t.prototype.weekdayNearestDayX0=function(){return"vekedag nærmast dag %s"},t.prototype.commaStartingX0=function(){return", startar %s"},t.prototype.daysOfTheWeek=function(){return["sundag","måndag","tysdag","onsdag","torsdag","fredag","laurdag"]},t.prototype.monthsOfTheYear=function(){return["januar","februar","mars","april","mai","juni","juli","august","september","oktober","november","desember"]},t.prototype.onTheHour=function(){return"på timen"},t}();return p.nn=i,a().locales.nn=new i,o})()));
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cronstrue",
3
3
  "title": "cRonstrue",
4
- "version": "3.13.0",
4
+ "version": "3.18.0",
5
5
  "description": "Convert cron expressions into human readable descriptions",
6
6
  "author": "Brady Holt",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "git+https://github.com/bradymholt/cronstrue.git"
41
+ "url": "git+https://github.com/bradymholt/cRonstrue.git"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"