@visulima/pail 1.1.11 → 1.1.13
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 +34 -0
- package/dist/{abstract-pretty-reporter-L82dKD7X.d.ts → abstract-pretty-reporter-B-VS5gYX.d.ts} +1 -1
- package/dist/{abstract-pretty-reporter-SBWxNXW5.d.cts → abstract-pretty-reporter-DwzTRutd.d.cts} +1 -1
- package/dist/index.browser.d.cts +3 -3
- package/dist/index.browser.d.ts +3 -3
- package/dist/index.server.d.cts +3 -3
- package/dist/index.server.d.ts +3 -3
- package/dist/{pail.browser-0Ej0KEkV.d.ts → pail.browser-DuX9zHSz.d.ts} +1 -1
- package/dist/{pail.browser-qG_FNUeK.d.cts → pail.browser-pg1HpChf.d.cts} +1 -1
- package/dist/processor.browser.cjs +1 -1
- package/dist/processor.browser.d.cts +1 -1
- package/dist/processor.browser.d.ts +1 -1
- package/dist/processor.server.cjs +2 -2
- package/dist/processor.server.d.cts +1 -1
- package/dist/processor.server.d.ts +1 -1
- package/dist/reporter.browser.cjs +1 -1
- package/dist/reporter.browser.d.cts +2 -2
- package/dist/reporter.browser.d.ts +2 -2
- package/dist/reporter.server.cjs +1 -1
- package/dist/reporter.server.d.cts +2 -2
- package/dist/reporter.server.d.ts +2 -2
- package/package.json +15 -14
- /package/dist/{types--_CcxoUw.d.cts → types-DrhFTME0.d.cts} +0 -0
- /package/dist/{types--_CcxoUw.d.ts → types-DrhFTME0.d.ts} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,37 @@
|
|
|
1
|
+
## @visulima/pail [1.1.13](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.12...@visulima/pail@1.1.13) (2024-06-13)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* updated all dev deps ([ef143ce](https://github.com/visulima/visulima/commit/ef143ce2e15952a0910aa5c8bd78d25de9ebd7f3))
|
|
6
|
+
|
|
7
|
+
### Build System
|
|
8
|
+
|
|
9
|
+
* fixed found audit error, updated all dev package deps, updated deps in apps and examples ([4c51950](https://github.com/visulima/visulima/commit/4c519500dc5504579d35725572920658999885cb))
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
### Dependencies
|
|
13
|
+
|
|
14
|
+
* **@visulima/colorize:** upgraded to 1.4.3
|
|
15
|
+
|
|
16
|
+
## @visulima/pail [1.1.12](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.11...@visulima/pail@1.1.12) (2024-06-06)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* allow node v22 ([890d457](https://github.com/visulima/visulima/commit/890d4570f18428e2463944813c0c638b3f142803))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
### Miscellaneous Chores
|
|
25
|
+
|
|
26
|
+
* updated dev dependencies ([a2e0504](https://github.com/visulima/visulima/commit/a2e0504dc239049434c2482756ff15bdbaac9b54))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Dependencies
|
|
31
|
+
|
|
32
|
+
* **@visulima/colorize:** upgraded to 1.4.2
|
|
33
|
+
* **@visulima/fmt:** upgraded to 1.1.5
|
|
34
|
+
|
|
1
35
|
## @visulima/pail [1.1.11](https://github.com/visulima/visulima/compare/@visulima/pail@1.1.10...@visulima/pail@1.1.11) (2024-05-24)
|
|
2
36
|
|
|
3
37
|
|
package/dist/{abstract-pretty-reporter-L82dKD7X.d.ts → abstract-pretty-reporter-B-VS5gYX.d.ts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { stringify } from 'safe-stable-stringify';
|
|
2
|
-
import { h as StringifyAwareReporter, g as ReadonlyMeta, e as LiteralUnion, E as ExtendedRfc5424LogLevels, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, a as DefaultLogTypes } from './types
|
|
2
|
+
import { h as StringifyAwareReporter, g as ReadonlyMeta, e as LiteralUnion, E as ExtendedRfc5424LogLevels, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, a as DefaultLogTypes } from './types-DrhFTME0.js';
|
|
3
3
|
|
|
4
4
|
declare abstract class AbstractJsonReporter<L extends string = never> implements StringifyAwareReporter<L> {
|
|
5
5
|
protected _stringify: typeof stringify | undefined;
|
package/dist/{abstract-pretty-reporter-SBWxNXW5.d.cts → abstract-pretty-reporter-DwzTRutd.d.cts}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { stringify } from 'safe-stable-stringify';
|
|
2
|
-
import { h as StringifyAwareReporter, g as ReadonlyMeta, e as LiteralUnion, E as ExtendedRfc5424LogLevels, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, a as DefaultLogTypes } from './types
|
|
2
|
+
import { h as StringifyAwareReporter, g as ReadonlyMeta, e as LiteralUnion, E as ExtendedRfc5424LogLevels, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, a as DefaultLogTypes } from './types-DrhFTME0.cjs';
|
|
3
3
|
|
|
4
4
|
declare abstract class AbstractJsonReporter<L extends string = never> implements StringifyAwareReporter<L> {
|
|
5
5
|
protected _stringify: typeof stringify | undefined;
|
package/dist/index.browser.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as PailBrowserType } from './pail.browser-
|
|
2
|
-
import { C as ConstructorOptions } from './types
|
|
3
|
-
export { a as DefaultLogTypes, D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, b as LoggerFunction, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, R as Reporter, S as StreamAwareReporter } from './types
|
|
1
|
+
import { P as PailBrowserType } from './pail.browser-pg1HpChf.cjs';
|
|
2
|
+
import { C as ConstructorOptions } from './types-DrhFTME0.cjs';
|
|
3
|
+
export { a as DefaultLogTypes, D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, b as LoggerFunction, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, R as Reporter, S as StreamAwareReporter } from './types-DrhFTME0.cjs';
|
|
4
4
|
import 'safe-stable-stringify';
|
|
5
5
|
import '@visulima/colorize';
|
|
6
6
|
|
package/dist/index.browser.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as PailBrowserType } from './pail.browser-
|
|
2
|
-
import { C as ConstructorOptions } from './types
|
|
3
|
-
export { a as DefaultLogTypes, D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, b as LoggerFunction, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, R as Reporter, S as StreamAwareReporter } from './types
|
|
1
|
+
import { P as PailBrowserType } from './pail.browser-DuX9zHSz.js';
|
|
2
|
+
import { C as ConstructorOptions } from './types-DrhFTME0.js';
|
|
3
|
+
export { a as DefaultLogTypes, D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, b as LoggerFunction, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, R as Reporter, S as StreamAwareReporter } from './types-DrhFTME0.js';
|
|
4
4
|
import 'safe-stable-stringify';
|
|
5
5
|
import '@visulima/colorize';
|
|
6
6
|
|
package/dist/index.server.d.cts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as DefaultLogTypes, b as LoggerFunction, f as ServerConstructorOptions, I as InteractiveManager, R as Reporter, C as ConstructorOptions } from './types
|
|
2
|
-
export { D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, S as StreamAwareReporter } from './types
|
|
3
|
-
import { a as PailBrowserImpl } from './pail.browser-
|
|
1
|
+
import { a as DefaultLogTypes, b as LoggerFunction, f as ServerConstructorOptions, I as InteractiveManager, R as Reporter, C as ConstructorOptions } from './types-DrhFTME0.cjs';
|
|
2
|
+
export { D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, S as StreamAwareReporter } from './types-DrhFTME0.cjs';
|
|
3
|
+
import { a as PailBrowserImpl } from './pail.browser-pg1HpChf.cjs';
|
|
4
4
|
import '@visulima/colorize';
|
|
5
5
|
import 'safe-stable-stringify';
|
|
6
6
|
|
package/dist/index.server.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { a as DefaultLogTypes, b as LoggerFunction, f as ServerConstructorOptions, I as InteractiveManager, R as Reporter, C as ConstructorOptions } from './types
|
|
2
|
-
export { D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, S as StreamAwareReporter } from './types
|
|
3
|
-
import { a as PailBrowserImpl } from './pail.browser-
|
|
1
|
+
import { a as DefaultLogTypes, b as LoggerFunction, f as ServerConstructorOptions, I as InteractiveManager, R as Reporter, C as ConstructorOptions } from './types-DrhFTME0.js';
|
|
2
|
+
export { D as DefaultLoggerTypes, E as ExtendedRfc5424LogLevels, L as LoggerConfiguration, c as LoggerTypesAwareReporter, d as LoggerTypesConfig, P as Processor, S as StreamAwareReporter } from './types-DrhFTME0.js';
|
|
3
|
+
import { a as PailBrowserImpl } from './pail.browser-DuX9zHSz.js';
|
|
4
4
|
import '@visulima/colorize';
|
|
5
5
|
import 'safe-stable-stringify';
|
|
6
6
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { stringify } from 'safe-stable-stringify';
|
|
2
|
-
import { a as DefaultLogTypes, b as LoggerFunction, C as ConstructorOptions, M as Meta, d as LoggerTypesConfig, e as LiteralUnion, P as Processor, E as ExtendedRfc5424LogLevels, R as Reporter } from './types
|
|
2
|
+
import { a as DefaultLogTypes, b as LoggerFunction, C as ConstructorOptions, M as Meta, d as LoggerTypesConfig, e as LiteralUnion, P as Processor, E as ExtendedRfc5424LogLevels, R as Reporter } from './types-DrhFTME0.js';
|
|
3
3
|
|
|
4
4
|
declare class PailBrowserImpl<T extends string = never, L extends string = never> {
|
|
5
5
|
protected timersMap: Map<string, number>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { stringify } from 'safe-stable-stringify';
|
|
2
|
-
import { a as DefaultLogTypes, b as LoggerFunction, C as ConstructorOptions, M as Meta, d as LoggerTypesConfig, e as LiteralUnion, P as Processor, E as ExtendedRfc5424LogLevels, R as Reporter } from './types
|
|
2
|
+
import { a as DefaultLogTypes, b as LoggerFunction, C as ConstructorOptions, M as Meta, d as LoggerTypesConfig, e as LiteralUnion, P as Processor, E as ExtendedRfc5424LogLevels, R as Reporter } from './types-DrhFTME0.cjs';
|
|
3
3
|
|
|
4
4
|
declare class PailBrowserImpl<T extends string = never, L extends string = never> {
|
|
5
5
|
protected timersMap: Map<string, number>;
|
|
@@ -4,7 +4,7 @@ var chunkF4FJCQ4L_cjs = require('./chunk-F4FJCQ4L.cjs');
|
|
|
4
4
|
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
Object.defineProperty(exports,
|
|
7
|
+
Object.defineProperty(exports, "MessageFormatterProcessor", {
|
|
8
8
|
enumerable: true,
|
|
9
9
|
get: function () { return chunkF4FJCQ4L_cjs.a; }
|
|
10
10
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormatterFunction } from '@visulima/fmt';
|
|
2
|
-
import { j as StringifyAwareProcessor, M as Meta } from './types
|
|
2
|
+
import { j as StringifyAwareProcessor, M as Meta } from './types-DrhFTME0.cjs';
|
|
3
3
|
import '@visulima/colorize';
|
|
4
4
|
|
|
5
5
|
declare class MessageFormatterProcessor<L extends string = string> implements StringifyAwareProcessor<L> {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { FormatterFunction } from '@visulima/fmt';
|
|
2
|
-
import { j as StringifyAwareProcessor, M as Meta } from './types
|
|
2
|
+
import { j as StringifyAwareProcessor, M as Meta } from './types-DrhFTME0.js';
|
|
3
3
|
import '@visulima/colorize';
|
|
4
4
|
|
|
5
5
|
declare class MessageFormatterProcessor<L extends string = string> implements StringifyAwareProcessor<L> {
|
|
@@ -5,11 +5,11 @@ var chunkF4FJCQ4L_cjs = require('./chunk-F4FJCQ4L.cjs');
|
|
|
5
5
|
|
|
6
6
|
var o=()=>{let i=Error.prepareStackTrace;try{let r=[];Error.prepareStackTrace=(n,l)=>{let u=l.slice(1);return r=u,u},new Error().stack;let e=r.reduce((n,l)=>(n.push({columnNumber:l.getColumnNumber(),fileName:l.getFileName(),lineNumber:l.getLineNumber()}),n),[]).at(-2);return e?{columnNumber:e.columnNumber??void 0,fileName:e.fileName,lineNumber:e.lineNumber??void 0}:{fileName:"anonymous",lineNumber:void 0}}finally{Error.prepareStackTrace=i;}};var t=class{process(r){let{columnNumber:m,fileName:e,lineNumber:n}=o();return r.file={column:m,line:n,name:e},r}};
|
|
7
7
|
|
|
8
|
-
Object.defineProperty(exports,
|
|
8
|
+
Object.defineProperty(exports, "ErrorProcessor", {
|
|
9
9
|
enumerable: true,
|
|
10
10
|
get: function () { return chunkVWAGNTLB_cjs.a; }
|
|
11
11
|
});
|
|
12
|
-
Object.defineProperty(exports,
|
|
12
|
+
Object.defineProperty(exports, "MessageFormatterProcessor", {
|
|
13
13
|
enumerable: true,
|
|
14
14
|
get: function () { return chunkF4FJCQ4L_cjs.a; }
|
|
15
15
|
});
|
|
@@ -18,7 +18,7 @@ var m=class extends chunkYP3U3DTV_cjs.b{constructor(r={}){super({uppercase:{labe
|
|
|
18
18
|
`+s[0],s.slice(1))):e.push([`
|
|
19
19
|
`+s[0],...s.slice(1)]);}if(t)w(...e);else {let s="",n=[],a=[];for(let l of e)Array.isArray(l)&&l.length>1&&l[0].includes("%c")?(s+=l[0],n.push(...l.slice(1))):a.push(l);w(s+"%c",...n,"",...a);}}_formatLabel(r){let t=this._styles.uppercase.label?r.toUpperCase():r;return t=this._styles.underline.label?z.underline(t):t,this._styles.bold.label&&(t=z.bold(t)),t}};
|
|
20
20
|
|
|
21
|
-
Object.defineProperty(exports,
|
|
21
|
+
Object.defineProperty(exports, "JsonReporter", {
|
|
22
22
|
enumerable: true,
|
|
23
23
|
get: function () { return chunk5MNFJRLM_cjs.a; }
|
|
24
24
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as LiteralUnion, E as ExtendedRfc5424LogLevels, g as ReadonlyMeta } from './types
|
|
2
|
-
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-
|
|
1
|
+
import { e as LiteralUnion, E as ExtendedRfc5424LogLevels, g as ReadonlyMeta } from './types-DrhFTME0.cjs';
|
|
2
|
+
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-DwzTRutd.cjs';
|
|
3
3
|
import '@visulima/colorize';
|
|
4
4
|
import 'safe-stable-stringify';
|
|
5
5
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { e as LiteralUnion, E as ExtendedRfc5424LogLevels, g as ReadonlyMeta } from './types
|
|
2
|
-
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-
|
|
1
|
+
import { e as LiteralUnion, E as ExtendedRfc5424LogLevels, g as ReadonlyMeta } from './types-DrhFTME0.js';
|
|
2
|
+
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-B-VS5gYX.js';
|
|
3
3
|
import '@visulima/colorize';
|
|
4
4
|
import 'safe-stable-stringify';
|
|
5
5
|
|
package/dist/reporter.server.cjs
CHANGED
|
@@ -15,7 +15,7 @@ var a=class{_ready=!0;_stream;_name;constructor(t,r){this._stream=t,this._name=r
|
|
|
15
15
|
`);}};var p=class extends s{#t;constructor(t){super({compress:"gzip",interval:"1d",size:"10M",...t});}setStringify(t){this.#t=t;}_formatMessage(t){let{type:r,...e}=t;return e.label&&(e.label=e.label.trim()),e.file&&(e.file=e.file.name+":"+e.file.line+(e.file.column?":"+e.file.column:"")),this.#t(e)}};var m=class extends chunkZJMTPHZR_cjs.a{#t;#e;constructor(){super(),this.#t=c__default.default.stdout,this.#e=c__default.default.stderr;}setStdout(t){this.#t=t;}setStderr(t){this.#e=t;}_log(t,r){let e=["error","warn"].includes(r)?this.#e:this.#t;chunkS4PFPURC_cjs.c(t+`
|
|
16
16
|
`,e);}};
|
|
17
17
|
|
|
18
|
-
Object.defineProperty(exports,
|
|
18
|
+
Object.defineProperty(exports, "PrettyReporter", {
|
|
19
19
|
enumerable: true,
|
|
20
20
|
get: function () { return chunkS4PFPURC_cjs.d; }
|
|
21
21
|
});
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Options as Options$1 } from 'rotating-file-stream';
|
|
2
|
-
import { R as Reporter, g as ReadonlyMeta, M as Meta, S as StreamAwareReporter, e as LiteralUnion, E as ExtendedRfc5424LogLevels, i as InteractiveStreamReporter, I as InteractiveManager } from './types
|
|
3
|
-
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-
|
|
2
|
+
import { R as Reporter, g as ReadonlyMeta, M as Meta, S as StreamAwareReporter, e as LiteralUnion, E as ExtendedRfc5424LogLevels, i as InteractiveStreamReporter, I as InteractiveManager } from './types-DrhFTME0.cjs';
|
|
3
|
+
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-DwzTRutd.cjs';
|
|
4
4
|
import '@visulima/colorize';
|
|
5
5
|
import 'safe-stable-stringify';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Options as Options$1 } from 'rotating-file-stream';
|
|
2
|
-
import { R as Reporter, g as ReadonlyMeta, M as Meta, S as StreamAwareReporter, e as LiteralUnion, E as ExtendedRfc5424LogLevels, i as InteractiveStreamReporter, I as InteractiveManager } from './types
|
|
3
|
-
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-
|
|
2
|
+
import { R as Reporter, g as ReadonlyMeta, M as Meta, S as StreamAwareReporter, e as LiteralUnion, E as ExtendedRfc5424LogLevels, i as InteractiveStreamReporter, I as InteractiveManager } from './types-DrhFTME0.js';
|
|
3
|
+
import { A as AbstractJsonReporter, a as AbstractPrettyReporter, P as PrettyStyleOptions } from './abstract-pretty-reporter-B-VS5gYX.js';
|
|
4
4
|
import '@visulima/colorize';
|
|
5
5
|
import 'safe-stable-stringify';
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pail",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.13",
|
|
4
4
|
"description": "Find a file or directory by walking up parent directories.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anolilab",
|
|
@@ -163,38 +163,39 @@
|
|
|
163
163
|
"LICENSE.md"
|
|
164
164
|
],
|
|
165
165
|
"dependencies": {
|
|
166
|
-
"@visulima/colorize": "1.4.
|
|
167
|
-
"@visulima/fmt": "1.1.
|
|
166
|
+
"@visulima/colorize": "1.4.3",
|
|
167
|
+
"@visulima/fmt": "1.1.5",
|
|
168
168
|
"safe-stable-stringify": "^2.4.3"
|
|
169
169
|
},
|
|
170
170
|
"devDependencies": {
|
|
171
171
|
"@anolilab/eslint-config": "^15.0.3",
|
|
172
172
|
"@anolilab/prettier-config": "^5.0.14",
|
|
173
|
-
"@anolilab/semantic-release-pnpm": "^1.1.
|
|
174
|
-
"@anolilab/semantic-release-preset": "^
|
|
175
|
-
"@babel/core": "^7.24.
|
|
173
|
+
"@anolilab/semantic-release-pnpm": "^1.1.3",
|
|
174
|
+
"@anolilab/semantic-release-preset": "^9.0.0",
|
|
175
|
+
"@babel/core": "^7.24.7",
|
|
176
176
|
"@rushstack/eslint-plugin-security": "^0.8.1",
|
|
177
177
|
"@secretlint/secretlint-rule-preset-recommend": "^8.2.4",
|
|
178
178
|
"@total-typescript/ts-reset": "^0.5.1",
|
|
179
|
-
"@types/node": "18.
|
|
179
|
+
"@types/node": "18.19.15",
|
|
180
180
|
"@vitest/coverage-v8": "^1.6.0",
|
|
181
181
|
"@vitest/ui": "^1.6.0",
|
|
182
|
+
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
182
183
|
"cross-env": "^7.0.3",
|
|
183
184
|
"eslint": "^8.57.0",
|
|
184
|
-
"eslint-plugin-deprecation": "^
|
|
185
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
185
186
|
"eslint-plugin-etc": "^2.0.3",
|
|
186
187
|
"eslint-plugin-import": "npm:eslint-plugin-i@^2.29.1",
|
|
187
188
|
"eslint-plugin-mdx": "^3.1.5",
|
|
188
189
|
"eslint-plugin-vitest": "^0.4.1",
|
|
189
190
|
"eslint-plugin-vitest-globals": "^1.5.0",
|
|
190
|
-
"prettier": "^3.2
|
|
191
|
+
"prettier": "^3.3.2",
|
|
191
192
|
"rimraf": "^5.0.7",
|
|
192
|
-
"rotating-file-stream": "^3.2.
|
|
193
|
-
"secretlint": "8.2.
|
|
194
|
-
"semantic-release": "
|
|
193
|
+
"rotating-file-stream": "^3.2.3",
|
|
194
|
+
"secretlint": "8.2.4",
|
|
195
|
+
"semantic-release": "24.0.0",
|
|
195
196
|
"string-length": "^6.0.0",
|
|
196
197
|
"terminal-size": "^4.0.0",
|
|
197
|
-
"tsup": "^8.0
|
|
198
|
+
"tsup": "^8.1.0",
|
|
198
199
|
"typescript": "^5.4.5",
|
|
199
200
|
"vitest": "^1.6.0",
|
|
200
201
|
"wrap-ansi": "^9.0.0"
|
|
@@ -208,7 +209,7 @@
|
|
|
208
209
|
}
|
|
209
210
|
},
|
|
210
211
|
"engines": {
|
|
211
|
-
"node": ">=18.* <=
|
|
212
|
+
"node": ">=18.* <=22.*"
|
|
212
213
|
},
|
|
213
214
|
"os": [
|
|
214
215
|
"darwin",
|
|
File without changes
|
|
File without changes
|