@storm-software/config-tools 1.41.3 → 1.41.5
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 +28 -0
- package/index.cjs +2556 -2361
- package/index.js +2556 -2361
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +2 -2
- package/utilities/logger.cjs +252 -69
- package/utilities/logger.js +252 -69
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
|
1
|
+
## 1.41.5 (2024-04-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### 🩹 Fixes
|
|
5
|
+
|
|
6
|
+
- **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
|
|
7
|
+
|
|
8
|
+
- **deps:** update dependencies-non-major ([#130](https://github.com/storm-software/storm-ops/pull/130))
|
|
9
|
+
|
|
10
|
+
- **config-tools:** Resolved issue with newlines in console logger ([f69501b7](https://github.com/storm-software/storm-ops/commit/f69501b7))
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
### ❤️ Thank You
|
|
14
|
+
|
|
15
|
+
- Patrick Sullivan
|
|
16
|
+
|
|
17
|
+
## 1.41.4 (2024-04-26)
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
### 🩹 Fixes
|
|
21
|
+
|
|
22
|
+
- **config-tools:** Improved logging and enhanced config json preset ([5dabb1ae](https://github.com/storm-software/storm-ops/commit/5dabb1ae))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### ❤️ Thank You
|
|
26
|
+
|
|
27
|
+
- Patrick Sullivan
|
|
28
|
+
|
|
1
29
|
## 1.41.3 (2024-04-26)
|
|
2
30
|
|
|
3
31
|
|