@storm-software/terraform-tools 0.54.40 → 0.54.42
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-VO4U3XSB.js → chunk-KWRMGGZS.js} +8 -4
- package/dist/{chunk-HVYCNU5R.mjs → chunk-T3CUIOQI.mjs} +8 -4
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +1 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +5 -5
- package/dist/index.mjs +4 -4
- package/dist/src/generators/init/init.js +2 -2
- package/dist/src/generators/init/init.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,20 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.54.42](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.42) (2025-03-18)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([2d7343483](https://github.com/storm-software/storm-ops/commit/2d7343483))
|
|
11
|
+
|
|
12
|
+
## [0.54.41](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.41) (2025-03-17)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([90d1828f9](https://github.com/storm-software/storm-ops/commit/90d1828f9))
|
|
18
|
+
|
|
5
19
|
## [0.54.40](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.40) (2025-03-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 -->
|
|
@@ -1276,12 +1276,15 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
|
|
|
1276
1276
|
};
|
|
1277
1277
|
}, {})
|
|
1278
1278
|
},
|
|
1279
|
-
inject:
|
|
1280
|
-
options.format === "cjs" && options.injectShims ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/cjs_shims.js") :
|
|
1281
|
-
options.format === "esm" && options.injectShims && options.platform === "node" ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/esm_shims.js") :
|
|
1282
|
-
]
|
|
1279
|
+
inject: [
|
|
1280
|
+
options.format === "cjs" && options.injectShims ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/cjs_shims.js") : void 0,
|
|
1281
|
+
options.format === "esm" && options.injectShims && options.platform === "node" ? _chunk7EE3ZWHRjs.joinPaths.call(void 0, __dirname, "../assets/esm_shims.js") : void 0
|
|
1282
|
+
].filter(Boolean)
|
|
1283
1283
|
};
|
|
1284
1284
|
result.plugins = _nullishCoalesce(userOptions.plugins, () => ( getDefaultBuildPlugins(userOptions, result)));
|
|
1285
|
+
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
1286
|
+
result.inject = _defu2.default.call(void 0, result.inject, options.inject);
|
|
1287
|
+
}
|
|
1285
1288
|
delete result.entry;
|
|
1286
1289
|
delete result.outputPath;
|
|
1287
1290
|
stopwatch();
|
|
@@ -1393,6 +1396,7 @@ async function executeEsBuild(context2) {
|
|
|
1393
1396
|
delete options.renderers;
|
|
1394
1397
|
delete options.config;
|
|
1395
1398
|
delete options.injectShims;
|
|
1399
|
+
delete options.external;
|
|
1396
1400
|
_chunk7EE3ZWHRjs.writeTrace.call(void 0, `Run esbuild (${context2.options.name}) with the following options:
|
|
1397
1401
|
${_chunk7EE3ZWHRjs.formatLogMessage.call(void 0, options)}`, context2.options.config);
|
|
1398
1402
|
const result = await esbuild2.build(options);
|
|
@@ -1277,12 +1277,15 @@ var resolveOptions = /* @__PURE__ */ __name(async (userOptions) => {
|
|
|
1277
1277
|
};
|
|
1278
1278
|
}, {})
|
|
1279
1279
|
},
|
|
1280
|
-
inject:
|
|
1281
|
-
options.format === "cjs" && options.injectShims ? joinPaths(__dirname, "../assets/cjs_shims.js") :
|
|
1282
|
-
options.format === "esm" && options.injectShims && options.platform === "node" ? joinPaths(__dirname, "../assets/esm_shims.js") :
|
|
1283
|
-
]
|
|
1280
|
+
inject: [
|
|
1281
|
+
options.format === "cjs" && options.injectShims ? joinPaths(__dirname, "../assets/cjs_shims.js") : void 0,
|
|
1282
|
+
options.format === "esm" && options.injectShims && options.platform === "node" ? joinPaths(__dirname, "../assets/esm_shims.js") : void 0
|
|
1283
|
+
].filter(Boolean)
|
|
1284
1284
|
};
|
|
1285
1285
|
result.plugins = userOptions.plugins ?? getDefaultBuildPlugins(userOptions, result);
|
|
1286
|
+
if (options.inject && Array.isArray(options.inject) && options.inject.length > 0) {
|
|
1287
|
+
result.inject = defu(result.inject, options.inject);
|
|
1288
|
+
}
|
|
1286
1289
|
delete result.entry;
|
|
1287
1290
|
delete result.outputPath;
|
|
1288
1291
|
stopwatch();
|
|
@@ -1394,6 +1397,7 @@ async function executeEsBuild(context2) {
|
|
|
1394
1397
|
delete options.renderers;
|
|
1395
1398
|
delete options.config;
|
|
1396
1399
|
delete options.injectShims;
|
|
1400
|
+
delete options.external;
|
|
1397
1401
|
writeTrace(`Run esbuild (${context2.options.name}) with the following options:
|
|
1398
1402
|
${formatLogMessage(options)}`, context2.options.config);
|
|
1399
1403
|
const result = await esbuild2.build(options);
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
+
require('./chunk-6JNJXZFJ.js');
|
|
2
3
|
require('./chunk-NYWVLPFT.js');
|
|
3
4
|
require('./chunk-IJO2IHPY.js');
|
|
4
5
|
require('./chunk-MLGQ6TX6.js');
|
|
5
|
-
require('./chunk-6JNJXZFJ.js');
|
|
6
6
|
require('./chunk-7QES4OFY.js');
|
|
7
7
|
require('./chunk-7EE3ZWHR.js');
|
|
8
8
|
require('./chunk-3GQAWCBQ.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
+
import "./chunk-FIYCZYZ5.mjs";
|
|
2
3
|
import "./chunk-TB4YXZBF.mjs";
|
|
3
4
|
import "./chunk-T6WPHTRX.mjs";
|
|
4
5
|
import "./chunk-CU3WSB7P.mjs";
|
|
5
|
-
import "./chunk-FIYCZYZ5.mjs";
|
|
6
6
|
import "./chunk-B73EOUKJ.mjs";
|
|
7
7
|
import "./chunk-NJ3UD3AW.mjs";
|
|
8
8
|
import "./chunk-2BPV2XV2.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKWRMGGZSjs = require('./chunk-KWRMGGZS.js');
|
|
5
5
|
require('./chunk-7EE3ZWHR.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkKWRMGGZSjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
+
require('./chunk-6JNJXZFJ.js');
|
|
2
3
|
require('./chunk-NYWVLPFT.js');
|
|
3
4
|
require('./chunk-IJO2IHPY.js');
|
|
4
5
|
require('./chunk-MLGQ6TX6.js');
|
|
5
6
|
require('./chunk-N2YKXZ5R.js');
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
var _chunkVO4U3XSBjs = require('./chunk-VO4U3XSB.js');
|
|
9
7
|
require('./chunk-GUQOEBFW.js');
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
-
require('./chunk-6JNJXZFJ.js');
|
|
14
11
|
|
|
15
12
|
|
|
16
13
|
var _chunk7QES4OFYjs = require('./chunk-7QES4OFY.js');
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
var _chunkKWRMGGZSjs = require('./chunk-KWRMGGZS.js');
|
|
17
17
|
require('./chunk-7EE3ZWHR.js');
|
|
18
18
|
require('./chunk-3GQAWCBQ.js');
|
|
19
19
|
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator =
|
|
23
|
+
exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkKWRMGGZSjs.initGenerator; exports.withTerraformExecutor = _chunk7QES4OFYjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
+
import "./chunk-FIYCZYZ5.mjs";
|
|
2
3
|
import "./chunk-TB4YXZBF.mjs";
|
|
3
4
|
import "./chunk-T6WPHTRX.mjs";
|
|
4
5
|
import "./chunk-CU3WSB7P.mjs";
|
|
5
6
|
import "./chunk-23KFTIT2.mjs";
|
|
6
|
-
import {
|
|
7
|
-
initGenerator
|
|
8
|
-
} from "./chunk-HVYCNU5R.mjs";
|
|
9
7
|
import "./chunk-CA7S5MOH.mjs";
|
|
10
8
|
import {
|
|
11
9
|
base_terraform_executor_untyped_default
|
|
12
10
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
-
import "./chunk-FIYCZYZ5.mjs";
|
|
14
11
|
import {
|
|
15
12
|
withTerraformExecutor
|
|
16
13
|
} from "./chunk-B73EOUKJ.mjs";
|
|
14
|
+
import {
|
|
15
|
+
initGenerator
|
|
16
|
+
} from "./chunk-T3CUIOQI.mjs";
|
|
17
17
|
import "./chunk-NJ3UD3AW.mjs";
|
|
18
18
|
import "./chunk-2BPV2XV2.mjs";
|
|
19
19
|
export {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkKWRMGGZSjs = require('../../../chunk-KWRMGGZS.js');
|
|
5
5
|
require('../../../chunk-7EE3ZWHR.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkKWRMGGZSjs.init_default; exports.initGenerator = _chunkKWRMGGZSjs.initGenerator;
|