@storm-software/terraform-tools 0.66.38 → 0.66.40
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 +21 -0
- package/README.md +1 -1
- package/dist/{chunk-MKG63IZW.js → chunk-BZY6MJZC.js} +7 -5
- package/dist/{chunk-E5FMZKGS.js → chunk-D2L6ELXF.js} +157 -157
- package/dist/{chunk-LBBKR3H3.mjs → chunk-DPI625WC.mjs} +1 -1
- package/dist/{chunk-X5B77W3R.mjs → chunk-K4F2ZPMI.mjs} +1 -1
- package/dist/{chunk-6RZAGMSF.js → chunk-NLIHCWYN.js} +2 -2
- package/dist/{chunk-KRBXYR4N.js → chunk-PFPOYYYD.js} +2 -2
- package/dist/{chunk-3V5IPCSZ.mjs → chunk-QBU4QKT4.mjs} +1 -1
- package/dist/{chunk-ZISYG6C7.js → chunk-QTEFOKJR.js} +2 -2
- package/dist/{chunk-5HO53HJ3.mjs → chunk-RCWTDSV2.mjs} +1 -1
- package/dist/{chunk-7AZE3K4P.mjs → chunk-RTMK2NKL.mjs} +1 -1
- package/dist/{chunk-6P6B7BLA.js → chunk-VO5GXZYI.js} +2 -2
- package/dist/{chunk-R4ETDLP6.mjs → chunk-Y6KHQUVR.mjs} +1 -1
- package/dist/{chunk-GKAXLY2M.js → chunk-YZDCZBGM.js} +2 -2
- package/dist/{chunk-ER7HCQXR.mjs → chunk-Z63SOCKR.mjs} +7 -5
- 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,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.39](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.39) (11/16/2025)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update README markdown files
|
|
10
|
+
([067cc99ce](https://github.com/storm-software/storm-ops/commit/067cc99ce))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated **workspace-tools** to **v1.293.9**
|
|
15
|
+
- Updated **config-tools** to **v1.188.39**
|
|
16
|
+
- Updated **config** to **v1.134.39**
|
|
17
|
+
|
|
18
|
+
## [0.66.38](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.38) (11/14/2025)
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.293.8**
|
|
23
|
+
- Updated **config-tools** to **v1.188.38**
|
|
24
|
+
- Updated **config** to **v1.134.38**
|
|
25
|
+
|
|
5
26
|
## [0.66.37](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.37) (11/14/2025)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
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 -->
|
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
var _c12 = require('c12');
|
|
3
3
|
var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
|
|
4
4
|
|
|
5
|
+
// ../config-tools/src/logger/console.ts
|
|
6
|
+
var _formatDistanceToNow = require('date-fns/formatDistanceToNow');
|
|
7
|
+
|
|
5
8
|
// ../config-tools/src/types.ts
|
|
6
9
|
var LogLevel = {
|
|
7
10
|
SILENT: 0,
|
|
@@ -262,14 +265,13 @@ var writeSuccess = (message, config) => getLogFn(LogLevel.SUCCESS, config)(messa
|
|
|
262
265
|
var writeDebug = (message, config) => getLogFn(LogLevel.DEBUG, config)(message);
|
|
263
266
|
var writeTrace = (message, config) => getLogFn(LogLevel.TRACE, config)(message);
|
|
264
267
|
var getStopwatch = (name) => {
|
|
265
|
-
const start =
|
|
268
|
+
const start = /* @__PURE__ */ new Date();
|
|
266
269
|
return () => {
|
|
267
|
-
const end = process.hrtime(start);
|
|
268
270
|
console.info(
|
|
269
271
|
`
|
|
270
|
-
> \u23F1\uFE0F The${name ? ` ${name}` : ""} process took ${
|
|
271
|
-
|
|
272
|
-
)}
|
|
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
|
};
|