@storm-software/terraform-tools 0.66.93 → 0.66.95
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/dist/{chunk-TZ3XK5DI.mjs → chunk-3VGXHRAO.mjs} +1 -1
- package/dist/{chunk-D4U46GWE.mjs → chunk-AODO7D3K.mjs} +1 -1
- package/dist/{chunk-UIV26GY2.js → chunk-CSSURIXD.js} +2 -2
- package/dist/{chunk-CAIQR7GN.js → chunk-HS73TMOT.js} +6 -5
- package/dist/{chunk-HYE3BAA4.mjs → chunk-NJLY6WFM.mjs} +1 -1
- package/dist/{chunk-EOOFQKYU.mjs → chunk-NWY3M4Y7.mjs} +1 -1
- package/dist/{chunk-N2PWQQSE.mjs → chunk-P2FCEKRM.mjs} +1 -1
- package/dist/{chunk-7XVRK5WD.js → chunk-PDAPEFJV.js} +158 -158
- package/dist/{chunk-CSYTB2N7.js → chunk-VPDCPMT4.js} +2 -2
- package/dist/{chunk-JS3EKPPV.js → chunk-VVTZK7QC.js} +2 -2
- package/dist/{chunk-OHTE4UWL.js → chunk-W4YTEVEK.js} +2 -2
- package/dist/{chunk-XGSETPII.mjs → chunk-WWQYEF4W.mjs} +1 -1
- package/dist/{chunk-YLEMDXGU.js → chunk-Y77JFNOZ.js} +2 -2
- package/dist/{chunk-PH7BX4DL.mjs → chunk-YOTIWEB3.mjs} +6 -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.94](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.94) (02/20/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.294.38**
|
|
10
|
+
- Updated **config-tools** to **v1.189.6**
|
|
11
|
+
- Updated **config** to **v1.135.7**
|
|
12
|
+
|
|
13
|
+
## [0.66.93](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.93) (02/18/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **monorepo:** Update `README.md` files ([3755247b8](https://github.com/storm-software/storm-ops/commit/3755247b8))
|
|
18
|
+
- **monorepo:** Update workspace's `README.md` files ([b31df09bc](https://github.com/storm-software/storm-ops/commit/b31df09bc))
|
|
19
|
+
|
|
20
|
+
### Updated Dependencies
|
|
21
|
+
|
|
22
|
+
- Updated **workspace-tools** to **v1.294.37**
|
|
23
|
+
- Updated **config-tools** to **v1.189.5**
|
|
24
|
+
- Updated **config** to **v1.135.6**
|
|
25
|
+
|
|
5
26
|
## [0.66.92](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.92) (02/18/2026)
|
|
6
27
|
|
|
7
28
|
### Miscellaneous
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkW4YTEVEKjs = require('./chunk-W4YTEVEK.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/output/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkW4YTEVEKjs.withTerraformExecutor.call(void 0, "output");
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
@@ -329,11 +329,12 @@ var getStopwatch = (name) => {
|
|
|
329
329
|
const start = /* @__PURE__ */ new Date();
|
|
330
330
|
return () => {
|
|
331
331
|
console.info(
|
|
332
|
-
`
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
332
|
+
`> \u23F1 The${name ? ` ${name}` : ""} process took ${_formatDistanceToNow.formatDistanceToNow.call(void 0,
|
|
333
|
+
start,
|
|
334
|
+
{
|
|
335
|
+
includeSeconds: true
|
|
336
|
+
}
|
|
337
|
+
)} to complete`
|
|
337
338
|
);
|
|
338
339
|
};
|
|
339
340
|
};
|