node-ansi-logger 3.3.0-dev-20260513-eaa1bd1 → 3.3.0-dev-20260524-cac9dd5

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 CHANGED
@@ -37,11 +37,21 @@ If you like this project and find it useful, please consider giving it a star on
37
37
  ### Changed
38
38
 
39
39
  - [package]: Update dependencies.
40
- - [package]: Bump package to `automator` v.3.1.9.
40
+ - [package]: Bump package to `automator` v.3.1.10.
41
+ - [package]: Bump `eslint` to v.10.4.0.
42
+ - [package]: Bump `@types/node` to v.25.9.1.
43
+ - [package]: Bump `ts-jest` to v.29.4.11.
44
+ - [package]: Bump `typescript-eslint` to v.8.59.4.
45
+ - [package]: Bump `vitest` to v.4.1.7.
46
+ - [package]: Bump `@vitest/coverage-v8` to v.4.1.7.
47
+ - [package]: Bump `eslint-plugin-jsdoc` to v.63.0.0.
48
+ - [package]: Bump `@eslint/markdown` to v.8.0.2.
49
+ - [package]: Bump `npm-check-updates` to v.22.2.0.
50
+ - [package]: Update `.devcontainer/devcontainer.json`.
51
+ - [package]: Update `.vscode/settings.json`.
52
+ - [package]: Add `.vscode/extensions.json`.
41
53
  - [package]: Bump `typescript` to v.6.0.3.
42
54
  - [package]: Bump `jest` to v.30.4.2.
43
- - [package]: Bump `eslint` to v.10.3.0.
44
- - [package]: Bump `typescript-eslint` to v.8.59.3.
45
55
  - [eslint]: Add `eslint` v.2.0.4 config.
46
56
  - [prettier]: Add `prettier` v.2.0.0 config.
47
57
  - [jest]: Add `jest` v.2.0.1 config.
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.3.0-dev-20260513-eaa1bd1",
3
+ "version": "3.3.0-dev-20260524-cac9dd5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "node-ansi-logger",
9
- "version": "3.3.0-dev-20260513-eaa1bd1",
9
+ "version": "3.3.0-dev-20260524-cac9dd5",
10
10
  "license": "Apache-2.0",
11
11
  "engines": {
12
12
  "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0 || >=26.0.0 <27.0.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.3.0-dev-20260513-eaa1bd1",
3
+ "version": "3.3.0-dev-20260524-cac9dd5",
4
4
  "description": "Enhanced Ansi Color Logging and Stringify for Node.js in type script",
5
5
  "author": "https://github.com/Luligu",
6
6
  "license": "Apache-2.0",