@storm-software/terraform-tools 0.66.39 → 0.66.41
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 +26 -0
- package/README.md +1 -1
- package/dist/{chunk-SJYVO5AC.js → chunk-BZY6MJZC.js} +4 -2
- package/dist/{chunk-L6VCKURS.js → chunk-D2L6ELXF.js} +157 -157
- package/dist/{chunk-WQZF2VNK.mjs → chunk-DPI625WC.mjs} +1 -1
- package/dist/{chunk-WP424HWU.mjs → chunk-K4F2ZPMI.mjs} +1 -1
- package/dist/{chunk-K7JZ7UTB.js → chunk-NLIHCWYN.js} +2 -2
- package/dist/{chunk-UUYANZ3H.js → chunk-PFPOYYYD.js} +2 -2
- package/dist/{chunk-QTC663BL.mjs → chunk-QBU4QKT4.mjs} +1 -1
- package/dist/{chunk-L3ZTPXFN.js → chunk-QTEFOKJR.js} +2 -2
- package/dist/{chunk-FWAF6R4A.mjs → chunk-RCWTDSV2.mjs} +1 -1
- package/dist/{chunk-IIPUZ5AE.mjs → chunk-RTMK2NKL.mjs} +1 -1
- package/dist/{chunk-MAPY5NQO.js → chunk-VO5GXZYI.js} +2 -2
- package/dist/{chunk-KZEHOWK5.mjs → chunk-Y6KHQUVR.mjs} +1 -1
- package/dist/{chunk-NQXYKE2V.js → chunk-YZDCZBGM.js} +2 -2
- package/dist/{chunk-X756M2WJ.mjs → chunk-Z63SOCKR.mjs} +4 -2
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +6 -6
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +8 -8
- package/dist/index.mjs +7 -7
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +2 -2
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +3 -3
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +3 -3
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +3 -3
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +3 -3
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +2 -2
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,32 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.40](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.40) (11/16/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Format workspace source files
|
|
10
|
+
([974aa3c4c](https://github.com/storm-software/storm-ops/commit/974aa3c4c))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.293.10**
|
|
15
|
+
- Updated **config-tools** to **v1.188.40**
|
|
16
|
+
- Updated **config** to **v1.134.40**
|
|
17
|
+
|
|
18
|
+
## [0.66.39](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.39) (11/16/2025)
|
|
19
|
+
|
|
20
|
+
### Miscellaneous
|
|
21
|
+
|
|
22
|
+
- **monorepo:** Update README markdown files
|
|
23
|
+
([067cc99ce](https://github.com/storm-software/storm-ops/commit/067cc99ce))
|
|
24
|
+
|
|
25
|
+
### Updated Dependencies
|
|
26
|
+
|
|
27
|
+
- Updated **workspace-tools** to **v1.293.9**
|
|
28
|
+
- Updated **config-tools** to **v1.188.39**
|
|
29
|
+
- Updated **config** to **v1.134.39**
|
|
30
|
+
|
|
5
31
|
## [0.66.38](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.38) (11/14/2025)
|
|
6
32
|
|
|
7
33
|
### Updated Dependencies
|
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 -->
|
|
@@ -3,7 +3,7 @@ var _c12 = require('c12');
|
|
|
3
3
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
4
4
|
|
|
5
5
|
// ../config-tools/src/logger/console.ts
|
|
6
|
-
var
|
|
6
|
+
var _formatDistanceToNow = require('date-fns/formatDistanceToNow');
|
|
7
7
|
|
|
8
8
|
// ../config-tools/src/types.ts
|
|
9
9
|
var LogLevel = {
|
|
@@ -269,7 +269,9 @@ var getStopwatch = (name) => {
|
|
|
269
269
|
return () => {
|
|
270
270
|
console.info(
|
|
271
271
|
`
|
|
272
|
-
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${
|
|
272
|
+
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0, start, {
|
|
273
|
+
includeSeconds: true
|
|
274
|
+
})} to complete
|
|
273
275
|
`
|
|
274
276
|
);
|
|
275
277
|
};
|