@visulima/pail 3.0.1 → 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 +15 -0
- package/LICENSE.md +6 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,18 @@
|
|
|
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
|
+
|
|
1
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)
|
|
2
17
|
|
|
3
18
|
### Bug Fixes
|
package/LICENSE.md
CHANGED
|
@@ -34,7 +34,7 @@ Repository: git+https://github.com/visulima/visulima.git
|
|
|
34
34
|
|
|
35
35
|
> MIT License
|
|
36
36
|
>
|
|
37
|
-
> Copyright (c)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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)
|
|
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
|