@storm-software/config-tools 1.79.3 → 1.80.1
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 +17 -2
- package/README.md +1 -1
- package/index.cjs +1 -0
- package/index.js +1 -0
- package/meta.cjs.json +1 -1
- package/meta.esm.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,24 @@
|
|
|
1
|
-
## 1.
|
|
1
|
+
## 1.80.1 (2024-08-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
- **build-tools:** Added try/catch to utility function ([3ce4a7cd](https://github.com/storm-software/storm-ops/commit/3ce4a7cd))
|
|
2
7
|
|
|
8
|
+
## 1.80.0 (2024-08-31)
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
- **eslint:** Update linting rules to ignore the length of commands and use
|
|
13
|
+
double quotes
|
|
14
|
+
([f9c603d7](https://github.com/storm-software/storm-ops/commit/f9c603d7))
|
|
15
|
+
|
|
16
|
+
## 1.79.3 (2024-08-31)
|
|
3
17
|
|
|
4
18
|
### Bug Fixes
|
|
5
19
|
|
|
6
|
-
- **terraform-modules:** Resolve issue with output variable name
|
|
20
|
+
- **terraform-modules:** Resolve issue with output variable name
|
|
21
|
+
([dd5b63fb](https://github.com/storm-software/storm-ops/commit/dd5b63fb))
|
|
7
22
|
|
|
8
23
|
## 1.79.2 (2024-08-31)
|
|
9
24
|
|
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/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.cjs
CHANGED
|
@@ -67475,6 +67475,7 @@ var run = (config, command, cwd2 = config.workspaceRoot ?? process.cwd(), stdio
|
|
|
67475
67475
|
CLICOLOR: "true",
|
|
67476
67476
|
FORCE_COLOR: "true"
|
|
67477
67477
|
},
|
|
67478
|
+
windowsHide: true,
|
|
67478
67479
|
stdio,
|
|
67479
67480
|
maxBuffer: LARGE_BUFFER,
|
|
67480
67481
|
killSignal: "SIGTERM"
|
package/index.js
CHANGED
|
@@ -67432,6 +67432,7 @@ var run = (config, command, cwd2 = config.workspaceRoot ?? process.cwd(), stdio
|
|
|
67432
67432
|
CLICOLOR: "true",
|
|
67433
67433
|
FORCE_COLOR: "true"
|
|
67434
67434
|
},
|
|
67435
|
+
windowsHide: true,
|
|
67435
67436
|
stdio,
|
|
67436
67437
|
maxBuffer: LARGE_BUFFER,
|
|
67437
67438
|
killSignal: "SIGTERM"
|