@storm-software/terraform-tools 0.54.47 → 0.54.48
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 +7 -0
- package/README.md +1 -1
- package/dist/{chunk-5N5TZBI4.mjs → chunk-K5HHLJ4J.mjs} +2 -1
- package/dist/{chunk-LXFC75RI.js → chunk-NDQ2WXL4.js} +2 -1
- package/dist/generators.js +2 -2
- package/dist/generators.mjs +1 -1
- package/dist/index.js +2 -2
- package/dist/index.mjs +1 -1
- 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,13 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.54.48](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.48) (2025-04-08)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([36df00f97](https://github.com/storm-software/storm-ops/commit/36df00f97))
|
|
11
|
+
|
|
5
12
|
## [0.54.47](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.47) (2025-04-08)
|
|
6
13
|
|
|
7
14
|
### 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 -->
|
|
@@ -1345,7 +1345,7 @@ async function generatePackageJson(context2) {
|
|
|
1345
1345
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1346
1346
|
for (const entryPoint of context2.options.entryPoints) {
|
|
1347
1347
|
if (entryPoint.out) {
|
|
1348
|
-
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)
|
|
1348
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1349
1349
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1350
1350
|
}
|
|
1351
1351
|
}
|
|
@@ -1719,6 +1719,7 @@ var executor_default9 = withRunExecutor("TypeScript Unbuild build", unbuildExecu
|
|
|
1719
1719
|
applyDefaultOptions: /* @__PURE__ */ __name(async (options, config) => {
|
|
1720
1720
|
options.debug ??= false;
|
|
1721
1721
|
options.treeShaking ??= true;
|
|
1722
|
+
options.buildOnly ??= false;
|
|
1722
1723
|
options.platform ??= "neutral";
|
|
1723
1724
|
options.entry ??= [
|
|
1724
1725
|
"{sourceRoot}"
|
|
@@ -1344,7 +1344,7 @@ async function generatePackageJson(context2) {
|
|
|
1344
1344
|
packageJson.exports["."] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/index.js`;
|
|
1345
1345
|
for (const entryPoint of context2.options.entryPoints) {
|
|
1346
1346
|
if (entryPoint.out) {
|
|
1347
|
-
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)
|
|
1347
|
+
const entry = entryPoint.out.replaceAll("\\", "/").replaceAll(/^(\.\/)*/g, "").replace(/\.([cm])?[jt]s(x)?$/g, "");
|
|
1348
1348
|
packageJson.exports[`./${entry}`] ??= `.${context2.options.distDir ? `/${context2.options.distDir}` : ""}/${entry}.js`;
|
|
1349
1349
|
}
|
|
1350
1350
|
}
|
|
@@ -1718,6 +1718,7 @@ var executor_default9 = _chunkOFLYCEQVjs.withRunExecutor.call(void 0, "TypeScrip
|
|
|
1718
1718
|
applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
|
|
1719
1719
|
options.debug ??= false;
|
|
1720
1720
|
options.treeShaking ??= true;
|
|
1721
|
+
options.buildOnly ??= false;
|
|
1721
1722
|
options.platform ??= "neutral";
|
|
1722
1723
|
options.entry ??= [
|
|
1723
1724
|
"{sourceRoot}"
|
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 _chunkNDQ2WXL4js = require('./chunk-NDQ2WXL4.js');
|
|
5
5
|
require('./chunk-OFLYCEQV.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkNDQ2WXL4js.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-N54F7ABF.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkNDQ2WXL4js = require('./chunk-NDQ2WXL4.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -20,4 +20,4 @@ require('./chunk-3GQAWCBQ.js');
|
|
|
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 = _chunkNDQ2WXL4js.initGenerator; exports.withTerraformExecutor = _chunkAWKDJF6Sjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNDQ2WXL4js = require('../../../chunk-NDQ2WXL4.js');
|
|
5
5
|
require('../../../chunk-OFLYCEQV.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkNDQ2WXL4js.init_default; exports.initGenerator = _chunkNDQ2WXL4js.initGenerator;
|