@storm-software/terraform-tools 0.66.5 → 0.66.7
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 +14 -0
- package/README.md +1 -1
- package/dist/{chunk-EQLCXKOK.mjs → chunk-EGQ3JUK5.mjs} +1 -1
- package/dist/{chunk-4EYMEPOY.js → chunk-S63BU6TG.js} +9 -5
- package/dist/{chunk-NWPI4WNO.mjs → chunk-UNE4ZGAZ.mjs} +10 -6
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +2 -2
- package/dist/index.js +2 -2
- package/dist/index.mjs +2 -2
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.mjs +1 -1
- package/dist/src/base/terraform-executor.mjs +1 -1
- package/dist/src/executors/apply/executor.mjs +1 -1
- package/dist/src/executors/destroy/executor.mjs +1 -1
- package/dist/src/executors/output/executor.mjs +1 -1
- package/dist/src/executors/plan/executor.mjs +1 -1
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +2 -2
- package/dist/tsup.config.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.66.6](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.6) (2025-10-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([af97dc773](https://github.com/storm-software/storm-ops/commit/af97dc773))
|
|
11
|
+
|
|
12
|
+
## [0.66.5](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.5) (2025-10-17)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Update workspace package links
|
|
17
|
+
([3ec988077](https://github.com/storm-software/storm-ops/commit/3ec988077))
|
|
18
|
+
|
|
5
19
|
## [0.66.4](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.4) (2025-10-17)
|
|
6
20
|
|
|
7
21
|
### 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 -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__8a4448e71476002af5b6db6174649799/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -853,13 +853,17 @@ async function generatePackageJson(context) {
|
|
|
853
853
|
// ../tsup/src/index.ts
|
|
854
854
|
var _tsup = require('tsup');
|
|
855
855
|
async function build(options) {
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
856
|
+
if (!options.silent) {
|
|
857
|
+
_chunkYDAVIV5Rjs.writeDebug.call(void 0,
|
|
858
|
+
` \u{1F680} Running ${options.name || "tsup"} build`,
|
|
859
|
+
options.workspaceConfig
|
|
860
|
+
);
|
|
861
|
+
}
|
|
860
862
|
const stopwatch = _chunkYDAVIV5Rjs.getStopwatch.call(void 0, `${options.name || "tsup"} build`);
|
|
861
863
|
await _tsup.build.call(void 0, options);
|
|
862
|
-
|
|
864
|
+
if (!options.silent) {
|
|
865
|
+
stopwatch();
|
|
866
|
+
}
|
|
863
867
|
}
|
|
864
868
|
|
|
865
869
|
// ../esbuild/src/tsup.ts
|
|
@@ -20,7 +20,7 @@ import {
|
|
|
20
20
|
} from "./chunk-CDTJAYLJ.mjs";
|
|
21
21
|
import {
|
|
22
22
|
__dirname
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-EGQ3JUK5.mjs";
|
|
24
24
|
|
|
25
25
|
// src/generators/init/init.ts
|
|
26
26
|
import { formatFiles as formatFiles9 } from "@nx/devkit";
|
|
@@ -856,13 +856,17 @@ async function generatePackageJson(context) {
|
|
|
856
856
|
// ../tsup/src/index.ts
|
|
857
857
|
import { build as tsup } from "tsup";
|
|
858
858
|
async function build(options) {
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
859
|
+
if (!options.silent) {
|
|
860
|
+
writeDebug(
|
|
861
|
+
` \u{1F680} Running ${options.name || "tsup"} build`,
|
|
862
|
+
options.workspaceConfig
|
|
863
|
+
);
|
|
864
|
+
}
|
|
863
865
|
const stopwatch = getStopwatch(`${options.name || "tsup"} build`);
|
|
864
866
|
await tsup(options);
|
|
865
|
-
|
|
867
|
+
if (!options.silent) {
|
|
868
|
+
stopwatch();
|
|
869
|
+
}
|
|
866
870
|
}
|
|
867
871
|
|
|
868
872
|
// ../esbuild/src/tsup.ts
|
package/dist/executors.mjs
CHANGED
package/dist/generators.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkS63BU6TGjs = require('./chunk-S63BU6TG.js');
|
|
5
5
|
require('./chunk-YDAVIV5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkS63BU6TGjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-4KZE37RJ.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkS63BU6TGjs = require('./chunk-S63BU6TG.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -19,4 +19,4 @@ require('./chunk-YDAVIV5R.js');
|
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
22
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkS63BU6TGjs.initGenerator; exports.withTerraformExecutor = _chunkOJPLIJFJjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -5,7 +5,7 @@ import "./chunk-5WM6Y5TA.mjs";
|
|
|
5
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
6
|
import {
|
|
7
7
|
initGenerator
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-UNE4ZGAZ.mjs";
|
|
9
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
10
|
import {
|
|
11
11
|
base_terraform_executor_untyped_default
|
|
@@ -15,7 +15,7 @@ import {
|
|
|
15
15
|
withTerraformExecutor
|
|
16
16
|
} from "./chunk-2DMNEOTY.mjs";
|
|
17
17
|
import "./chunk-CDTJAYLJ.mjs";
|
|
18
|
-
import "./chunk-
|
|
18
|
+
import "./chunk-EGQ3JUK5.mjs";
|
|
19
19
|
export {
|
|
20
20
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
21
21
|
initGenerator,
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
withTerraformExecutor
|
|
7
7
|
} from "../../chunk-2DMNEOTY.mjs";
|
|
8
8
|
import "../../chunk-CDTJAYLJ.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-EGQ3JUK5.mjs";
|
|
10
10
|
export {
|
|
11
11
|
base_terraform_executor_untyped_default as baseTerraformExecutorSchema,
|
|
12
12
|
withTerraformExecutor
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkS63BU6TGjs = require('../../../chunk-S63BU6TG.js');
|
|
5
5
|
require('../../../chunk-YDAVIV5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkS63BU6TGjs.init_default; exports.initGenerator = _chunkS63BU6TGjs.initGenerator;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
initGenerator,
|
|
3
3
|
init_default
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-UNE4ZGAZ.mjs";
|
|
5
5
|
import "../../../chunk-CDTJAYLJ.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-EGQ3JUK5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
init_default as default,
|
|
9
9
|
initGenerator
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.66.
|
|
3
|
+
"version": "0.66.7",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -135,5 +135,5 @@
|
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "f16b438d3b1a16b47bbed4a8564885f88462b331"
|
|
139
139
|
}
|