@storm-software/terraform-tools 0.66.202 → 0.66.204

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 CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # Changelog for Storm Ops - Terraform Tools
4
4
 
5
+ ## [0.66.203](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.203) (05/20/2026)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added GitHub OIDC token retrieval to `npm-publish` executor ([a154fdcb8](https://github.com/storm-software/storm-ops/commit/a154fdcb8))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.137.58**
14
+ - Updated **config-tools** to **v1.190.26**
15
+ - Updated **workspace-tools** to **v1.296.0**
16
+
17
+ ## [0.66.202](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.202) (05/20/2026)
18
+
19
+ ### Updated Dependencies
20
+
21
+ - Updated **workspace-tools** to **v1.295.87**
22
+
5
23
  ## [0.66.201](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.66.201) (05/20/2026)
6
24
 
7
25
  ### Updated Dependencies
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.66.199-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
30
+ [![Version](https://img.shields.io/badge/version-0.66.202-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -1133,6 +1133,9 @@ import { execSync as execSync3 } from "node:child_process";
1133
1133
  import { readFile as readFile7, writeFile as writeFile5 } from "node:fs/promises";
1134
1134
  import { format as format3 } from "prettier";
1135
1135
 
1136
+ // ../workspace-tools/src/utils/github.ts
1137
+ import { createJiti as createJiti2 } from "jiti";
1138
+
1136
1139
  // ../workspace-tools/src/utils/package-helpers.ts
1137
1140
  import {
1138
1141
  joinPathFragments as joinPathFragments3,
@@ -1634,7 +1637,7 @@ var executor_default10 = withRunExecutor(
1634
1637
 
1635
1638
  // ../workspace-tools/src/executors/unbuild/executor.ts
1636
1639
  import { defu as defu3 } from "defu";
1637
- import { createJiti as createJiti2 } from "jiti";
1640
+ import { createJiti as createJiti3 } from "jiti";
1638
1641
  async function unbuildExecutorFn(options, context, config) {
1639
1642
  writeInfo("\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
1640
1643
  if (!context.projectsConfigurations?.projects || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
@@ -1652,7 +1655,7 @@ async function unbuildExecutorFn(options, context, config) {
1652
1655
  "The Build process failed because the project's source root is not valid. Please run this command from a workspace root directory."
1653
1656
  );
1654
1657
  }
1655
- const jiti = createJiti2(config.workspaceRoot, {
1658
+ const jiti = createJiti3(config.workspaceRoot, {
1656
1659
  fsCache: config.skipCache ? false : joinPaths(
1657
1660
  config.workspaceRoot,
1658
1661
  config.directories.cache || "node_modules/.cache/storm",
@@ -1130,6 +1130,9 @@ var _yaml = require('yaml');
1130
1130
 
1131
1131
 
1132
1132
 
1133
+ // ../workspace-tools/src/utils/github.ts
1134
+
1135
+
1133
1136
  // ../workspace-tools/src/utils/package-helpers.ts
1134
1137
 
1135
1138
 
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkOOEFIPWEjs = require('./chunk-OOEFIPWE.js');
4
+ var _chunkV52T5L2Ujs = require('./chunk-V52T5L2U.js');
5
5
  require('./chunk-Z6FDQK7Q.js');
6
6
 
7
7
 
8
- exports.initGenerator = _chunkOOEFIPWEjs.initGenerator;
8
+ exports.initGenerator = _chunkV52T5L2Ujs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGenerator
4
- } from "./chunk-TG5CR3HD.mjs";
4
+ } from "./chunk-HBY7ZVX5.mjs";
5
5
  import "./chunk-UF4IPW4W.mjs";
6
6
  import "./chunk-C3NYIWL4.mjs";
7
7
  export {
package/dist/index.js CHANGED
@@ -5,7 +5,7 @@ require('./chunk-SZ73PEPJ.js');
5
5
  require('./chunk-N2YKXZ5R.js');
6
6
 
7
7
 
8
- var _chunkOOEFIPWEjs = require('./chunk-OOEFIPWE.js');
8
+ var _chunkV52T5L2Ujs = require('./chunk-V52T5L2U.js');
9
9
  require('./chunk-GUQOEBFW.js');
10
10
 
11
11
 
@@ -19,4 +19,4 @@ require('./chunk-Z6FDQK7Q.js');
19
19
 
20
20
 
21
21
 
22
- exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkOOEFIPWEjs.initGenerator; exports.withTerraformExecutor = _chunkWUODZVIZjs.withTerraformExecutor;
22
+ exports.baseTerraformExecutorSchema = _chunkILC773N2js.base_terraform_executor_untyped_default; exports.initGenerator = _chunkV52T5L2Ujs.initGenerator; exports.withTerraformExecutor = _chunkWUODZVIZjs.withTerraformExecutor;
package/dist/index.mjs CHANGED
@@ -5,7 +5,7 @@ import "./chunk-QSUEPY6I.mjs";
5
5
  import "./chunk-23KFTIT2.mjs";
6
6
  import {
7
7
  initGenerator
8
- } from "./chunk-TG5CR3HD.mjs";
8
+ } from "./chunk-HBY7ZVX5.mjs";
9
9
  import "./chunk-CA7S5MOH.mjs";
10
10
  import {
11
11
  base_terraform_executor_untyped_default
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkOOEFIPWEjs = require('../../../chunk-OOEFIPWE.js');
4
+ var _chunkV52T5L2Ujs = require('../../../chunk-V52T5L2U.js');
5
5
  require('../../../chunk-Z6FDQK7Q.js');
6
6
 
7
7
 
8
8
 
9
- exports.default = _chunkOOEFIPWEjs.init_default; exports.initGenerator = _chunkOOEFIPWEjs.initGenerator;
9
+ exports.default = _chunkV52T5L2Ujs.init_default; exports.initGenerator = _chunkV52T5L2Ujs.initGenerator;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  initGenerator,
3
3
  init_default
4
- } from "../../../chunk-TG5CR3HD.mjs";
4
+ } from "../../../chunk-HBY7ZVX5.mjs";
5
5
  import "../../../chunk-UF4IPW4W.mjs";
6
6
  import "../../../chunk-C3NYIWL4.mjs";
7
7
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/terraform-tools",
3
- "version": "0.66.202",
3
+ "version": "0.66.204",
4
4
  "description": "Tools for managing Terraform infrastructure within a Nx workspace.",
5
5
  "keywords": [
6
6
  "iac",
@@ -112,15 +112,15 @@
112
112
  "module": "dist/index.mjs",
113
113
  "typings": "dist/index.d.ts",
114
114
  "dependencies": {
115
- "@nx/devkit": "22.7.1",
116
- "@storm-software/config": "^1.137.57",
117
- "@storm-software/config-tools": "^1.190.25",
118
- "@storm-software/workspace-tools": "1.295.87",
115
+ "@nx/devkit": "^22.7.2",
116
+ "@storm-software/config": "^1.137.58",
117
+ "@storm-software/config-tools": "^1.190.26",
118
+ "@storm-software/workspace-tools": "1.296.1",
119
119
  "shelljs": "^0.8.5"
120
120
  },
121
121
  "devDependencies": {
122
122
  "@types/node": "^25.9.1",
123
- "nx": "22.7.1",
123
+ "nx": "22.7.2",
124
124
  "tsup": "8.4.0",
125
125
  "untyped": "^2.0.0"
126
126
  },
@@ -129,5 +129,5 @@
129
129
  "publishConfig": { "access": "public" },
130
130
  "executors": "./executors.json",
131
131
  "generators": "./generators.json",
132
- "gitHead": "b430e8c833499dbf379ae4797f81d1b9b4846556"
132
+ "gitHead": "96e61dd6fdcf39bad7cf596e2966e409c3aaf01c"
133
133
  }