@storm-software/terraform-tools 0.59.1 → 0.60.0
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 +10 -0
- package/dist/{chunk-JUQLRHO6.mjs → chunk-UHZZ53C7.mjs} +2 -7
- package/dist/{chunk-CPNINYHM.js → chunk-W6SJQG4N.js} +2 -7
- 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,16 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Terraform Tools
|
|
4
4
|
|
|
5
|
+
## [0.59.2](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.59.2) (2025-05-07)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Remove auto-commit on versioning step
|
|
10
|
+
|
|
11
|
+
### Miscellaneous
|
|
12
|
+
|
|
13
|
+
- **monorepo:** Regenerate README markdown files
|
|
14
|
+
|
|
5
15
|
## [0.59.0](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.59.0) (2025-05-06)
|
|
6
16
|
|
|
7
17
|
### Features
|
|
@@ -254,12 +254,6 @@ import { joinPathFragments as joinPathFragments2 } from "@nx/devkit";
|
|
|
254
254
|
import { execSync as execSync2 } from "node:child_process";
|
|
255
255
|
import { readFileSync } from "node:fs";
|
|
256
256
|
import https from "node:https";
|
|
257
|
-
|
|
258
|
-
// ../workspace-tools/src/utils/toml.ts
|
|
259
|
-
import TOML from "@ltd/j-toml";
|
|
260
|
-
import { logger } from "@nx/devkit";
|
|
261
|
-
|
|
262
|
-
// ../workspace-tools/src/executors/cargo-publish/executor.ts
|
|
263
257
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
264
258
|
|
|
265
259
|
// ../esbuild/src/build.ts
|
|
@@ -1060,7 +1054,8 @@ var executor_default6 = withRunExecutor(
|
|
|
1060
1054
|
|
|
1061
1055
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1062
1056
|
import { execSync as execSync3 } from "node:child_process";
|
|
1063
|
-
import { readFile as readFile5 } from "node:fs/promises";
|
|
1057
|
+
import { readFile as readFile5, writeFile as writeFile3 } from "node:fs/promises";
|
|
1058
|
+
import { format as format2 } from "prettier";
|
|
1064
1059
|
|
|
1065
1060
|
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1066
1061
|
import {
|
|
@@ -253,12 +253,6 @@ var executor_default5 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
|
|
|
253
253
|
|
|
254
254
|
var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);
|
|
255
255
|
var _https = require('https'); var _https2 = _interopRequireDefault(_https);
|
|
256
|
-
|
|
257
|
-
// ../workspace-tools/src/utils/toml.ts
|
|
258
|
-
var _jtoml = require('@ltd/j-toml'); var _jtoml2 = _interopRequireDefault(_jtoml);
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
// ../workspace-tools/src/executors/cargo-publish/executor.ts
|
|
262
256
|
var LARGE_BUFFER = 1024 * 1e6;
|
|
263
257
|
|
|
264
258
|
// ../esbuild/src/build.ts
|
|
@@ -1060,6 +1054,7 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
|
|
|
1060
1054
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
|
1061
1055
|
|
|
1062
1056
|
|
|
1057
|
+
var _prettier = require('prettier');
|
|
1063
1058
|
|
|
1064
1059
|
// ../workspace-tools/src/utils/pnpm-deps-update.ts
|
|
1065
1060
|
|
|
@@ -1068,7 +1063,7 @@ var executor_default6 = _chunkA4RDGLKCjs.withRunExecutor.call(void 0,
|
|
|
1068
1063
|
|
|
1069
1064
|
|
|
1070
1065
|
|
|
1071
|
-
|
|
1066
|
+
|
|
1072
1067
|
var _readyamlfile = require('read-yaml-file'); var _readyamlfile2 = _interopRequireDefault(_readyamlfile);
|
|
1073
1068
|
|
|
1074
1069
|
// ../workspace-tools/src/executors/npm-publish/executor.ts
|
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 _chunkW6SJQG4Njs = require('./chunk-W6SJQG4N.js');
|
|
5
5
|
require('./chunk-A4RDGLKC.js');
|
|
6
6
|
require('./chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunkW6SJQG4Njs.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 _chunkW6SJQG4Njs = require('./chunk-W6SJQG4N.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 = _chunkW6SJQG4Njs.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 _chunkW6SJQG4Njs = require('../../../chunk-W6SJQG4N.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 = _chunkW6SJQG4Njs.init_default; exports.initGenerator = _chunkW6SJQG4Njs.initGenerator;
|