@storm-software/config-tools 1.44.0 → 1.45.0
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 +25 -46
- package/README.md +1 -1
- package/index.cjs +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,42 +1,45 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.45.0 (2024-05-06)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- **markdownlint:** Added the `markdownlint` package for shared configurations ([abd6fa38](https://github.com/storm-software/storm-ops/commit/abd6fa38))
|
|
6
|
+
|
|
7
|
+
### ❤️ Thank You
|
|
8
|
+
|
|
9
|
+
- Patrick Sullivan
|
|
2
10
|
|
|
11
|
+
## 1.44.0 (2024-05-04)
|
|
3
12
|
|
|
4
13
|
### 🚀 Features
|
|
5
14
|
|
|
6
15
|
- **config:** Generated the Storm Configuration JSON schema package asset ([0a5c9bb2](https://github.com/storm-software/storm-ops/commit/0a5c9bb2))
|
|
7
16
|
|
|
8
|
-
|
|
9
|
-
### ❤️ Thank You
|
|
17
|
+
### ❤️ Thank You
|
|
10
18
|
|
|
11
19
|
- Patrick Sullivan
|
|
12
20
|
|
|
13
21
|
## 1.43.0 (2024-05-04)
|
|
14
22
|
|
|
15
|
-
|
|
16
23
|
### 🚀 Features
|
|
17
24
|
|
|
18
25
|
- **config:** Update the structure of the theme color names ([4c087334](https://github.com/storm-software/storm-ops/commit/4c087334))
|
|
19
26
|
|
|
20
|
-
|
|
21
|
-
### ❤️ Thank You
|
|
27
|
+
### ❤️ Thank You
|
|
22
28
|
|
|
23
29
|
- Patrick Sullivan
|
|
24
30
|
|
|
25
31
|
## 1.42.0 (2024-05-04)
|
|
26
32
|
|
|
27
|
-
|
|
28
33
|
### 🚀 Features
|
|
29
34
|
|
|
30
35
|
- **config:** Update the theme to use brand colors instead of hierarchy colors ([bcff6b80](https://github.com/storm-software/storm-ops/commit/bcff6b80))
|
|
31
36
|
|
|
32
|
-
|
|
33
|
-
### ❤️ Thank You
|
|
37
|
+
### ❤️ Thank You
|
|
34
38
|
|
|
35
39
|
- Patrick Sullivan
|
|
36
40
|
|
|
37
41
|
## 1.41.5 (2024-04-29)
|
|
38
42
|
|
|
39
|
-
|
|
40
43
|
### 🩹 Fixes
|
|
41
44
|
|
|
42
45
|
- **deps:** update patch prod dependencies ([c427e132](https://github.com/storm-software/storm-ops/commit/c427e132))
|
|
@@ -45,147 +48,123 @@
|
|
|
45
48
|
|
|
46
49
|
- **config-tools:** Resolved issue with newlines in console logger ([f69501b7](https://github.com/storm-software/storm-ops/commit/f69501b7))
|
|
47
50
|
|
|
48
|
-
|
|
49
|
-
### ❤️ Thank You
|
|
51
|
+
### ❤️ Thank You
|
|
50
52
|
|
|
51
53
|
- Patrick Sullivan
|
|
52
54
|
|
|
53
55
|
## 1.41.4 (2024-04-26)
|
|
54
56
|
|
|
55
|
-
|
|
56
57
|
### 🩹 Fixes
|
|
57
58
|
|
|
58
59
|
- **config-tools:** Improved logging and enhanced config json preset ([5dabb1ae](https://github.com/storm-software/storm-ops/commit/5dabb1ae))
|
|
59
60
|
|
|
60
|
-
|
|
61
|
-
### ❤️ Thank You
|
|
61
|
+
### ❤️ Thank You
|
|
62
62
|
|
|
63
63
|
- Patrick Sullivan
|
|
64
64
|
|
|
65
65
|
## 1.41.3 (2024-04-26)
|
|
66
66
|
|
|
67
|
-
|
|
68
67
|
### 🩹 Fixes
|
|
69
68
|
|
|
70
69
|
- **config-tools:** Resolved issue applying default config ([8e1403b3](https://github.com/storm-software/storm-ops/commit/8e1403b3))
|
|
71
70
|
|
|
72
|
-
|
|
73
|
-
### ❤️ Thank You
|
|
71
|
+
### ❤️ Thank You
|
|
74
72
|
|
|
75
73
|
- Patrick Sullivan
|
|
76
74
|
|
|
77
75
|
## 1.41.2 (2024-04-26)
|
|
78
76
|
|
|
79
|
-
|
|
80
77
|
### 🩹 Fixes
|
|
81
78
|
|
|
82
79
|
- **config-tools:** Ensure defaulting doesn't overwrite file ([d14794e5](https://github.com/storm-software/storm-ops/commit/d14794e5))
|
|
83
80
|
|
|
84
|
-
|
|
85
|
-
### ❤️ Thank You
|
|
81
|
+
### ❤️ Thank You
|
|
86
82
|
|
|
87
83
|
- Patrick Sullivan
|
|
88
84
|
|
|
89
85
|
## 1.41.1 (2024-04-25)
|
|
90
86
|
|
|
91
|
-
|
|
92
87
|
### 🩹 Fixes
|
|
93
88
|
|
|
94
89
|
- **config-tools:** Resovled issue with parsing env values ([bb0e395a](https://github.com/storm-software/storm-ops/commit/bb0e395a))
|
|
95
90
|
|
|
96
|
-
|
|
97
|
-
### ❤️ Thank You
|
|
91
|
+
### ❤️ Thank You
|
|
98
92
|
|
|
99
93
|
- Patrick Sullivan
|
|
100
94
|
|
|
101
95
|
## 1.41.0 (2024-04-24)
|
|
102
96
|
|
|
103
|
-
|
|
104
97
|
### 🚀 Features
|
|
105
98
|
|
|
106
99
|
- **config-tools:** Enhanced the config loading and logging processes ([0e3b7cef](https://github.com/storm-software/storm-ops/commit/0e3b7cef))
|
|
107
100
|
|
|
108
|
-
|
|
109
|
-
### ❤️ Thank You
|
|
101
|
+
### ❤️ Thank You
|
|
110
102
|
|
|
111
103
|
- Patrick Sullivan
|
|
112
104
|
|
|
113
105
|
## 1.40.1 (2024-04-22)
|
|
114
106
|
|
|
115
|
-
|
|
116
107
|
### 🩹 Fixes
|
|
117
108
|
|
|
118
109
|
- **config:** Added updates to repository logging ([2b871dc3](https://github.com/storm-software/storm-ops/commit/2b871dc3))
|
|
119
110
|
|
|
120
|
-
|
|
121
|
-
### ❤️ Thank You
|
|
111
|
+
### ❤️ Thank You
|
|
122
112
|
|
|
123
113
|
- Patrick Sullivan
|
|
124
114
|
|
|
125
115
|
## 1.40.0 (2024-04-22)
|
|
126
116
|
|
|
127
|
-
|
|
128
117
|
### 🚀 Features
|
|
129
118
|
|
|
130
119
|
- **cloudflare-tools:** Added the `worker`, `init`, and `serve` tools ([b4b92c2c](https://github.com/storm-software/storm-ops/commit/b4b92c2c))
|
|
131
120
|
|
|
132
|
-
|
|
133
|
-
### ❤️ Thank You
|
|
121
|
+
### ❤️ Thank You
|
|
134
122
|
|
|
135
123
|
- Patrick Sullivan
|
|
136
124
|
|
|
137
125
|
## 1.39.3 (2024-04-15)
|
|
138
126
|
|
|
139
|
-
|
|
140
127
|
### 🩹 Fixes
|
|
141
128
|
|
|
142
129
|
- **config-tools:** Resolved issue with missing fields in Storm configuration ([cf157d2a](https://github.com/storm-software/storm-ops/commit/cf157d2a))
|
|
143
130
|
|
|
144
|
-
|
|
145
|
-
### ❤️ Thank You
|
|
131
|
+
### ❤️ Thank You
|
|
146
132
|
|
|
147
133
|
- Patrick Sullivan
|
|
148
134
|
|
|
149
135
|
## 1.39.2 (2024-04-15)
|
|
150
136
|
|
|
151
|
-
|
|
152
137
|
### 🩹 Fixes
|
|
153
138
|
|
|
154
139
|
- **config-tools:** Clean up the README markdown ([676d23d3](https://github.com/storm-software/storm-ops/commit/676d23d3))
|
|
155
140
|
|
|
156
|
-
|
|
157
|
-
### ❤️ Thank You
|
|
141
|
+
### ❤️ Thank You
|
|
158
142
|
|
|
159
143
|
- Patrick Sullivan
|
|
160
144
|
|
|
161
145
|
## 1.39.1 (2024-04-15)
|
|
162
146
|
|
|
163
|
-
|
|
164
147
|
### 🩹 Fixes
|
|
165
148
|
|
|
166
149
|
- **deps:** pin dependencies ([36d5dd8e](https://github.com/storm-software/storm-ops/commit/36d5dd8e))
|
|
167
150
|
|
|
168
151
|
## 1.39.0 (2024-04-13)
|
|
169
152
|
|
|
170
|
-
|
|
171
153
|
### 🚀 Features
|
|
172
154
|
|
|
173
155
|
- **config-tools:** No longer require `config` in storm console write functions ([ad8c6511](https://github.com/storm-software/storm-ops/commit/ad8c6511))
|
|
174
156
|
|
|
175
|
-
|
|
176
|
-
### ❤️ Thank You
|
|
157
|
+
### ❤️ Thank You
|
|
177
158
|
|
|
178
159
|
- Patrick Sullivan
|
|
179
160
|
|
|
180
161
|
## 1.38.1 (2024-04-13)
|
|
181
162
|
|
|
182
|
-
|
|
183
163
|
### 🩹 Fixes
|
|
184
164
|
|
|
185
165
|
- **config-tools:** Resolved issue with bad `project.json` tasks ([744c7eef](https://github.com/storm-software/storm-ops/commit/744c7eef))
|
|
186
166
|
|
|
187
|
-
|
|
188
|
-
### ❤️ Thank You
|
|
167
|
+
### ❤️ Thank You
|
|
189
168
|
|
|
190
169
|
- Patrick Sullivan
|
|
191
170
|
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/)
|
|
25
25
|
[](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://docusaurus.io/) 
|
|
26
26
|
|
|
27
27
|
> [!IMPORTANT]
|
package/index.cjs
CHANGED
|
@@ -72934,7 +72934,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
72934
72934
|
}
|
|
72935
72935
|
);
|
|
72936
72936
|
writeTrace(result.config, { logLevel: "all" });
|
|
72937
|
-
config = (0, import_deepmerge.default)(config ?? {},
|
|
72937
|
+
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
72938
72938
|
}
|
|
72939
72939
|
}
|
|
72940
72940
|
}
|
package/index.js
CHANGED
|
@@ -72892,7 +72892,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
72892
72892
|
}
|
|
72893
72893
|
);
|
|
72894
72894
|
writeTrace(result.config, { logLevel: "all" });
|
|
72895
|
-
config = (0, import_deepmerge.default)(config ?? {},
|
|
72895
|
+
config = (0, import_deepmerge.default)(result.config ?? {}, config ?? {});
|
|
72896
72896
|
}
|
|
72897
72897
|
}
|
|
72898
72898
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/config-tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.45.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
6
6
|
"repository": {
|