@storm-software/terraform-tools 0.57.1 → 0.57.2
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 +12 -0
- package/README.md +1 -1
- package/dist/{chunk-QWYUK6DV.js → chunk-H2LRKFAX.js} +1 -1
- package/dist/{chunk-67CRAPR7.mjs → chunk-T7SGJQST.mjs} +1 -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,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.57.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.57.2) (2025-05-06)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Resolve issue with import path in executor
|
|
10
|
+
([ddad2fdc8](https://github.com/storm-software/storm-ops/commit/ddad2fdc8))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([7e0751c3d](https://github.com/storm-software/storm-ops/commit/7e0751c3d))
|
|
16
|
+
|
|
5
17
|
## [0.57.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.57.1) (2025-05-06)
|
|
6
18
|
|
|
7
19
|
### Bug Fixes
|
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 -->
|
|
@@ -1062,7 +1062,7 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
|
|
|
1062
1062
|
|
|
1063
1063
|
|
|
1064
1064
|
|
|
1065
|
-
var _columnify = require('columnify'); var
|
|
1065
|
+
var _columnify = require('columnify'); var _columnify2 = _interopRequireDefault(_columnify);
|
|
1066
1066
|
|
|
1067
1067
|
|
|
1068
1068
|
|
|
@@ -1063,7 +1063,7 @@ import {
|
|
|
1063
1063
|
detectPackageManager,
|
|
1064
1064
|
readJsonFile
|
|
1065
1065
|
} from "@nx/devkit";
|
|
1066
|
-
import
|
|
1066
|
+
import columnify from "columnify";
|
|
1067
1067
|
import { exec, execSync as execSync3 } from "node:child_process";
|
|
1068
1068
|
import { existsSync as existsSync6 } from "node:fs";
|
|
1069
1069
|
import { relative as relative3 } from "node:path";
|
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 _chunkH2LRKFAXjs = require('./chunk-H2LRKFAX.js');
|
|
5
5
|
require('./chunk-A4RDGLKC.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkH2LRKFAXjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-WJV4GOSN.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkH2LRKFAXjs = require('./chunk-H2LRKFAX.js');
|
|
9
9
|
require('./chunk-GUQOEBFW.js');
|
|
10
10
|
|
|
11
11
|
|
|
@@ -20,4 +20,4 @@ require('./chunk-3RG5ZIWI.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 = _chunkH2LRKFAXjs.initGenerator; exports.withTerraformExecutor = _chunkZLPOE4VZjs.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 _chunkH2LRKFAXjs = require('../../../chunk-H2LRKFAX.js');
|
|
5
5
|
require('../../../chunk-A4RDGLKC.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkH2LRKFAXjs.init_default; exports.initGenerator = _chunkH2LRKFAXjs.initGenerator;
|