@storm-software/build-tools 0.33.1 → 0.34.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 +11 -4
- package/bin/package.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
## 0.
|
|
1
|
+
## 0.34.0 (2024-07-29)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
2
5
|
|
|
6
|
+
- **tsconfig:** Updates around `base` and `core` tsconfig files ([18b553df](https://github.com/storm-software/storm-ops/commit/18b553df))
|
|
7
|
+
|
|
8
|
+
## 0.33.1 (2024-07-29)
|
|
3
9
|
|
|
4
10
|
### Bug Fixes
|
|
5
11
|
|
|
6
|
-
- **build-tools:** Ensure the TypeScript Declaration library files are included
|
|
12
|
+
- **build-tools:** Ensure the TypeScript Declaration library files are included
|
|
13
|
+
([ce55fa8a](https://github.com/storm-software/storm-ops/commit/ce55fa8a))
|
|
7
14
|
|
|
8
15
|
## 0.33.0 (2024-07-29)
|
|
9
16
|
|
|
10
|
-
|
|
11
17
|
### Features
|
|
12
18
|
|
|
13
|
-
- **build-tools:** Added logging to checks for full declaration libraries
|
|
19
|
+
- **build-tools:** Added logging to checks for full declaration libraries
|
|
20
|
+
([c96ccd0a](https://github.com/storm-software/storm-ops/commit/c96ccd0a))
|
|
14
21
|
|
|
15
22
|
## 0.32.0 (2024-07-29)
|
|
16
23
|
|
package/bin/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/build-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "⚡The Storm-Ops monorepo contains utility applications, tools, and various libraries to create modern and scalable web applications.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|