@storm-software/terraform-tools 0.63.1 → 0.63.4
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 +24 -0
- package/README.md +1 -1
- package/dist/{chunk-FSBSDI3D.js → chunk-IKKZXPLO.js} +1 -1
- package/dist/{chunk-37WPKYYE.mjs → chunk-T6SKELGT.mjs} +5 -5
- 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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,30 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.63.3](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.3) (2025-09-15)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([4db53df30](https://github.com/storm-software/storm-ops/commit/4db53df30))
|
|
11
|
+
|
|
12
|
+
## [0.63.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.2) (2025-09-15)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **pnpm-tools:** Update script file name and write workspace contents to
|
|
17
|
+
warning message
|
|
18
|
+
([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
|
|
21
|
+
|
|
22
|
+
## [0.63.1](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.1) (2025-09-13)
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Regenerate README markdown files
|
|
27
|
+
([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
|
|
28
|
+
|
|
5
29
|
## [0.63.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.63.0) (2025-09-13)
|
|
6
30
|
|
|
7
31
|
### Features
|
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 -->
|
|
@@ -967,9 +967,9 @@ var _prettier = require('prettier');
|
|
|
967
967
|
var _semver = require('semver');
|
|
968
968
|
|
|
969
969
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
970
|
-
var _jsyaml = require('js-yaml');
|
|
971
970
|
|
|
972
971
|
|
|
972
|
+
var _yaml = require('yaml');
|
|
973
973
|
|
|
974
974
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
975
975
|
|
|
@@ -960,7 +960,7 @@ import {
|
|
|
960
960
|
readCachedProjectGraph as readCachedProjectGraph2
|
|
961
961
|
} from "@nx/devkit";
|
|
962
962
|
import { existsSync as existsSync6 } from "node:fs";
|
|
963
|
-
import { readFile as
|
|
963
|
+
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
964
964
|
import { format } from "prettier";
|
|
965
965
|
|
|
966
966
|
// ../npm-tools/src/helpers/get-version.ts
|
|
@@ -970,13 +970,13 @@ import { exec as exec2 } from "node:child_process";
|
|
|
970
970
|
import { coerce, gt, valid } from "semver";
|
|
971
971
|
|
|
972
972
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
973
|
-
import { dump, load } from "js-yaml";
|
|
974
973
|
import { existsSync as existsSync5 } from "node:fs";
|
|
975
|
-
import { writeFile as writeFile2 } from "node:fs/promises";
|
|
974
|
+
import { readFile as readFile4, writeFile as writeFile2 } from "node:fs/promises";
|
|
975
|
+
import { parse, stringify } from "yaml";
|
|
976
976
|
|
|
977
977
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
978
978
|
import { execSync as execSync3 } from "node:child_process";
|
|
979
|
-
import { readFile as
|
|
979
|
+
import { readFile as readFile7, writeFile as writeFile5 } from "node:fs/promises";
|
|
980
980
|
import { format as format3 } from "prettier";
|
|
981
981
|
|
|
982
982
|
// ../workspace-tools/src/utils/package-helpers.ts
|
|
@@ -986,7 +986,7 @@ import {
|
|
|
986
986
|
} from "@nx/devkit";
|
|
987
987
|
import { execFileSync } from "child_process";
|
|
988
988
|
import { existsSync as existsSync7 } from "node:fs";
|
|
989
|
-
import { readFile as
|
|
989
|
+
import { readFile as readFile6, writeFile as writeFile4 } from "node:fs/promises";
|
|
990
990
|
import { dirname, resolve } from "path";
|
|
991
991
|
import { format as format2 } from "prettier";
|
|
992
992
|
|
package/dist/executors.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-OVAEG5B6.js');
|
|
3
2
|
require('./chunk-JE5CFXYT.js');
|
|
4
3
|
require('./chunk-NU2U34L5.js');
|
|
5
4
|
require('./chunk-NE6UXXXJ.js');
|
|
5
|
+
require('./chunk-OVAEG5B6.js');
|
|
6
6
|
require('./chunk-IU6VUV4H.js');
|
|
7
7
|
require('./chunk-37MGUMWD.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-IGPTNPTU.mjs";
|
|
3
2
|
import "./chunk-L3PVSBJE.mjs";
|
|
4
3
|
import "./chunk-FSWZT3BT.mjs";
|
|
5
4
|
import "./chunk-SDFTWIXT.mjs";
|
|
5
|
+
import "./chunk-IGPTNPTU.mjs";
|
|
6
6
|
import "./chunk-OHLLDMOL.mjs";
|
|
7
7
|
import "./chunk-7NK773UQ.mjs";
|
|
8
8
|
import "./chunk-BWDSNTJE.mjs";
|
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 _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
|
|
5
5
|
require('./chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.initGenerator =
|
|
8
|
+
exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-E7SPQEPH.js');
|
|
2
|
-
require('./chunk-OVAEG5B6.js');
|
|
3
2
|
require('./chunk-JE5CFXYT.js');
|
|
4
3
|
require('./chunk-NU2U34L5.js');
|
|
5
4
|
require('./chunk-NE6UXXXJ.js');
|
|
6
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkIKKZXPLOjs = require('./chunk-IKKZXPLO.js');
|
|
7
9
|
require('./chunk-GUQOEBFW.js');
|
|
8
10
|
|
|
9
11
|
|
|
10
12
|
var _chunkILC773N2js = require('./chunk-ILC773N2.js');
|
|
13
|
+
require('./chunk-OVAEG5B6.js');
|
|
11
14
|
|
|
12
15
|
|
|
13
16
|
var _chunkIU6VUV4Hjs = require('./chunk-IU6VUV4H.js');
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
var _chunkFSBSDI3Djs = require('./chunk-FSBSDI3D.js');
|
|
17
17
|
require('./chunk-37MGUMWD.js');
|
|
18
18
|
|
|
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 = _chunkIKKZXPLOjs.initGenerator; exports.withTerraformExecutor = _chunkIU6VUV4Hjs.withTerraformExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import "./chunk-HYHKZPRR.mjs";
|
|
2
|
-
import "./chunk-IGPTNPTU.mjs";
|
|
3
2
|
import "./chunk-L3PVSBJE.mjs";
|
|
4
3
|
import "./chunk-FSWZT3BT.mjs";
|
|
5
4
|
import "./chunk-SDFTWIXT.mjs";
|
|
6
5
|
import "./chunk-23KFTIT2.mjs";
|
|
6
|
+
import {
|
|
7
|
+
initGenerator
|
|
8
|
+
} from "./chunk-T6SKELGT.mjs";
|
|
7
9
|
import "./chunk-CA7S5MOH.mjs";
|
|
8
10
|
import {
|
|
9
11
|
base_terraform_executor_untyped_default
|
|
10
12
|
} from "./chunk-EL25IDXP.mjs";
|
|
13
|
+
import "./chunk-IGPTNPTU.mjs";
|
|
11
14
|
import {
|
|
12
15
|
withTerraformExecutor
|
|
13
16
|
} from "./chunk-OHLLDMOL.mjs";
|
|
14
|
-
import {
|
|
15
|
-
initGenerator
|
|
16
|
-
} from "./chunk-37WPKYYE.mjs";
|
|
17
17
|
import "./chunk-7NK773UQ.mjs";
|
|
18
18
|
import "./chunk-BWDSNTJE.mjs";
|
|
19
19
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkIKKZXPLOjs = require('../../../chunk-IKKZXPLO.js');
|
|
5
5
|
require('../../../chunk-37MGUMWD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkIKKZXPLOjs.init_default; exports.initGenerator = _chunkIKKZXPLOjs.initGenerator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.63.
|
|
3
|
+
"version": "0.63.4",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"terraform"
|
|
114
114
|
],
|
|
115
115
|
"peerDependencies": {
|
|
116
|
-
"@nx/devkit": "
|
|
116
|
+
"@nx/devkit": "^21.4.1",
|
|
117
117
|
"@storm-software/config": "1.112.0",
|
|
118
118
|
"@storm-software/config-tools": "1.162.0",
|
|
119
119
|
"@storm-software/workspace-tools": "1.264.23",
|
|
120
|
-
"tsup": "
|
|
120
|
+
"tsup": "8.4.0",
|
|
121
121
|
"untyped": "1.5.2"
|
|
122
122
|
},
|
|
123
123
|
"peerDependenciesMeta": {
|
|
@@ -126,14 +126,14 @@
|
|
|
126
126
|
},
|
|
127
127
|
"dependencies": { "shelljs": "^0.8.5" },
|
|
128
128
|
"devDependencies": {
|
|
129
|
-
"@nx/devkit": "
|
|
130
|
-
"@types/node": "
|
|
131
|
-
"nx": "
|
|
132
|
-
"tsup": "
|
|
133
|
-
"untyped": "
|
|
129
|
+
"@nx/devkit": "^21.4.1",
|
|
130
|
+
"@types/node": "^22.10.2",
|
|
131
|
+
"nx": "^21.4.1",
|
|
132
|
+
"tsup": "8.4.0",
|
|
133
|
+
"untyped": "^1.5.2"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
136
|
"executors": "./executors.json",
|
|
137
137
|
"generators": "./generators.json",
|
|
138
|
-
"gitHead": "
|
|
138
|
+
"gitHead": "ee2be672dff8773062977876c5388bb5ea6dcde2"
|
|
139
139
|
}
|