@visulima/pail 2.1.26 → 2.1.27
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 +11 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## @visulima/pail [2.1.27](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.26...@visulima/pail@2.1.27) (2025-09-12)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* update dependencies and fix linting issues ([0e802fe](https://github.com/visulima/visulima/commit/0e802fe02bb9ed791659cb5f3c77605ae5b42ec8))
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Dependencies
|
|
9
|
+
|
|
10
|
+
* **@visulima/error:** upgraded to 4.6.0
|
|
11
|
+
|
|
1
12
|
## @visulima/pail [2.1.26](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.25...@visulima/pail@2.1.26) (2025-09-07)
|
|
2
13
|
|
|
3
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visulima/pail",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.27",
|
|
4
4
|
"description": "Highly configurable Logger for Node.js, Edge and Browser.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ansi",
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
],
|
|
227
227
|
"dependencies": {
|
|
228
228
|
"@visulima/colorize": "1.4.23",
|
|
229
|
-
"@visulima/error": "4.
|
|
229
|
+
"@visulima/error": "4.6.0",
|
|
230
230
|
"@visulima/fmt": "1.1.15",
|
|
231
231
|
"@visulima/inspector": "1.0.24",
|
|
232
232
|
"safe-stable-stringify": "^2.5.0"
|