@visulima/pail 3.0.0 → 3.0.2

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,40 @@
1
+ ## @visulima/pail [3.0.2](https://github.com/visulima/visulima/compare/@visulima/pail@3.0.1...@visulima/pail@3.0.2) (2025-10-22)
2
+
3
+ ### Miscellaneous Chores
4
+
5
+ * update package dependencies and configurations ([7bfe7e7](https://github.com/visulima/visulima/commit/7bfe7e71869580900aab50efb064b4293994ed9a))
6
+
7
+ ### Tests
8
+
9
+ * enhance unit tests with beforeEach for mock cleanup ([aba2a50](https://github.com/visulima/visulima/commit/aba2a50d5031193fbb0902cfa407b5e226c43ced))
10
+
11
+
12
+ ### Dependencies
13
+
14
+ * **@visulima/string:** upgraded to 2.0.2
15
+
16
+ ## @visulima/pail [3.0.1](https://github.com/visulima/visulima/compare/@visulima/pail@3.0.0...@visulima/pail@3.0.1) (2025-10-21)
17
+
18
+ ### Bug Fixes
19
+
20
+ * allow node v25 and updated dev deps ([8158cc5](https://github.com/visulima/visulima/commit/8158cc53ec92bd0331e8c6bd0fcbc8ab61b9320f))
21
+
22
+ ### Miscellaneous Chores
23
+
24
+ * update @visulima/pail dependency to version 3.0.0 in bun package.json ([0d5e1de](https://github.com/visulima/visulima/commit/0d5e1de116b34b8ef09fd2822857e107942ec16a))
25
+ * update copyright year in LICENSE.md files ([c46a28d](https://github.com/visulima/visulima/commit/c46a28d2afb4cc7d73a7edde9a271a7156f87eae))
26
+ * update license years and add validation rules ([b97811e](https://github.com/visulima/visulima/commit/b97811ed2d253d908c0d86b4579a0a6bc33673a8))
27
+
28
+
29
+ ### Dependencies
30
+
31
+ * **@visulima/colorize:** upgraded to 1.4.25
32
+ * **@visulima/fmt:** upgraded to 1.1.17
33
+ * **@visulima/inspector:** upgraded to 1.0.26
34
+ * **@visulima/redact:** upgraded to 2.0.1
35
+ * **@visulima/error:** upgraded to 5.0.2
36
+ * **@visulima/string:** upgraded to 2.0.1
37
+
1
38
  ## @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
39
 
3
40
  ### ⚠ 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
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
34
34
 
35
35
  > MIT License
36
36
  >
37
- > Copyright (c) 2024 visulima
37
+ > Copyright (c) 2025 visulima
38
38
  >
39
39
  > Permission is hereby granted, free of charge, to any person obtaining a copy
40
40
  > of this software and associated documentation files (the "Software"), to deal
@@ -210,7 +210,7 @@ Repository: git+https://github.com/visulima/visulima.git
210
210
 
211
211
  > MIT License
212
212
  >
213
- > Copyright (c) 2024 visulima
213
+ > Copyright (c) 2025 visulima
214
214
  >
215
215
  > Permission is hereby granted, free of charge, to any person obtaining a copy
216
216
  > of this software and associated documentation files (the "Software"), to deal
@@ -239,7 +239,7 @@ Repository: git+https://github.com/visulima/visulima.git
239
239
 
240
240
  > MIT License
241
241
  >
242
- > Copyright (c) 2024 visulima
242
+ > Copyright (c) 2025 visulima
243
243
  >
244
244
  > Permission is hereby granted, free of charge, to any person obtaining a copy
245
245
  > of this software and associated documentation files (the "Software"), to deal
@@ -617,7 +617,7 @@ Repository: git+https://github.com/visulima/visulima.git
617
617
 
618
618
  > MIT License
619
619
  >
620
- > Copyright (c) 2024 visulima
620
+ > Copyright (c) 2025 visulima
621
621
  >
622
622
  > Permission is hereby granted, free of charge, to any person obtaining a copy
623
623
  > of this software and associated documentation files (the "Software"), to deal
@@ -795,7 +795,7 @@ Repository: git+https://github.com/visulima/visulima.git
795
795
 
796
796
  > MIT License
797
797
  >
798
- > Copyright (c) 2024 visulima
798
+ > Copyright (c) 2025 visulima
799
799
  >
800
800
  > Permission is hereby granted, free of charge, to any person obtaining a copy
801
801
  > of this software and associated documentation files (the "Software"), to deal
@@ -827,7 +827,7 @@ Repository: git+https://github.com/visulima/visulima.git
827
827
 
828
828
  > MIT License
829
829
  >
830
- > Copyright (c) 2024 visulima
830
+ > Copyright (c) 2025 visulima
831
831
  >
832
832
  > Permission is hereby granted, free of charge, to any person obtaining a copy
833
833
  > 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.2",
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",