node-ansi-logger 3.2.1-dev-20260327-7069fd7 → 3.2.1

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
@@ -5,10 +5,10 @@
5
5
  ![Node.js CI](https://github.com/Luligu/node-ansi-logger/actions/workflows/build.yml/badge.svg)
6
6
  ![CodeQL](https://github.com/Luligu/node-ansi-logger/actions/workflows/codeql.yml/badge.svg)
7
7
  [![codecov](https://codecov.io/gh/Luligu/node-ansi-logger/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/node-ansi-logger)
8
- [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
9
- [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
8
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://prettier.io/)
9
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://eslint.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
11
- [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
11
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
12
12
 
13
13
  ---
14
14
 
@@ -18,16 +18,17 @@ If you like this project and find it useful, please consider giving it a star on
18
18
 
19
19
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
20
20
 
21
- ## [3.2.1] - 2026-03-27
21
+ ## [3.2.1] - 2026-04-10
22
22
 
23
23
  ### Changed
24
24
 
25
25
  - [package]: Update dependencies.
26
26
  - [package]: Update actions versions in workflows.
27
- - [package]: Bump package to `automator` v.3.1.4.
27
+ - [package]: Bump package to `automator` v.3.1.5.
28
28
  - [package]: Bump `typescript` to v.6.0.2.
29
- - [package]: Bump `typescript-eslint` to v.8.57.2.
30
- - [package]: Bump `eslint` to v.10.1.0.
29
+ - [package]: Bump `typescript-eslint` to v.8.58.1.
30
+ - [package]: Bump `eslint` to v.10.2.0.
31
+ - [package]: Bump `prettier` to v.3.8.2.
31
32
  - [package]: Add `type checking` script for Jest tests.
32
33
  - [package]: Add `CODE_OF_CONDUCT.md`.
33
34
  - [package]: Add `@eslint/json`.
package/README.md CHANGED
@@ -5,10 +5,10 @@
5
5
  ![Node.js CI](https://github.com/Luligu/node-ansi-logger/actions/workflows/build.yml/badge.svg)
6
6
  ![CodeQL](https://github.com/Luligu/node-ansi-logger/actions/workflows/codeql.yml/badge.svg)
7
7
  [![codecov](https://codecov.io/gh/Luligu/node-ansi-logger/branch/main/graph/badge.svg)](https://codecov.io/gh/Luligu/node-ansi-logger)
8
- [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://github.com/prettier/prettier)
9
- [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://github.com/eslint/eslint)
8
+ [![styled with prettier](https://img.shields.io/badge/styled_with-Prettier-f8bc45.svg?logo=prettier)](https://prettier.io/)
9
+ [![linted with eslint](https://img.shields.io/badge/linted_with-ES_Lint-4B32C3.svg?logo=eslint)](https://eslint.org/)
10
10
  [![TypeScript](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=white)](https://www.typescriptlang.org/)
11
- [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/api/esm.html)
11
+ [![ESM](https://img.shields.io/badge/ESM-Node.js-339933?logo=node.js&logoColor=white)](https://nodejs.org/)
12
12
 
13
13
  ---
14
14
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.2.1-dev-20260327-7069fd7",
3
+ "version": "3.2.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "node-ansi-logger",
9
- "version": "3.2.1-dev-20260327-7069fd7",
9
+ "version": "3.2.1",
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"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.2.1-dev-20260327-7069fd7",
3
+ "version": "3.2.1",
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",
@@ -44,8 +44,7 @@
44
44
  "CHANGELOG.md"
45
45
  ],
46
46
  "overrides": {
47
- "typescript": "6.0.2",
48
- "eslint": "10.1.0",
47
+ "eslint": "10.2.0",
49
48
  "@eslint/js": "10.0.1"
50
49
  }
51
50
  }