@vladmandic/pilogger
Advanced tools
Comparing version 0.4.8 to 0.4.9
@@ -33,5 +33,5 @@ "use strict"; | ||
// node_modules/.pnpm/dayjs@1.11.7/node_modules/dayjs/dayjs.min.js | ||
// node_modules/dayjs/dayjs.min.js | ||
var require_dayjs_min = __commonJS({ | ||
"node_modules/.pnpm/dayjs@1.11.7/node_modules/dayjs/dayjs.min.js"(exports, module2) { | ||
"node_modules/dayjs/dayjs.min.js"(exports, module2) { | ||
!function(t, e) { | ||
@@ -41,3 +41,3 @@ "object" == typeof exports && "undefined" != typeof module2 ? module2.exports = e() : "function" == typeof define && define.amd ? define(e) : (t = "undefined" != typeof globalThis ? globalThis : t || self).dayjs = e(); | ||
"use strict"; | ||
var t = 1e3, e = 6e4, n = 36e5, r = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", f = "month", h = "quarter", c = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) { | ||
var t = 1e3, e = 6e4, n = 36e5, r = "millisecond", i = "second", s = "minute", u = "hour", a = "day", o = "week", c = "month", f = "quarter", h = "year", d = "date", l = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, y = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, M = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(t2) { | ||
var e2 = ["th", "st", "nd", "rd"], n2 = t2 % 100; | ||
@@ -54,3 +54,3 @@ return "[" + t2 + (e2[(n2 - 20) % 10] || e2[n2] || e2[0]) + "]"; | ||
return -t2(n2, e2); | ||
var r2 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r2, f), s2 = n2 - i2 < 0, u2 = e2.clone().add(r2 + (s2 ? -1 : 1), f); | ||
var r2 = 12 * (n2.year() - e2.year()) + (n2.month() - e2.month()), i2 = e2.clone().add(r2, c), s2 = n2 - i2 < 0, u2 = e2.clone().add(r2 + (s2 ? -1 : 1), c); | ||
return +(-(r2 + (n2 - i2) / (s2 ? i2 - u2 : u2 - i2)) || 0); | ||
@@ -60,3 +60,3 @@ }, a: function(t2) { | ||
}, p: function(t2) { | ||
return { M: f, y: c, w: o, d: a, D: d, h: u, m: s, s: i, ms: r, Q: h }[t2] || String(t2 || "").toLowerCase().replace(/s$/, ""); | ||
return { M: c, y: h, w: o, d: a, D: d, h: u, m: s, s: i, ms: r, Q: f }[t2] || String(t2 || "").toLowerCase().replace(/s$/, ""); | ||
}, u: function(t2) { | ||
@@ -66,5 +66,5 @@ return void 0 === t2; | ||
D[g] = M; | ||
var p = function(t2) { | ||
return t2 instanceof _; | ||
}, S = function t2(e2, n2, r2) { | ||
var p = "$isDayjsObject", S = function(t2) { | ||
return t2 instanceof _ || !(!t2 || !t2[p]); | ||
}, w = function t2(e2, n2, r2) { | ||
var i2; | ||
@@ -84,14 +84,14 @@ if (!e2) | ||
return !r2 && i2 && (g = i2), i2 || !r2 && g; | ||
}, w = function(t2, e2) { | ||
if (p(t2)) | ||
}, O = function(t2, e2) { | ||
if (S(t2)) | ||
return t2.clone(); | ||
var n2 = "object" == typeof e2 ? e2 : {}; | ||
return n2.date = t2, n2.args = arguments, new _(n2); | ||
}, O = v; | ||
O.l = S, O.i = p, O.w = function(t2, e2) { | ||
return w(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset }); | ||
}, b = v; | ||
b.l = w, b.i = S, b.w = function(t2, e2) { | ||
return O(t2, { locale: e2.$L, utc: e2.$u, x: e2.$x, $offset: e2.$offset }); | ||
}; | ||
var _ = function() { | ||
function M2(t2) { | ||
this.$L = S(t2.locale, null, true), this.parse(t2); | ||
this.$L = w(t2.locale, null, true), this.parse(t2), this.$x = this.$x || t2.x || {}, this[p] = true; | ||
} | ||
@@ -104,3 +104,3 @@ var m2 = M2.prototype; | ||
return /* @__PURE__ */ new Date(NaN); | ||
if (O.u(e2)) | ||
if (b.u(e2)) | ||
return /* @__PURE__ */ new Date(); | ||
@@ -117,3 +117,3 @@ if (e2 instanceof Date) | ||
return new Date(e2); | ||
}(t2), this.$x = t2.x || {}, this.init(); | ||
}(t2), this.init(); | ||
}, m2.init = function() { | ||
@@ -123,14 +123,14 @@ var t2 = this.$d; | ||
}, m2.$utils = function() { | ||
return O; | ||
return b; | ||
}, m2.isValid = function() { | ||
return !(this.$d.toString() === l); | ||
}, m2.isSame = function(t2, e2) { | ||
var n2 = w(t2); | ||
var n2 = O(t2); | ||
return this.startOf(e2) <= n2 && n2 <= this.endOf(e2); | ||
}, m2.isAfter = function(t2, e2) { | ||
return w(t2) < this.startOf(e2); | ||
return O(t2) < this.startOf(e2); | ||
}, m2.isBefore = function(t2, e2) { | ||
return this.endOf(e2) < w(t2); | ||
return this.endOf(e2) < O(t2); | ||
}, m2.$g = function(t2, e2, n2) { | ||
return O.u(t2) ? this[e2] : this.set(n2, t2); | ||
return b.u(t2) ? this[e2] : this.set(n2, t2); | ||
}, m2.unix = function() { | ||
@@ -141,12 +141,12 @@ return Math.floor(this.valueOf() / 1e3); | ||
}, m2.startOf = function(t2, e2) { | ||
var n2 = this, r2 = !!O.u(e2) || e2, h2 = O.p(t2), l2 = function(t3, e3) { | ||
var i2 = O.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2); | ||
var n2 = this, r2 = !!b.u(e2) || e2, f2 = b.p(t2), l2 = function(t3, e3) { | ||
var i2 = b.w(n2.$u ? Date.UTC(n2.$y, e3, t3) : new Date(n2.$y, e3, t3), n2); | ||
return r2 ? i2 : i2.endOf(a); | ||
}, $2 = function(t3, e3) { | ||
return O.w(n2.toDate()[t3].apply(n2.toDate("s"), (r2 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2); | ||
return b.w(n2.toDate()[t3].apply(n2.toDate("s"), (r2 ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(e3)), n2); | ||
}, y2 = this.$W, M3 = this.$M, m3 = this.$D, v2 = "set" + (this.$u ? "UTC" : ""); | ||
switch (h2) { | ||
switch (f2) { | ||
case h: | ||
return r2 ? l2(1, 0) : l2(31, 11); | ||
case c: | ||
return r2 ? l2(1, 0) : l2(31, 11); | ||
case f: | ||
return r2 ? l2(1, M3) : l2(0, M3 + 1); | ||
@@ -171,4 +171,4 @@ case o: | ||
}, m2.$set = function(t2, e2) { | ||
var n2, o2 = O.p(t2), h2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = h2 + "Date", n2[d] = h2 + "Date", n2[f] = h2 + "Month", n2[c] = h2 + "FullYear", n2[u] = h2 + "Hours", n2[s] = h2 + "Minutes", n2[i] = h2 + "Seconds", n2[r] = h2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2; | ||
if (o2 === f || o2 === c) { | ||
var n2, o2 = b.p(t2), f2 = "set" + (this.$u ? "UTC" : ""), l2 = (n2 = {}, n2[a] = f2 + "Date", n2[d] = f2 + "Date", n2[c] = f2 + "Month", n2[h] = f2 + "FullYear", n2[u] = f2 + "Hours", n2[s] = f2 + "Minutes", n2[i] = f2 + "Seconds", n2[r] = f2 + "Milliseconds", n2)[o2], $2 = o2 === a ? this.$D + (e2 - this.$W) : e2; | ||
if (o2 === c || o2 === h) { | ||
var y2 = this.clone().set(d, 1); | ||
@@ -182,14 +182,14 @@ y2.$d[l2]($2), y2.init(), this.$d = y2.set(d, Math.min(this.$D, y2.daysInMonth())).$d; | ||
}, m2.get = function(t2) { | ||
return this[O.p(t2)](); | ||
}, m2.add = function(r2, h2) { | ||
return this[b.p(t2)](); | ||
}, m2.add = function(r2, f2) { | ||
var d2, l2 = this; | ||
r2 = Number(r2); | ||
var $2 = O.p(h2), y2 = function(t2) { | ||
var e2 = w(l2); | ||
return O.w(e2.date(e2.date() + Math.round(t2 * r2)), l2); | ||
var $2 = b.p(f2), y2 = function(t2) { | ||
var e2 = O(l2); | ||
return b.w(e2.date(e2.date() + Math.round(t2 * r2)), l2); | ||
}; | ||
if ($2 === f) | ||
return this.set(f, this.$M + r2); | ||
if ($2 === c) | ||
return this.set(c, this.$y + r2); | ||
return this.set(c, this.$M + r2); | ||
if ($2 === h) | ||
return this.set(h, this.$y + r2); | ||
if ($2 === a) | ||
@@ -200,3 +200,3 @@ return y2(1); | ||
var M3 = (d2 = {}, d2[s] = e, d2[u] = n, d2[i] = t, d2)[$2] || 1, m3 = this.$d.getTime() + r2 * M3; | ||
return O.w(m3, this); | ||
return b.w(m3, this); | ||
}, m2.subtract = function(t2, e2) { | ||
@@ -208,12 +208,64 @@ return this.add(-1 * t2, e2); | ||
return n2.invalidDate || l; | ||
var r2 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = O.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, f2 = n2.months, h2 = function(t3, n3, i3, s3) { | ||
var r2 = t2 || "YYYY-MM-DDTHH:mm:ssZ", i2 = b.z(this), s2 = this.$H, u2 = this.$m, a2 = this.$M, o2 = n2.weekdays, c2 = n2.months, f2 = n2.meridiem, h2 = function(t3, n3, i3, s3) { | ||
return t3 && (t3[n3] || t3(e2, r2)) || i3[n3].slice(0, s3); | ||
}, c2 = function(t3) { | ||
return O.s(s2 % 12 || 12, t3, "0"); | ||
}, d2 = n2.meridiem || function(t3, e3, n3) { | ||
}, d2 = function(t3) { | ||
return b.s(s2 % 12 || 12, t3, "0"); | ||
}, $2 = f2 || function(t3, e3, n3) { | ||
var r3 = t3 < 12 ? "AM" : "PM"; | ||
return n3 ? r3.toLowerCase() : r3; | ||
}, $2 = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: a2 + 1, MM: O.s(a2 + 1, 2, "0"), MMM: h2(n2.monthsShort, a2, f2, 3), MMMM: h2(f2, a2), D: this.$D, DD: O.s(this.$D, 2, "0"), d: String(this.$W), dd: h2(n2.weekdaysMin, this.$W, o2, 2), ddd: h2(n2.weekdaysShort, this.$W, o2, 3), dddd: o2[this.$W], H: String(s2), HH: O.s(s2, 2, "0"), h: c2(1), hh: c2(2), a: d2(s2, u2, true), A: d2(s2, u2, false), m: String(u2), mm: O.s(u2, 2, "0"), s: String(this.$s), ss: O.s(this.$s, 2, "0"), SSS: O.s(this.$ms, 3, "0"), Z: i2 }; | ||
return r2.replace(y, function(t3, e3) { | ||
return e3 || $2[t3] || i2.replace(":", ""); | ||
}; | ||
return r2.replace(y, function(t3, r3) { | ||
return r3 || function(t4) { | ||
switch (t4) { | ||
case "YY": | ||
return String(e2.$y).slice(-2); | ||
case "YYYY": | ||
return b.s(e2.$y, 4, "0"); | ||
case "M": | ||
return a2 + 1; | ||
case "MM": | ||
return b.s(a2 + 1, 2, "0"); | ||
case "MMM": | ||
return h2(n2.monthsShort, a2, c2, 3); | ||
case "MMMM": | ||
return h2(c2, a2); | ||
case "D": | ||
return e2.$D; | ||
case "DD": | ||
return b.s(e2.$D, 2, "0"); | ||
case "d": | ||
return String(e2.$W); | ||
case "dd": | ||
return h2(n2.weekdaysMin, e2.$W, o2, 2); | ||
case "ddd": | ||
return h2(n2.weekdaysShort, e2.$W, o2, 3); | ||
case "dddd": | ||
return o2[e2.$W]; | ||
case "H": | ||
return String(s2); | ||
case "HH": | ||
return b.s(s2, 2, "0"); | ||
case "h": | ||
return d2(1); | ||
case "hh": | ||
return d2(2); | ||
case "a": | ||
return $2(s2, u2, true); | ||
case "A": | ||
return $2(s2, u2, false); | ||
case "m": | ||
return String(u2); | ||
case "mm": | ||
return b.s(u2, 2, "0"); | ||
case "s": | ||
return String(e2.$s); | ||
case "ss": | ||
return b.s(e2.$s, 2, "0"); | ||
case "SSS": | ||
return b.s(e2.$ms, 3, "0"); | ||
case "Z": | ||
return i2; | ||
} | ||
return null; | ||
}(t3) || i2.replace(":", ""); | ||
}); | ||
@@ -223,6 +275,36 @@ }, m2.utcOffset = function() { | ||
}, m2.diff = function(r2, d2, l2) { | ||
var $2, y2 = O.p(d2), M3 = w(r2), m3 = (M3.utcOffset() - this.utcOffset()) * e, v2 = this - M3, g2 = O.m(this, M3); | ||
return g2 = ($2 = {}, $2[c] = g2 / 12, $2[f] = g2, $2[h] = g2 / 3, $2[o] = (v2 - m3) / 6048e5, $2[a] = (v2 - m3) / 864e5, $2[u] = v2 / n, $2[s] = v2 / e, $2[i] = v2 / t, $2)[y2] || v2, l2 ? g2 : O.a(g2); | ||
var $2, y2 = this, M3 = b.p(d2), m3 = O(r2), v2 = (m3.utcOffset() - this.utcOffset()) * e, g2 = this - m3, D2 = function() { | ||
return b.m(y2, m3); | ||
}; | ||
switch (M3) { | ||
case h: | ||
$2 = D2() / 12; | ||
break; | ||
case c: | ||
$2 = D2(); | ||
break; | ||
case f: | ||
$2 = D2() / 3; | ||
break; | ||
case o: | ||
$2 = (g2 - v2) / 6048e5; | ||
break; | ||
case a: | ||
$2 = (g2 - v2) / 864e5; | ||
break; | ||
case u: | ||
$2 = g2 / n; | ||
break; | ||
case s: | ||
$2 = g2 / e; | ||
break; | ||
case i: | ||
$2 = g2 / t; | ||
break; | ||
default: | ||
$2 = g2; | ||
} | ||
return l2 ? $2 : b.a($2); | ||
}, m2.daysInMonth = function() { | ||
return this.endOf(f).$D; | ||
return this.endOf(c).$D; | ||
}, m2.$locale = function() { | ||
@@ -233,6 +315,6 @@ return D[this.$L]; | ||
return this.$L; | ||
var n2 = this.clone(), r2 = S(t2, e2, true); | ||
var n2 = this.clone(), r2 = w(t2, e2, true); | ||
return r2 && (n2.$L = r2), n2; | ||
}, m2.clone = function() { | ||
return O.w(this.$d, this); | ||
return b.w(this.$d, this); | ||
}, m2.toDate = function() { | ||
@@ -247,12 +329,12 @@ return new Date(this.valueOf()); | ||
}, M2; | ||
}(), T = _.prototype; | ||
return w.prototype = T, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", f], ["$y", c], ["$D", d]].forEach(function(t2) { | ||
T[t2[1]] = function(e2) { | ||
}(), k = _.prototype; | ||
return O.prototype = k, [["$ms", r], ["$s", i], ["$m", s], ["$H", u], ["$W", a], ["$M", c], ["$y", h], ["$D", d]].forEach(function(t2) { | ||
k[t2[1]] = function(e2) { | ||
return this.$g(e2, t2[0], t2[1]); | ||
}; | ||
}), w.extend = function(t2, e2) { | ||
return t2.$i || (t2(e2, _, w), t2.$i = true), w; | ||
}, w.locale = S, w.isDayjs = p, w.unix = function(t2) { | ||
return w(1e3 * t2); | ||
}, w.en = D[g], w.Ls = D, w.p = {}, w; | ||
}), O.extend = function(t2, e2) { | ||
return t2.$i || (t2(e2, _, O), t2.$i = true), O; | ||
}, O.locale = w, O.isDayjs = S, O.unix = function(t2) { | ||
return O(1e3 * t2); | ||
}, O.en = D[g], O.Ls = D, O.p = {}, O; | ||
}); | ||
@@ -296,3 +378,3 @@ } | ||
// node_modules/.pnpm/chalk@5.2.0/node_modules/chalk/source/vendor/ansi-styles/index.js | ||
// node_modules/chalk/source/vendor/ansi-styles/index.js | ||
var ANSI_BACKGROUND_OFFSET = 10; | ||
@@ -483,3 +565,3 @@ var wrapAnsi16 = (offset = 0) => (code) => `\x1B[${code + offset}m`; | ||
// node_modules/.pnpm/chalk@5.2.0/node_modules/chalk/source/vendor/supports-color/index.js | ||
// node_modules/chalk/source/vendor/supports-color/index.js | ||
var import_node_process = __toESM(require("process"), 1); | ||
@@ -558,3 +640,3 @@ var import_node_os = __toESM(require("os"), 1); | ||
if ("CI" in env) { | ||
if ("GITHUB_ACTIONS" in env) { | ||
if ("GITHUB_ACTIONS" in env || "GITEA_ACTIONS" in env) { | ||
return 3; | ||
@@ -611,3 +693,3 @@ } | ||
// node_modules/.pnpm/chalk@5.2.0/node_modules/chalk/source/utilities.js | ||
// node_modules/chalk/source/utilities.js | ||
function stringReplaceAll(string, substring, replacer) { | ||
@@ -642,3 +724,3 @@ let index = string.indexOf(substring); | ||
// node_modules/.pnpm/chalk@5.2.0/node_modules/chalk/source/index.js | ||
// node_modules/chalk/source/index.js | ||
var { stdout: stdoutColor, stderr: stderrColor } = supports_color_default; | ||
@@ -645,0 +727,0 @@ var GENERATOR = Symbol("GENERATOR"); |
{ | ||
"name": "@vladmandic/pilogger", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Simple Logger for NodeJS", | ||
@@ -31,17 +31,17 @@ "main": "dist/pilogger.js", | ||
"devDependencies": { | ||
"@types/node": "^18.15.11", | ||
"@typescript-eslint/eslint-plugin": "^5.57.1", | ||
"@typescript-eslint/parser": "^5.57.1", | ||
"@types/node": "^20.10.3", | ||
"@typescript-eslint/eslint-plugin": "^6.13.2", | ||
"@typescript-eslint/parser": "^6.13.2", | ||
"@vladmandic/build": "^0.9.2", | ||
"chalk": "^5.2.0", | ||
"dayjs": "^1.11.7", | ||
"esbuild": "^0.17.15", | ||
"eslint": "8.37.0", | ||
"chalk": "^5.3.0", | ||
"dayjs": "^1.11.10", | ||
"esbuild": "^0.19.8", | ||
"eslint": "8.55.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-plugin-html": "^7.1.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-import": "^2.29.0", | ||
"eslint-plugin-json": "^3.1.0", | ||
"tslib": "^2.5.0", | ||
"typescript": "^5.0.3" | ||
"tslib": "^2.6.2", | ||
"typescript": "^5.3.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71330
1487