node-ansi-logger 3.3.1-dev-20260812-c4e41bc → 3.3.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
@@ -21,16 +21,21 @@ If you like this project and find it useful, please consider giving it a star on
21
21
 
22
22
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="120"></a>
23
23
 
24
- ## [3.3.1] - Dev branch
24
+ ## [3.3.1] - 2026-08-29
25
+
26
+ ### Added
27
+
28
+ - [devcontainer]: Add Dev Container (Bun and Node) v.2.0.0.
29
+
30
+ ### Changed
25
31
 
26
32
  - [package]: Apply uniform style.
27
33
  - [package]: Update dependencies.
28
34
  - [package]: Upgrade package.
29
- - [package]: Bump `Dev Container` to v.1.2.0.
30
- - [package]: Bump `oxfmt` to v.0.63.0.
31
- - [package]: Bump `oxlint` to v.1.78.0.
35
+ - [package]: Bump `oxfmt` to v.0.65.0.
36
+ - [package]: Bump `oxlint` to v.1.80.0.
32
37
  - [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
33
- - [package]: Bump `@types/node` to v.26.2.0.
38
+ - [package]: Bump `@types/node` to v.26.4.0.
34
39
 
35
40
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
36
41
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.3.1-dev-20260812-c4e41bc",
3
+ "version": "3.3.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "node-ansi-logger",
9
- "version": "3.3.1-dev-20260812-c4e41bc",
9
+ "version": "3.3.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 || >=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.1-dev-20260812-c4e41bc",
3
+ "version": "3.3.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",