@visulima/pail 3.0.0 → 3.0.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
@@ -1,3 +1,25 @@
1
+ ## @visulima/pail [3.0.1](https://github.com/visulima/visulima/compare/@visulima/pail@3.0.0...@visulima/pail@3.0.1) (2025-10-21)
2
+
3
+ ### Bug Fixes
4
+
5
+ * allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
6
+
7
+ ### Miscellaneous Chores
8
+
9
+ * update @visulima/pail dependency to version 3.0.0 in bun package.json ([0d5e1de](https://github.com/visulima/visulima/commit/0d5e1de116b34b8ef09fd2822857e107942ec16a))
10
+ * update copyright year in LICENSE.md files ([c46a28d](https://github.com/visulima/visulima/commit/c46a28d2afb4cc7d73a7edde9a271a7156f87eae))
11
+ * update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
12
+
13
+
14
+ ### Dependencies
15
+
16
+ * **@visulima/colorize:** upgraded to 1.4.25
17
+ * **@visulima/fmt:** upgraded to 1.1.17
18
+ * **@visulima/inspector:** upgraded to 1.0.26
19
+ * **@visulima/redact:** upgraded to 2.0.1
20
+ * **@visulima/error:** upgraded to 5.0.2
21
+ * **@visulima/string:** upgraded to 2.0.1
22
+
1
23
  ## @visulima/pail [3.0.0](https://github.com/visulima/visulima/compare/@visulima/pail@2.1.31...@visulima/pail@3.0.0) (2025-10-20)
2
24
 
3
25
  ### ⚠ BREAKING CHANGES
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 visulima
3
+ Copyright (c) 2025 visulima
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/pail",
3
- "version": "3.0.0",
3
+ "version": "3.0.1",
4
4
  "description": "Highly configurable Logger for Node.js, Edge and Browser.",
5
5
  "keywords": [
6
6
  "ansi",
@@ -141,11 +141,11 @@
141
141
  "LICENSE.md"
142
142
  ],
143
143
  "dependencies": {
144
- "@visulima/colorize": "1.4.24",
144
+ "@visulima/colorize": "1.4.25",
145
145
  "type-fest": "^5.1.0"
146
146
  },
147
147
  "peerDependencies": {
148
- "@visulima/redact": "2.0.0",
148
+ "@visulima/redact": "2.0.1",
149
149
  "rotating-file-stream": "^3.2.7"
150
150
  },
151
151
  "peerDependenciesMeta": {
@@ -157,7 +157,7 @@
157
157
  }
158
158
  },
159
159
  "engines": {
160
- "node": ">=20.19 <=24.x"
160
+ "node": ">=20.19 <=25.x"
161
161
  },
162
162
  "os": [
163
163
  "darwin",