node-ansi-logger 3.3.1-dev-20260806-6c8bfa0 → 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 +6 -42
- package/README.md +0 -3
- package/npm-shrinkwrap.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!-- eslint-disable markdown/no-missing-label-refs -->
|
|
2
|
-
|
|
3
1
|
# Node ansi logger and stringify changelog
|
|
4
2
|
|
|
5
3
|
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
@@ -10,7 +8,6 @@
|
|
|
10
8
|
[](https://vitest.dev)
|
|
11
9
|
[](https://oxc.rs/docs/guide/usage/formatter.html)
|
|
12
10
|
[](https://oxc.rs/docs/guide/usage/linter.html)
|
|
13
|
-
[](https://www.typescriptlang.org/)
|
|
14
11
|
[](https://github.com/microsoft/typescript-go)
|
|
15
12
|
[](https://nodejs.org/)
|
|
16
13
|
|
|
@@ -18,6 +15,8 @@
|
|
|
18
15
|
|
|
19
16
|
All notable changes to this project will be documented in this file.
|
|
20
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
|
+
|
|
21
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.
|
|
22
21
|
|
|
23
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>
|
|
@@ -27,10 +26,11 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
27
26
|
- [package]: Apply uniform style.
|
|
28
27
|
- [package]: Update dependencies.
|
|
29
28
|
- [package]: Upgrade package.
|
|
30
|
-
- [package]: Bump `
|
|
31
|
-
- [package]: Bump `
|
|
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.
|
|
32
32
|
- [package]: Bump `oxlint-tsgolint` to v.7.0.2001.
|
|
33
|
-
- [package]: Bump `@types/node` to v.26.
|
|
33
|
+
- [package]: Bump `@types/node` to v.26.2.0.
|
|
34
34
|
|
|
35
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>
|
|
36
36
|
|
|
@@ -117,39 +117,3 @@ If you like this project and find it useful, please consider giving it a star on
|
|
|
117
117
|
- [package]: Bump to Automator v. 3.0.5.
|
|
118
118
|
|
|
119
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>
|
|
120
|
-
|
|
121
|
-
<!-- Commented out section
|
|
122
|
-
## [1.0.0] - 2025-07-01
|
|
123
|
-
|
|
124
|
-
### Added
|
|
125
|
-
|
|
126
|
-
- [Feature 1]: Description of the feature.
|
|
127
|
-
- [Feature 2]: Description of the feature.
|
|
128
|
-
|
|
129
|
-
### Changed
|
|
130
|
-
|
|
131
|
-
- [Feature 3]: Description of the change.
|
|
132
|
-
- [Feature 4]: Description of the change.
|
|
133
|
-
|
|
134
|
-
### Deprecated
|
|
135
|
-
|
|
136
|
-
- [Feature 5]: Description of the deprecation.
|
|
137
|
-
|
|
138
|
-
### Removed
|
|
139
|
-
|
|
140
|
-
- [Feature 6]: Description of the removal.
|
|
141
|
-
|
|
142
|
-
### Fixed
|
|
143
|
-
|
|
144
|
-
- [Bug 1]: Description of the bug fix.
|
|
145
|
-
- [Bug 2]: Description of the bug fix.
|
|
146
|
-
|
|
147
|
-
### Security
|
|
148
|
-
|
|
149
|
-
- [Security 1]: Description of the security improvement.
|
|
150
|
-
|
|
151
|
-
<a href="https://www.buymeacoffee.com/luligugithub">
|
|
152
|
-
<img src="https://matterbridge.io/assets/bmc-button.svg" alt="Buy me a coffee" width="80">
|
|
153
|
-
</a>
|
|
154
|
-
|
|
155
|
-
-->
|
package/README.md
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
<!-- eslint-disable markdown/no-multiple-h1 -->
|
|
2
|
-
|
|
3
1
|
# Node ansi logger and stringify
|
|
4
2
|
|
|
5
3
|
[](https://www.npmjs.com/package/node-ansi-logger)
|
|
@@ -10,7 +8,6 @@
|
|
|
10
8
|
[](https://vitest.dev)
|
|
11
9
|
[](https://oxc.rs/docs/guide/usage/formatter.html)
|
|
12
10
|
[](https://oxc.rs/docs/guide/usage/linter.html)
|
|
13
|
-
[](https://www.typescriptlang.org/)
|
|
14
11
|
[](https://github.com/microsoft/typescript-go)
|
|
15
12
|
[](https://nodejs.org/)
|
|
16
13
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-ansi-logger",
|
|
3
|
-
"version": "3.3.1-dev-
|
|
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-
|
|
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-
|
|
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",
|