@visulima/pail 2.1.22 → 2.1.24
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/CHANGELOG.md +26 -0
- package/dist/index.server.cjs +2 -2
- package/dist/index.server.mjs +2 -2
- package/dist/packem_shared/{PrettyReporter-K-EU3qWb.cjs → PrettyReporter-Bnji5xTp.cjs} +1 -1
- package/dist/packem_shared/{PrettyReporter-BhMmZrvE.mjs → PrettyReporter-iHNExsTk.mjs} +1 -1
- package/dist/packem_shared/{SimpleReporter-8ZqbQvpc.mjs → SimpleReporter-D2-9ceBV.mjs} +1 -1
- package/dist/packem_shared/{SimpleReporter-BB039Qa4.cjs → SimpleReporter-xcoidMb_.cjs} +1 -1
- package/dist/packem_shared/{format-label-DCVqdv1Z.mjs → format-label-BNbv-_R-.mjs} +1 -1
- package/dist/packem_shared/{format-label-CiYBxDGf.cjs → format-label-o4RcL4VF.cjs} +1 -1
- package/dist/reporter.server.cjs +2 -2
- package/dist/reporter.server.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,29 @@
|
|
|
1
|
+
## @visulima/pail [2.1.24](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.23...@visulima/pail@2.1.24) (2025-05-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Dependencies
|
|
5
|
+
|
|
6
|
+
* **@visulima/inspector:** upgraded to 1.0.23
|
|
7
|
+
|
|
8
|
+
## @visulima/pail [2.1.23](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.22...@visulima/pail@2.1.23) (2025-05-30)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* **pail:** update dependencies ([99bd792](https://github.com/visulima/visulima/commit/99bd792fabc031fdba81c9d7f38a53124f233578))
|
|
13
|
+
|
|
14
|
+
### Miscellaneous Chores
|
|
15
|
+
|
|
16
|
+
* **pail-bench:** update devDependencies ([94c563c](https://github.com/visulima/visulima/commit/94c563cf673865dcfe927d399ca4b9a8615facb2))
|
|
17
|
+
* updated dev dependencies ([2433ed5](https://github.com/visulima/visulima/commit/2433ed5fb662e0303c37edee8ddc21b46c21263f))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### Dependencies
|
|
21
|
+
|
|
22
|
+
* **@visulima/colorize:** upgraded to 1.4.22
|
|
23
|
+
* **@visulima/error:** upgraded to 4.4.17
|
|
24
|
+
* **@visulima/inspector:** upgraded to 1.0.22
|
|
25
|
+
* **@visulima/redact:** upgraded to 1.0.15
|
|
26
|
+
|
|
1
27
|
## @visulima/pail [2.1.22](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.21...@visulima/pail@2.1.22) (2025-03-07)
|
|
2
28
|
|
|
3
29
|
### Bug Fixes
|
package/dist/index.server.cjs
CHANGED
|
@@ -3,14 +3,14 @@
|
|
|
3
3
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
4
|
|
|
5
5
|
const process$1 = require('node:process');
|
|
6
|
-
const formatLabel = require('./packem_shared/format-label-
|
|
6
|
+
const formatLabel = require('./packem_shared/format-label-o4RcL4VF.cjs');
|
|
7
7
|
const node_string_decoder = require('node:string_decoder');
|
|
8
8
|
const pail_browser = require('./packem_shared/pail.browser-O53Q_cus.cjs');
|
|
9
9
|
const inspector = require('@visulima/inspector');
|
|
10
10
|
const constants = require('./packem_shared/constants-DHfYGxxG.cjs');
|
|
11
11
|
const writeStream = require('./packem_shared/write-stream-CkNf2Ju8.cjs');
|
|
12
12
|
const MessageFormatterProcessor = require('./packem_shared/MessageFormatterProcessor-t4t6CpzV.cjs');
|
|
13
|
-
const PrettyReporter = require('./packem_shared/PrettyReporter-
|
|
13
|
+
const PrettyReporter = require('./packem_shared/PrettyReporter-Bnji5xTp.cjs');
|
|
14
14
|
|
|
15
15
|
var __defProp$5 = Object.defineProperty;
|
|
16
16
|
var __name$5 = (target, value) => __defProp$5(target, "name", { value, configurable: true });
|
package/dist/index.server.mjs
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { stdout, stderr, env } from 'node:process';
|
|
2
|
-
import { t as terminalSize, w as wrapAnsi } from './packem_shared/format-label-
|
|
2
|
+
import { t as terminalSize, w as wrapAnsi } from './packem_shared/format-label-BNbv-_R-.mjs';
|
|
3
3
|
import { StringDecoder } from 'node:string_decoder';
|
|
4
4
|
import { a as PailBrowserImpl } from './packem_shared/pail.browser-Bp1fz428.mjs';
|
|
5
5
|
import { inspect } from '@visulima/inspector';
|
|
6
6
|
import { E as EMPTY_SYMBOL } from './packem_shared/constants-BYYZ5WNW.mjs';
|
|
7
7
|
import { w as writeStream } from './packem_shared/write-stream-BBAF33Zm.mjs';
|
|
8
8
|
import MessageFormatterProcessor from './packem_shared/MessageFormatterProcessor-Cd4HntPG.mjs';
|
|
9
|
-
import { PrettyReporter } from './packem_shared/PrettyReporter-
|
|
9
|
+
import { PrettyReporter } from './packem_shared/PrettyReporter-iHNExsTk.mjs';
|
|
10
10
|
|
|
11
11
|
var __defProp$5 = Object.defineProperty;
|
|
12
12
|
var __name$5 = (target, value) => __defProp$5(target, "name", { value, configurable: true });
|
|
@@ -6,7 +6,7 @@ const process = require('node:process');
|
|
|
6
6
|
const colorize = require('@visulima/colorize');
|
|
7
7
|
const error = require('@visulima/error/error');
|
|
8
8
|
const inspector = require('@visulima/inspector');
|
|
9
|
-
const formatLabel = require('./format-label-
|
|
9
|
+
const formatLabel = require('./format-label-o4RcL4VF.cjs');
|
|
10
10
|
const constants = require('./constants-DHfYGxxG.cjs');
|
|
11
11
|
const abstractPrettyReporter = require('./abstract-pretty-reporter-BR_6_JVa.cjs');
|
|
12
12
|
const getLongestLabel = require('./get-longest-label-CQ7lRhgD.cjs');
|
|
@@ -2,7 +2,7 @@ import { stdout, stderr } from 'node:process';
|
|
|
2
2
|
import colorize, { red, greenBright, cyan, green, grey, white, bgGrey, underline } from '@visulima/colorize';
|
|
3
3
|
import { renderError } from '@visulima/error/error';
|
|
4
4
|
import { inspect } from '@visulima/inspector';
|
|
5
|
-
import { d as defaultInspectorConfig, t as terminalSize, f as formatLabel, s as stringLength, w as wrapAnsi } from './format-label-
|
|
5
|
+
import { d as defaultInspectorConfig, t as terminalSize, f as formatLabel, s as stringLength, w as wrapAnsi } from './format-label-BNbv-_R-.mjs';
|
|
6
6
|
import { E as EMPTY_SYMBOL } from './constants-BYYZ5WNW.mjs';
|
|
7
7
|
import { A as AbstractPrettyReporter, g as getLongestBadge } from './abstract-pretty-reporter-izJgxoMv.mjs';
|
|
8
8
|
import { g as getLongestLabel } from './get-longest-label-CM8kLFWH.mjs';
|
|
@@ -2,7 +2,7 @@ import { stdout, stderr } from 'node:process';
|
|
|
2
2
|
import colorize, { red, greenBright, cyan, green, grey, bold, white, bgGrey, underline } from '@visulima/colorize';
|
|
3
3
|
import { renderError } from '@visulima/error';
|
|
4
4
|
import { inspect } from '@visulima/inspector';
|
|
5
|
-
import { d as defaultInspectorConfig, t as terminalSize, f as formatLabel, s as stringLength, w as wrapAnsi } from './format-label-
|
|
5
|
+
import { d as defaultInspectorConfig, t as terminalSize, f as formatLabel, s as stringLength, w as wrapAnsi } from './format-label-BNbv-_R-.mjs';
|
|
6
6
|
import { E as EMPTY_SYMBOL } from './constants-BYYZ5WNW.mjs';
|
|
7
7
|
import { A as AbstractPrettyReporter, g as getLongestBadge } from './abstract-pretty-reporter-izJgxoMv.mjs';
|
|
8
8
|
import { g as getLongestLabel } from './get-longest-label-CM8kLFWH.mjs';
|
|
@@ -6,7 +6,7 @@ const process = require('node:process');
|
|
|
6
6
|
const colorize = require('@visulima/colorize');
|
|
7
7
|
const error = require('@visulima/error');
|
|
8
8
|
const inspector = require('@visulima/inspector');
|
|
9
|
-
const formatLabel = require('./format-label-
|
|
9
|
+
const formatLabel = require('./format-label-o4RcL4VF.cjs');
|
|
10
10
|
const constants = require('./constants-DHfYGxxG.cjs');
|
|
11
11
|
const abstractPrettyReporter = require('./abstract-pretty-reporter-BR_6_JVa.cjs');
|
|
12
12
|
const getLongestLabel = require('./get-longest-label-CQ7lRhgD.cjs');
|
|
@@ -115,7 +115,7 @@ function isFullWidth(x) {
|
|
|
115
115
|
}
|
|
116
116
|
__name$8(isFullWidth, "isFullWidth");
|
|
117
117
|
function isWide(x) {
|
|
118
|
-
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9800 && x <= 9811 || x === 9855 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <=
|
|
118
|
+
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9776 && x <= 9783 || x >= 9800 && x <= 9811 || x === 9855 || x >= 9866 && x <= 9871 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <= 12773 || x >= 12783 && x <= 12830 || x >= 12832 && x <= 12871 || x >= 12880 && x <= 42124 || x >= 42128 && x <= 42182 || x >= 43360 && x <= 43388 || x >= 44032 && x <= 55203 || x >= 63744 && x <= 64255 || x >= 65040 && x <= 65049 || x >= 65072 && x <= 65106 || x >= 65108 && x <= 65126 || x >= 65128 && x <= 65131 || x >= 94176 && x <= 94180 || x === 94192 || x === 94193 || x >= 94208 && x <= 100343 || x >= 100352 && x <= 101589 || x >= 101631 && x <= 101640 || x >= 110576 && x <= 110579 || x >= 110581 && x <= 110587 || x === 110589 || x === 110590 || x >= 110592 && x <= 110882 || x === 110898 || x >= 110928 && x <= 110930 || x === 110933 || x >= 110948 && x <= 110951 || x >= 110960 && x <= 111355 || x >= 119552 && x <= 119638 || x >= 119648 && x <= 119670 || x === 126980 || x === 127183 || x === 127374 || x >= 127377 && x <= 127386 || x >= 127488 && x <= 127490 || x >= 127504 && x <= 127547 || x >= 127552 && x <= 127560 || x === 127568 || x === 127569 || x >= 127584 && x <= 127589 || x >= 127744 && x <= 127776 || x >= 127789 && x <= 127797 || x >= 127799 && x <= 127868 || x >= 127870 && x <= 127891 || x >= 127904 && x <= 127946 || x >= 127951 && x <= 127955 || x >= 127968 && x <= 127984 || x === 127988 || x >= 127992 && x <= 128062 || x === 128064 || x >= 128066 && x <= 128252 || x >= 128255 && x <= 128317 || x >= 128331 && x <= 128334 || x >= 128336 && x <= 128359 || x === 128378 || x === 128405 || x === 128406 || x === 128420 || x >= 128507 && x <= 128591 || x >= 128640 && x <= 128709 || x === 128716 || x >= 128720 && x <= 128722 || x >= 128725 && x <= 128727 || x >= 128732 && x <= 128735 || x === 128747 || x === 128748 || x >= 128756 && x <= 128764 || x >= 128992 && x <= 129003 || x === 129008 || x >= 129292 && x <= 129338 || x >= 129340 && x <= 129349 || x >= 129351 && x <= 129535 || x >= 129648 && x <= 129660 || x >= 129664 && x <= 129673 || x >= 129679 && x <= 129734 || x >= 129742 && x <= 129756 || x >= 129759 && x <= 129769 || x >= 129776 && x <= 129784 || x >= 131072 && x <= 196605 || x >= 196608 && x <= 262141;
|
|
119
119
|
}
|
|
120
120
|
__name$8(isWide, "isWide");
|
|
121
121
|
function getCategory(x) {
|
|
@@ -123,7 +123,7 @@ function isFullWidth(x) {
|
|
|
123
123
|
}
|
|
124
124
|
__name$8(isFullWidth, "isFullWidth");
|
|
125
125
|
function isWide(x) {
|
|
126
|
-
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9800 && x <= 9811 || x === 9855 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <=
|
|
126
|
+
return x >= 4352 && x <= 4447 || x === 8986 || x === 8987 || x === 9001 || x === 9002 || x >= 9193 && x <= 9196 || x === 9200 || x === 9203 || x === 9725 || x === 9726 || x === 9748 || x === 9749 || x >= 9776 && x <= 9783 || x >= 9800 && x <= 9811 || x === 9855 || x >= 9866 && x <= 9871 || x === 9875 || x === 9889 || x === 9898 || x === 9899 || x === 9917 || x === 9918 || x === 9924 || x === 9925 || x === 9934 || x === 9940 || x === 9962 || x === 9970 || x === 9971 || x === 9973 || x === 9978 || x === 9981 || x === 9989 || x === 9994 || x === 9995 || x === 10024 || x === 10060 || x === 10062 || x >= 10067 && x <= 10069 || x === 10071 || x >= 10133 && x <= 10135 || x === 10160 || x === 10175 || x === 11035 || x === 11036 || x === 11088 || x === 11093 || x >= 11904 && x <= 11929 || x >= 11931 && x <= 12019 || x >= 12032 && x <= 12245 || x >= 12272 && x <= 12287 || x >= 12289 && x <= 12350 || x >= 12353 && x <= 12438 || x >= 12441 && x <= 12543 || x >= 12549 && x <= 12591 || x >= 12593 && x <= 12686 || x >= 12688 && x <= 12773 || x >= 12783 && x <= 12830 || x >= 12832 && x <= 12871 || x >= 12880 && x <= 42124 || x >= 42128 && x <= 42182 || x >= 43360 && x <= 43388 || x >= 44032 && x <= 55203 || x >= 63744 && x <= 64255 || x >= 65040 && x <= 65049 || x >= 65072 && x <= 65106 || x >= 65108 && x <= 65126 || x >= 65128 && x <= 65131 || x >= 94176 && x <= 94180 || x === 94192 || x === 94193 || x >= 94208 && x <= 100343 || x >= 100352 && x <= 101589 || x >= 101631 && x <= 101640 || x >= 110576 && x <= 110579 || x >= 110581 && x <= 110587 || x === 110589 || x === 110590 || x >= 110592 && x <= 110882 || x === 110898 || x >= 110928 && x <= 110930 || x === 110933 || x >= 110948 && x <= 110951 || x >= 110960 && x <= 111355 || x >= 119552 && x <= 119638 || x >= 119648 && x <= 119670 || x === 126980 || x === 127183 || x === 127374 || x >= 127377 && x <= 127386 || x >= 127488 && x <= 127490 || x >= 127504 && x <= 127547 || x >= 127552 && x <= 127560 || x === 127568 || x === 127569 || x >= 127584 && x <= 127589 || x >= 127744 && x <= 127776 || x >= 127789 && x <= 127797 || x >= 127799 && x <= 127868 || x >= 127870 && x <= 127891 || x >= 127904 && x <= 127946 || x >= 127951 && x <= 127955 || x >= 127968 && x <= 127984 || x === 127988 || x >= 127992 && x <= 128062 || x === 128064 || x >= 128066 && x <= 128252 || x >= 128255 && x <= 128317 || x >= 128331 && x <= 128334 || x >= 128336 && x <= 128359 || x === 128378 || x === 128405 || x === 128406 || x === 128420 || x >= 128507 && x <= 128591 || x >= 128640 && x <= 128709 || x === 128716 || x >= 128720 && x <= 128722 || x >= 128725 && x <= 128727 || x >= 128732 && x <= 128735 || x === 128747 || x === 128748 || x >= 128756 && x <= 128764 || x >= 128992 && x <= 129003 || x === 129008 || x >= 129292 && x <= 129338 || x >= 129340 && x <= 129349 || x >= 129351 && x <= 129535 || x >= 129648 && x <= 129660 || x >= 129664 && x <= 129673 || x >= 129679 && x <= 129734 || x >= 129742 && x <= 129756 || x >= 129759 && x <= 129769 || x >= 129776 && x <= 129784 || x >= 131072 && x <= 196605 || x >= 196608 && x <= 262141;
|
|
127
127
|
}
|
|
128
128
|
__name$8(isWide, "isWide");
|
|
129
129
|
function getCategory(x) {
|
package/dist/reporter.server.cjs
CHANGED
|
@@ -4,8 +4,8 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
4
4
|
|
|
5
5
|
const JsonFileReporter = require('./packem_shared/JsonFileReporter-PNmBNTr1.cjs');
|
|
6
6
|
const JsonReporter = require('./packem_shared/JsonReporter-CcOVaf3A.cjs');
|
|
7
|
-
const PrettyReporter = require('./packem_shared/PrettyReporter-
|
|
8
|
-
const SimpleReporter = require('./packem_shared/SimpleReporter-
|
|
7
|
+
const PrettyReporter = require('./packem_shared/PrettyReporter-Bnji5xTp.cjs');
|
|
8
|
+
const SimpleReporter = require('./packem_shared/SimpleReporter-xcoidMb_.cjs');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
|
package/dist/reporter.server.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { JsonFileReporter } from './packem_shared/JsonFileReporter-BazAMbEI.mjs';
|
|
2
2
|
export { default as JsonReporter } from './packem_shared/JsonReporter-DFFyVZyh.mjs';
|
|
3
|
-
export { PrettyReporter } from './packem_shared/PrettyReporter-
|
|
4
|
-
export { SimpleReporter } from './packem_shared/SimpleReporter-
|
|
3
|
+
export { PrettyReporter } from './packem_shared/PrettyReporter-iHNExsTk.mjs';
|
|
4
|
+
export { SimpleReporter } from './packem_shared/SimpleReporter-D2-9ceBV.mjs';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pail",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.24",
|
|
4
4
|
"description": "Highly configurable Logger for Node.js, Edge and Browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -225,14 +225,14 @@
|
|
|
225
225
|
"LICENSE.md"
|
|
226
226
|
],
|
|
227
227
|
"dependencies": {
|
|
228
|
-
"@visulima/colorize": "1.4.
|
|
229
|
-
"@visulima/error": "4.4.
|
|
228
|
+
"@visulima/colorize": "1.4.22",
|
|
229
|
+
"@visulima/error": "4.4.17",
|
|
230
230
|
"@visulima/fmt": "1.1.15",
|
|
231
|
-
"@visulima/inspector": "1.0.
|
|
231
|
+
"@visulima/inspector": "1.0.23",
|
|
232
232
|
"safe-stable-stringify": "^2.5.0"
|
|
233
233
|
},
|
|
234
234
|
"peerDependencies": {
|
|
235
|
-
"@visulima/redact": "1.0.
|
|
235
|
+
"@visulima/redact": "1.0.15",
|
|
236
236
|
"rotating-file-stream": "^3.1.1"
|
|
237
237
|
},
|
|
238
238
|
"peerDependenciesMeta": {
|