node-ansi-logger 3.3.1-dev-20260807-15d52f6 → 3.3.1-dev-20260812-c4e41bc

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
@@ -15,6 +15,8 @@
15
15
 
16
16
  All notable changes to this project will be documented in this file.
17
17
 
18
+ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
19
+
18
20
  If you like this project and find it useful, please consider giving it a star on [GitHub](https://github.com/Luligu/node-ansi-logger) and sponsoring it.
19
21
 
20
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>
@@ -24,10 +26,11 @@ If you like this project and find it useful, please consider giving it a star on
24
26
  - [package]: Apply uniform style.
25
27
  - [package]: Update dependencies.
26
28
  - [package]: Upgrade package.
27
- - [package]: Bump `oxfmt` to v.0.62.0.
28
- - [package]: Bump `oxlint` to v.1.77.0.
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.
29
32
  - [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
30
- - [package]: Bump `@types/node` to v.26.1.2.
33
+ - [package]: Bump `@types/node` to v.26.2.0.
31
34
 
32
35
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
33
36
 
@@ -114,39 +117,3 @@ If you like this project and find it useful, please consider giving it a star on
114
117
  - [package]: Bump to Automator v. 3.0.5.
115
118
 
116
119
  <a href="https://www.buymeacoffee.com/luligugithub"><img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80"></a>
117
-
118
- <!-- Commented out section
119
- ## [1.0.0] - 2025-07-01
120
-
121
- ### Added
122
-
123
- - [Feature 1]: Description of the feature.
124
- - [Feature 2]: Description of the feature.
125
-
126
- ### Changed
127
-
128
- - [Feature 3]: Description of the change.
129
- - [Feature 4]: Description of the change.
130
-
131
- ### Deprecated
132
-
133
- - [Feature 5]: Description of the deprecation.
134
-
135
- ### Removed
136
-
137
- - [Feature 6]: Description of the removal.
138
-
139
- ### Fixed
140
-
141
- - [Bug 1]: Description of the bug fix.
142
- - [Bug 2]: Description of the bug fix.
143
-
144
- ### Security
145
-
146
- - [Security 1]: Description of the security improvement.
147
-
148
- <a href="https://www.buymeacoffee.com/luligugithub">
149
- <img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
150
- </a>
151
-
152
- -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "node-ansi-logger",
3
- "version": "3.3.1-dev-20260807-15d52f6",
3
+ "version": "3.3.1-dev-20260812-c4e41bc",
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-20260807-15d52f6",
9
+ "version": "3.3.1-dev-20260812-c4e41bc",
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-20260807-15d52f6",
3
+ "version": "3.3.1-dev-20260812-c4e41bc",
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",