@storm-software/terraform-tools 0.50.2 → 0.51.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 +11 -0
- package/README.md +1 -1
- package/dist/{chunk-3YAEZHUD.js → chunk-5HEY5GYU.js} +1 -1
- package/dist/{chunk-4DAOD5DG.mjs → chunk-LGZDIUFZ.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 +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 0.51.0 (2025-01-21)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **config-tools:** Added the `createLogger` function to drive CommonJs modules ([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
|
|
6
|
+
|
|
7
|
+
### 🧱 Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated workspace-tools to 1.235.0
|
|
10
|
+
- Updated workspace-tools to 1.235.0
|
|
11
|
+
|
|
1
12
|
## 0.50.2 (2025-01-21)
|
|
2
13
|
|
|
3
14
|
### Continuous Integration
|
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 -->
|
|
@@ -1927,7 +1927,7 @@ async function unbuildExecutorFn(options, context2, config) {
|
|
|
1927
1927
|
fsCache: config.skipCache ? false : _chunkYX6ZIWFAjs.joinPaths.call(void 0, config.directories.cache || "node_modules/.cache/storm", "jiti"),
|
|
1928
1928
|
interopDefault: true
|
|
1929
1929
|
});
|
|
1930
|
-
const stormUnbuild = await jiti.import("@storm-software/unbuild/build");
|
|
1930
|
+
const stormUnbuild = await jiti.import("@storm-software/unbuild/build.js");
|
|
1931
1931
|
await stormUnbuild.build(_defu.defu.call(void 0, {
|
|
1932
1932
|
...options,
|
|
1933
1933
|
projectRoot: _optionalChain([context2, 'access', _94 => _94.projectsConfigurations, 'access', _95 => _95.projects, 'optionalAccess', _96 => _96[context2.projectName], 'access', _97 => _97.root]),
|
|
@@ -1928,7 +1928,7 @@ async function unbuildExecutorFn(options, context2, config) {
|
|
|
1928
1928
|
fsCache: config.skipCache ? false : joinPaths(config.directories.cache || "node_modules/.cache/storm", "jiti"),
|
|
1929
1929
|
interopDefault: true
|
|
1930
1930
|
});
|
|
1931
|
-
const stormUnbuild = await jiti.import("@storm-software/unbuild/build");
|
|
1931
|
+
const stormUnbuild = await jiti.import("@storm-software/unbuild/build.js");
|
|
1932
1932
|
await stormUnbuild.build(defu3({
|
|
1933
1933
|
...options,
|
|
1934
1934
|
projectRoot: context2.projectsConfigurations.projects?.[context2.projectName].root,
|
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 _chunk5HEY5GYUjs = require('./chunk-5HEY5GYU.js');
|
|
5
5
|
require('./chunk-YX6ZIWFA.js');
|
|
6
6
|
require('./chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGenerator =
|
|
9
|
+
exports.initGenerator = _chunk5HEY5GYUjs.initGenerator;
|
package/dist/generators.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5,7 +5,7 @@ require('./chunk-VKA4AOSX.js');
|
|
|
5
5
|
require('./chunk-N2YKXZ5R.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunk5HEY5GYUjs = require('./chunk-5HEY5GYU.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 = _chunk5HEY5GYUjs.initGenerator; exports.withTerraformExecutor = _chunk7OAEVGV3js.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 _chunk5HEY5GYUjs = require('../../../chunk-5HEY5GYU.js');
|
|
5
5
|
require('../../../chunk-YX6ZIWFA.js');
|
|
6
6
|
require('../../../chunk-3GQAWCBQ.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunk5HEY5GYUjs.init_default; exports.initGenerator = _chunk5HEY5GYUjs.initGenerator;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/terraform-tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.51.0",
|
|
4
4
|
"description": "Tools for managing Terraform infrastructure within a Nx workspace.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "github",
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
"nx": { "optional": false }
|
|
124
124
|
},
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@storm-software/workspace-tools": "1.
|
|
126
|
+
"@storm-software/workspace-tools": "1.235.0",
|
|
127
127
|
"shelljs": "^0.8.5",
|
|
128
128
|
"tslib": "^2.6.3"
|
|
129
129
|
},
|