@storm-software/pulumi-tools 0.7.60 → 0.7.62

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.
Files changed (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-ZUKZZVY7.mjs → chunk-25V5OEPQ.mjs} +13 -4
  4. package/dist/{chunk-QG6LUJIM.js → chunk-3FM2OLFY.js} +2 -2
  5. package/dist/{chunk-NCKI2RE3.mjs → chunk-6AYQ7VHF.mjs} +1 -1
  6. package/dist/{chunk-LDAJAXHG.js → chunk-DF7BQ6B4.js} +3 -3
  7. package/dist/{chunk-GWL2KP3L.mjs → chunk-GYUDNNH4.mjs} +1 -1
  8. package/dist/{chunk-RG5QIJDW.mjs → chunk-LFMHCSYT.mjs} +1 -1
  9. package/dist/{chunk-YY76EXNG.mjs → chunk-OD2UU3AH.mjs} +1 -1
  10. package/dist/{chunk-3FRIEQ7X.js → chunk-OSYGW3FK.js} +2 -2
  11. package/dist/{chunk-7OWMT7HW.js → chunk-RK4VN42S.js} +2 -2
  12. package/dist/{chunk-OFA4FMYB.js → chunk-SFEDXEAP.js} +2 -2
  13. package/dist/{chunk-O3PHMJE7.mjs → chunk-TCRO6LLA.mjs} +1 -1
  14. package/dist/{chunk-YEPSM7YJ.mjs → chunk-UFKMKONY.mjs} +1 -1
  15. package/dist/{chunk-RRWPG63I.js → chunk-VCUPZ253.js} +10 -1
  16. package/dist/{chunk-A7TGBBAU.mjs → chunk-VW6DYIQY.mjs} +1 -1
  17. package/dist/{chunk-W45EXKGO.js → chunk-WHDLXZDP.js} +2 -2
  18. package/dist/{chunk-TM3YI3ZC.js → chunk-ZPLIND4J.js} +5 -5
  19. package/dist/executors.d.mts +2 -2
  20. package/dist/executors.d.ts +2 -2
  21. package/dist/executors.js +7 -7
  22. package/dist/executors.mjs +7 -7
  23. package/dist/{generators-BziLQ-SK.d.ts → generators-CdJ1t-Yr.d.mts} +2 -14
  24. package/dist/{generators-8hNcjX5A.d.mts → generators-CdJ1t-Yr.d.ts} +2 -14
  25. package/dist/generators.d.mts +3 -3
  26. package/dist/generators.d.ts +3 -3
  27. package/dist/generators.js +3 -3
  28. package/dist/generators.mjs +2 -2
  29. package/dist/index.d.mts +5 -3
  30. package/dist/index.d.ts +5 -3
  31. package/dist/index.js +9 -9
  32. package/dist/index.mjs +8 -8
  33. package/dist/src/base/base-executor.d.mts +2 -28
  34. package/dist/src/base/base-executor.d.ts +2 -28
  35. package/dist/src/base/base-executor.js +3 -3
  36. package/dist/src/base/base-executor.mjs +2 -2
  37. package/dist/src/base/index.d.mts +2 -2
  38. package/dist/src/base/index.d.ts +2 -2
  39. package/dist/src/base/index.js +3 -3
  40. package/dist/src/base/index.mjs +2 -2
  41. package/dist/src/executors/config/executor.d.mts +2 -2
  42. package/dist/src/executors/config/executor.d.ts +2 -2
  43. package/dist/src/executors/config/executor.js +4 -4
  44. package/dist/src/executors/config/executor.mjs +3 -3
  45. package/dist/src/executors/import/executor.d.mts +2 -2
  46. package/dist/src/executors/import/executor.d.ts +2 -2
  47. package/dist/src/executors/import/executor.js +4 -4
  48. package/dist/src/executors/import/executor.mjs +3 -3
  49. package/dist/src/executors/preview/executor.d.mts +2 -2
  50. package/dist/src/executors/preview/executor.d.ts +2 -2
  51. package/dist/src/executors/preview/executor.js +4 -4
  52. package/dist/src/executors/preview/executor.mjs +3 -3
  53. package/dist/src/executors/refresh/executor.d.mts +2 -2
  54. package/dist/src/executors/refresh/executor.d.ts +2 -2
  55. package/dist/src/executors/refresh/executor.js +4 -4
  56. package/dist/src/executors/refresh/executor.mjs +3 -3
  57. package/dist/src/executors/up/executor.d.mts +2 -2
  58. package/dist/src/executors/up/executor.d.ts +2 -2
  59. package/dist/src/executors/up/executor.js +4 -4
  60. package/dist/src/executors/up/executor.mjs +3 -3
  61. package/dist/src/generators/init/generator.d.mts +3 -3
  62. package/dist/src/generators/init/generator.d.ts +3 -3
  63. package/dist/src/generators/init/generator.js +3 -3
  64. package/dist/src/generators/init/generator.mjs +2 -2
  65. package/package.json +6 -9
  66. package/dist/types-D-xLCTdY.d.mts +0 -1286
  67. package/dist/types-D-xLCTdY.d.ts +0 -1286
package/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.7.62](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.62) (2025-04-28)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate pnpm-lock.yaml file
10
+ ([5f9f4b14c](https://github.com/storm-software/storm-ops/commit/5f9f4b14c))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([70315e770](https://github.com/storm-software/storm-ops/commit/70315e770))
13
+
14
+ ## [0.7.61](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.61) (2025-04-28)
15
+
16
+ ### Miscellaneous
17
+
18
+ - **monorepo:** Update dependency versions in packages
19
+ ([f1f72dd67](https://github.com/storm-software/storm-ops/commit/f1f72dd67))
20
+
5
21
  ## [0.7.59](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.59) (2025-04-25)
6
22
 
7
23
  ### Miscellaneous
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
- [![Version](https://img.shields.io/badge/version-0.7.59-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)
24
+ [![Version](https://img.shields.io/badge/version-0.7.61-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)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -1831,7 +1831,7 @@ import { logger } from "@nx/devkit";
1831
1831
  var LARGE_BUFFER2 = 1024 * 1e6;
1832
1832
 
1833
1833
  // ../esbuild/src/build.ts
1834
- import { createProjectGraphAsync, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
1834
+ import { createProjectGraphAsync as createProjectGraphAsync2, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
1835
1835
 
1836
1836
  // ../build-tools/src/config.ts
1837
1837
  var DEFAULT_COMPILED_BANNER = `/*****************************************
@@ -1917,9 +1917,18 @@ import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildabl
1917
1917
  import { Glob } from "glob";
1918
1918
  import { existsSync as existsSync3, readFileSync as readFileSync2 } from "node:fs";
1919
1919
  import { readFile as readFile3 } from "node:fs/promises";
1920
- import { readCachedProjectGraph, readProjectsConfigurationFromProjectGraph } from "nx/src/project-graph/project-graph";
1920
+ import { createProjectGraphAsync, readCachedProjectGraph, readProjectsConfigurationFromProjectGraph } from "nx/src/project-graph/project-graph";
1921
1921
  var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, projectRoot, projectName, packageJson) => {
1922
- const projectGraph = readCachedProjectGraph();
1922
+ let projectGraph;
1923
+ try {
1924
+ projectGraph = readCachedProjectGraph();
1925
+ } catch {
1926
+ await createProjectGraphAsync();
1927
+ projectGraph = readCachedProjectGraph();
1928
+ }
1929
+ if (!projectGraph) {
1930
+ throw new Error("The Build process failed because the project graph is not available. Please run the build command again.");
1931
+ }
1923
1932
  const projectDependencies = calculateProjectBuildableDependencies(void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
1924
1933
  const localPackages = [];
1925
1934
  for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && dep.node.data?.root !== projectRoot && dep.node.data?.root !== workspaceRoot3)) {
@@ -2212,7 +2221,7 @@ async function resolveContext(userOptions) {
2212
2221
  });
2213
2222
  writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
2214
2223
  const stopwatch = getStopwatch("Build options resolution");
2215
- const projectGraph = await createProjectGraphAsync({
2224
+ const projectGraph = await createProjectGraphAsync2({
2216
2225
  exitOnError: true
2217
2226
  });
2218
2227
  const projectJsonPath = joinPaths(workspaceRoot3.dir, projectRoot, "project.json");
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
3
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
- var executor_default = _chunkLDAJAXHGjs.withPulumiExecutor.call(void 0, "refresh", (options) => [
6
+ var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "refresh", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-YY76EXNG.mjs";
3
+ } from "./chunk-OD2UU3AH.mjs";
4
4
 
5
5
  // src/executors/up/executor.ts
6
6
  var executor_default = withPulumiExecutor("up", (options) => [
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkRRWPG63Ijs = require('./chunk-RRWPG63I.js');
4
+ var _chunkVCUPZ253js = require('./chunk-VCUPZ253.js');
5
5
 
6
6
 
7
7
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
10
10
  var _path = require('path');
11
11
  var _shelljs = require('shelljs');
12
12
  var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
13
- return _chunkRRWPG63Ijs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
13
+ return _chunkVCUPZ253js.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
14
14
  if (!_shelljs.which.call(void 0, "pulumi")) {
15
15
  throw new Error("Pulumi is not installed. Please install it before running this executor.");
16
16
  }
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
18
18
  throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
19
19
  }
20
20
  const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
21
- _chunkRRWPG63Ijs.run.call(void 0, config, [
21
+ _chunkVCUPZ253js.run.call(void 0, config, [
22
22
  "pulumi",
23
23
  command,
24
24
  ...argsMapper(options)
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-YY76EXNG.mjs";
3
+ } from "./chunk-OD2UU3AH.mjs";
4
4
 
5
5
  // src/executors/config/executor.ts
6
6
  var executor_default = withPulumiExecutor("config", (options) => [
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-YY76EXNG.mjs";
3
+ } from "./chunk-OD2UU3AH.mjs";
4
4
 
5
5
  // src/executors/import/executor.ts
6
6
  var executor_default = withPulumiExecutor("import", (options) => [
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-ZUKZZVY7.mjs";
4
+ } from "./chunk-25V5OEPQ.mjs";
5
5
  import {
6
6
  __name
7
7
  } from "./chunk-N7GSKHH2.mjs";
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
3
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
4
4
 
5
5
  // src/executors/import/executor.ts
6
- var executor_default = _chunkLDAJAXHGjs.withPulumiExecutor.call(void 0, "import", (options) => [
6
+ var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "import", (options) => [
7
7
  options.target,
8
8
  options.name,
9
9
  options.id,
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
3
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
4
4
 
5
5
  // src/executors/up/executor.ts
6
- var executor_default = _chunkLDAJAXHGjs.withPulumiExecutor.call(void 0, "up", (options) => [
6
+ var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "up", (options) => [
7
7
  "--suppress-progress",
8
8
  options.stack && `--stack=${options.stack}`,
9
9
  options.skipPreview && "--skip-preview",
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
3
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
4
4
 
5
5
  // src/executors/preview/executor.ts
6
- var executor_default = _chunkLDAJAXHGjs.withPulumiExecutor.call(void 0, "preview", (options) => [
6
+ var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "preview", (options) => [
7
7
  options.stack && `--stack=${options.stack}`,
8
8
  options.expectNoChanges && "--expect-no-changes"
9
9
  ]);
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-YY76EXNG.mjs";
3
+ } from "./chunk-OD2UU3AH.mjs";
4
4
 
5
5
  // src/executors/preview/executor.ts
6
6
  var executor_default = withPulumiExecutor("preview", (options) => [
@@ -5,7 +5,7 @@ import {
5
5
  initGenerator,
6
6
  run,
7
7
  withRunGenerator
8
- } from "./chunk-ZUKZZVY7.mjs";
8
+ } from "./chunk-25V5OEPQ.mjs";
9
9
  import {
10
10
  __name
11
11
  } from "./chunk-N7GSKHH2.mjs";
@@ -1918,7 +1918,16 @@ var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
1918
1918
 
1919
1919
  var _projectgraph = require('nx/src/project-graph/project-graph');
1920
1920
  var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (workspaceRoot3, projectRoot, projectName, packageJson) => {
1921
- const projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
1921
+ let projectGraph;
1922
+ try {
1923
+ projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
1924
+ } catch (e2) {
1925
+ await _projectgraph.createProjectGraphAsync.call(void 0, );
1926
+ projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
1927
+ }
1928
+ if (!projectGraph) {
1929
+ throw new Error("The Build process failed because the project graph is not available. Please run the build command again.");
1930
+ }
1922
1931
  const projectDependencies = _buildablelibsutils.calculateProjectBuildableDependencies.call(void 0, void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
1923
1932
  const localPackages = [];
1924
1933
  for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && _optionalChain([dep, 'access', _98 => _98.node, 'access', _99 => _99.data, 'optionalAccess', _100 => _100.root]) !== projectRoot && _optionalChain([dep, 'access', _101 => _101.node, 'access', _102 => _102.data, 'optionalAccess', _103 => _103.root]) !== workspaceRoot3)) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-YY76EXNG.mjs";
3
+ } from "./chunk-OD2UU3AH.mjs";
4
4
 
5
5
  // src/executors/refresh/executor.ts
6
6
  var executor_default = withPulumiExecutor("refresh", (options) => [
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
3
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
4
4
 
5
5
  // src/executors/config/executor.ts
6
- var executor_default = _chunkLDAJAXHGjs.withPulumiExecutor.call(void 0, "config", (options) => [
6
+ var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "config", (options) => [
7
7
  options.action,
8
8
  options.showSecrets && `--show-secrets`,
9
9
  options.secret && `--secret`,
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
5
5
 
6
6
 
7
7
 
8
- var _chunkRRWPG63Ijs = require('./chunk-RRWPG63I.js');
8
+ var _chunkVCUPZ253js = require('./chunk-VCUPZ253.js');
9
9
 
10
10
 
11
11
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
15
15
  var _fs = require('fs');
16
16
  var _path = require('path');
17
17
  async function initGeneratorFn(tree, options, config) {
18
- const task = _chunkRRWPG63Ijs.initGenerator.call(void 0, tree, options);
18
+ const task = _chunkVCUPZ253js.initGenerator.call(void 0, tree, options);
19
19
  _devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
20
20
  root: options.directory || "./deployment",
21
21
  projectType: "application",
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
49
49
  return task;
50
50
  }
51
51
  _chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
52
- var generator_default = _chunkRRWPG63Ijs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
52
+ var generator_default = _chunkVCUPZ253js.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
53
53
  function generateNewPulumiProject(tree, options, config) {
54
54
  return () => {
55
55
  const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
56
- _chunkRRWPG63Ijs.run.call(void 0, config, [
56
+ _chunkVCUPZ253js.run.call(void 0, config, [
57
57
  `pulumi new ${template}`,
58
58
  `--name=${options.name || "deployment"}`,
59
59
  `--dir=${options.directory || "./deployment"}`,
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
73
73
  if (options.login.startsWith("file://")) {
74
74
  options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
75
75
  }
76
- _chunkRRWPG63Ijs.run.call(void 0, config, [
76
+ _chunkVCUPZ253js.run.call(void 0, config, [
77
77
  "pulumi login",
78
78
  options.login
79
79
  ].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
5
5
  export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
6
6
  import './src/base/base-executor.mjs';
7
7
  import '@nx/devkit';
8
- import './types-D-xLCTdY.mjs';
9
- import 'zod';
8
+ import '@storm-software/config-tools';
10
9
  import '@storm-software/workspace-tools';
10
+ import '@storm-software/workspace-tools/base/base-executor.schema.d';
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
5
5
  export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
6
6
  import './src/base/base-executor.js';
7
7
  import '@nx/devkit';
8
- import './types-D-xLCTdY.js';
9
- import 'zod';
8
+ import '@storm-software/config-tools';
10
9
  import '@storm-software/workspace-tools';
10
+ import '@storm-software/workspace-tools/base/base-executor.schema.d';
package/dist/executors.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";require('./chunk-XO62WWX4.js');
2
- require('./chunk-3FRIEQ7X.js');
3
- require('./chunk-OFA4FMYB.js');
4
- require('./chunk-QG6LUJIM.js');
5
- require('./chunk-7OWMT7HW.js');
6
- require('./chunk-W45EXKGO.js');
7
- require('./chunk-LDAJAXHG.js');
8
- require('./chunk-RRWPG63I.js');
2
+ require('./chunk-OSYGW3FK.js');
3
+ require('./chunk-SFEDXEAP.js');
4
+ require('./chunk-3FM2OLFY.js');
5
+ require('./chunk-RK4VN42S.js');
6
+ require('./chunk-WHDLXZDP.js');
7
+ require('./chunk-DF7BQ6B4.js');
8
+ require('./chunk-VCUPZ253.js');
9
9
  require('./chunk-3GQAWCBQ.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
- import "./chunk-RG5QIJDW.mjs";
3
- import "./chunk-O3PHMJE7.mjs";
4
- import "./chunk-A7TGBBAU.mjs";
5
- import "./chunk-NCKI2RE3.mjs";
6
- import "./chunk-GWL2KP3L.mjs";
7
- import "./chunk-YY76EXNG.mjs";
8
- import "./chunk-ZUKZZVY7.mjs";
2
+ import "./chunk-LFMHCSYT.mjs";
3
+ import "./chunk-TCRO6LLA.mjs";
4
+ import "./chunk-VW6DYIQY.mjs";
5
+ import "./chunk-6AYQ7VHF.mjs";
6
+ import "./chunk-GYUDNNH4.mjs";
7
+ import "./chunk-OD2UU3AH.mjs";
8
+ import "./chunk-25V5OEPQ.mjs";
9
9
  import "./chunk-N7GSKHH2.mjs";
@@ -1,19 +1,7 @@
1
1
  import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
2
2
  import { Tree, GeneratorCallback } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-D-xLCTdY.js';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface BaseGeneratorSchema {
9
- /**
10
- * Directory
11
- *
12
- * The directory to create the library in
13
- *
14
- */
15
- directory?: string,
16
- }
3
+ import { StormWorkspaceConfig } from '@storm-software/config';
4
+ import { BaseGeneratorSchema } from '@storm-software/workspace-tools/base/base-generator.schema.d';
17
5
 
18
6
  interface InitGeneratorSchema extends BaseGeneratorSchema {
19
7
  name?: string;
@@ -1,19 +1,7 @@
1
1
  import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
2
2
  import { Tree, GeneratorCallback } from '@nx/devkit';
3
- import { S as StormWorkspaceConfig } from './types-D-xLCTdY.mjs';
4
-
5
- // Generated by @storm-software/untyped
6
- // Do not edit this file directly
7
-
8
- interface BaseGeneratorSchema {
9
- /**
10
- * Directory
11
- *
12
- * The directory to create the library in
13
- *
14
- */
15
- directory?: string,
16
- }
3
+ import { StormWorkspaceConfig } from '@storm-software/config';
4
+ import { BaseGeneratorSchema } from '@storm-software/workspace-tools/base/base-generator.schema.d';
17
5
 
18
6
  interface InitGeneratorSchema extends BaseGeneratorSchema {
19
7
  name?: string;
@@ -1,5 +1,5 @@
1
- export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-8hNcjX5A.mjs';
1
+ export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.mjs';
2
2
  import '@storm-software/workspace-tools';
3
3
  import '@nx/devkit';
4
- import './types-D-xLCTdY.mjs';
5
- import 'zod';
4
+ import '@storm-software/config';
5
+ import '@storm-software/workspace-tools/base/base-generator.schema.d';
@@ -1,5 +1,5 @@
1
- export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-BziLQ-SK.js';
1
+ export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.js';
2
2
  import '@storm-software/workspace-tools';
3
3
  import '@nx/devkit';
4
- import './types-D-xLCTdY.js';
5
- import 'zod';
4
+ import '@storm-software/config';
5
+ import '@storm-software/workspace-tools/base/base-generator.schema.d';
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkTM3YI3ZCjs = require('./chunk-TM3YI3ZC.js');
4
+ var _chunkZPLIND4Jjs = require('./chunk-ZPLIND4J.js');
5
5
  require('./chunk-DBLK3NPE.js');
6
- require('./chunk-RRWPG63I.js');
6
+ require('./chunk-VCUPZ253.js');
7
7
  require('./chunk-3GQAWCBQ.js');
8
8
 
9
9
 
10
- exports.initGeneratorFn = _chunkTM3YI3ZCjs.initGeneratorFn;
10
+ exports.initGeneratorFn = _chunkZPLIND4Jjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-YEPSM7YJ.mjs";
4
+ } from "./chunk-UFKMKONY.mjs";
5
5
  import "./chunk-XKY462OA.mjs";
6
- import "./chunk-ZUKZZVY7.mjs";
6
+ import "./chunk-25V5OEPQ.mjs";
7
7
  import "./chunk-N7GSKHH2.mjs";
8
8
  export {
9
9
  initGeneratorFn
package/dist/index.d.mts CHANGED
@@ -3,10 +3,12 @@ export { I as ImportExecutorSchema } from './schema.d-CWp7y_9i.mjs';
3
3
  export { P as PreviewExecutorSchema } from './schema.d-C3zluSfr.mjs';
4
4
  export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
5
5
  export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
6
- export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-8hNcjX5A.mjs';
6
+ export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.mjs';
7
7
  export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.mjs';
8
8
  export { Provider, getCloudTemplateName } from './src/base/providers.mjs';
9
9
  import '@storm-software/workspace-tools';
10
10
  import '@nx/devkit';
11
- import './types-D-xLCTdY.mjs';
12
- import 'zod';
11
+ import '@storm-software/config';
12
+ import '@storm-software/workspace-tools/base/base-generator.schema.d';
13
+ import '@storm-software/config-tools';
14
+ import '@storm-software/workspace-tools/base/base-executor.schema.d';
package/dist/index.d.ts CHANGED
@@ -3,10 +3,12 @@ export { I as ImportExecutorSchema } from './schema.d-BBpw11tM.js';
3
3
  export { P as PreviewExecutorSchema } from './schema.d-i8onVGak.js';
4
4
  export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
5
5
  export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
6
- export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-BziLQ-SK.js';
6
+ export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.js';
7
7
  export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.js';
8
8
  export { Provider, getCloudTemplateName } from './src/base/providers.js';
9
9
  import '@storm-software/workspace-tools';
10
10
  import '@nx/devkit';
11
- import './types-D-xLCTdY.js';
12
- import 'zod';
11
+ import '@storm-software/config';
12
+ import '@storm-software/workspace-tools/base/base-generator.schema.d';
13
+ import '@storm-software/config-tools';
14
+ import '@storm-software/workspace-tools/base/base-executor.schema.d';
package/dist/index.js CHANGED
@@ -1,26 +1,26 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
2
- require('./chunk-3FRIEQ7X.js');
3
- require('./chunk-OFA4FMYB.js');
4
- require('./chunk-QG6LUJIM.js');
5
- require('./chunk-7OWMT7HW.js');
2
+ require('./chunk-OSYGW3FK.js');
3
+ require('./chunk-SFEDXEAP.js');
4
+ require('./chunk-3FM2OLFY.js');
5
+ require('./chunk-RK4VN42S.js');
6
6
  require('./chunk-N2YKXZ5R.js');
7
7
 
8
8
 
9
- var _chunkTM3YI3ZCjs = require('./chunk-TM3YI3ZC.js');
9
+ var _chunkZPLIND4Jjs = require('./chunk-ZPLIND4J.js');
10
10
  require('./chunk-GUQOEBFW.js');
11
11
 
12
12
 
13
13
 
14
14
  var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
15
- require('./chunk-W45EXKGO.js');
15
+ require('./chunk-WHDLXZDP.js');
16
16
 
17
17
 
18
- var _chunkLDAJAXHGjs = require('./chunk-LDAJAXHG.js');
19
- require('./chunk-RRWPG63I.js');
18
+ var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
19
+ require('./chunk-VCUPZ253.js');
20
20
  require('./chunk-3GQAWCBQ.js');
21
21
 
22
22
 
23
23
 
24
24
 
25
25
 
26
- exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkTM3YI3ZCjs.initGeneratorFn; exports.withPulumiExecutor = _chunkLDAJAXHGjs.withPulumiExecutor;
26
+ exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkZPLIND4Jjs.initGeneratorFn; exports.withPulumiExecutor = _chunkDF7BQ6B4js.withPulumiExecutor;
package/dist/index.mjs CHANGED
@@ -1,22 +1,22 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
- import "./chunk-RG5QIJDW.mjs";
3
- import "./chunk-O3PHMJE7.mjs";
4
- import "./chunk-A7TGBBAU.mjs";
5
- import "./chunk-NCKI2RE3.mjs";
2
+ import "./chunk-LFMHCSYT.mjs";
3
+ import "./chunk-TCRO6LLA.mjs";
4
+ import "./chunk-VW6DYIQY.mjs";
5
+ import "./chunk-6AYQ7VHF.mjs";
6
6
  import "./chunk-23KFTIT2.mjs";
7
7
  import {
8
8
  initGeneratorFn
9
- } from "./chunk-YEPSM7YJ.mjs";
9
+ } from "./chunk-UFKMKONY.mjs";
10
10
  import "./chunk-CA7S5MOH.mjs";
11
11
  import {
12
12
  Provider,
13
13
  getCloudTemplateName
14
14
  } from "./chunk-XKY462OA.mjs";
15
- import "./chunk-GWL2KP3L.mjs";
15
+ import "./chunk-GYUDNNH4.mjs";
16
16
  import {
17
17
  withPulumiExecutor
18
- } from "./chunk-YY76EXNG.mjs";
19
- import "./chunk-ZUKZZVY7.mjs";
18
+ } from "./chunk-OD2UU3AH.mjs";
19
+ import "./chunk-25V5OEPQ.mjs";
20
20
  import "./chunk-N7GSKHH2.mjs";
21
21
  export {
22
22
  Provider,
@@ -1,33 +1,7 @@
1
1
  import { ExecutorContext } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from '../../types-D-xLCTdY.mjs';
2
+ import { ProjectTokenizerOptions } from '@storm-software/config-tools';
3
3
  import { BaseExecutorOptions } from '@storm-software/workspace-tools';
4
- import 'zod';
5
-
6
- interface BaseTokenizerOptions {
7
- workspaceRoot?: string;
8
- config?: StormWorkspaceConfig;
9
- }
10
- interface ProjectTokenizerOptions extends BaseTokenizerOptions {
11
- projectRoot?: string;
12
- projectName?: string;
13
- sourceRoot?: string;
14
- }
15
-
16
- // Generated by @storm-software/untyped
17
- // Do not edit this file directly
18
-
19
- interface BaseExecutorSchema {
20
- /**
21
- * Output Path
22
- *
23
- * The output path for the build
24
- *
25
- * @default "dist/{projectRoot}"
26
- *
27
- * @format path
28
- */
29
- outputPath?: string,
30
- }
4
+ import { BaseExecutorSchema } from '@storm-software/workspace-tools/base/base-executor.schema.d';
31
5
 
32
6
  interface PulumiCommandOptions {
33
7
  stack?: string;
@@ -1,33 +1,7 @@
1
1
  import { ExecutorContext } from '@nx/devkit';
2
- import { S as StormWorkspaceConfig } from '../../types-D-xLCTdY.js';
2
+ import { ProjectTokenizerOptions } from '@storm-software/config-tools';
3
3
  import { BaseExecutorOptions } from '@storm-software/workspace-tools';
4
- import 'zod';
5
-
6
- interface BaseTokenizerOptions {
7
- workspaceRoot?: string;
8
- config?: StormWorkspaceConfig;
9
- }
10
- interface ProjectTokenizerOptions extends BaseTokenizerOptions {
11
- projectRoot?: string;
12
- projectName?: string;
13
- sourceRoot?: string;
14
- }
15
-
16
- // Generated by @storm-software/untyped
17
- // Do not edit this file directly
18
-
19
- interface BaseExecutorSchema {
20
- /**
21
- * Output Path
22
- *
23
- * The output path for the build
24
- *
25
- * @default "dist/{projectRoot}"
26
- *
27
- * @format path
28
- */
29
- outputPath?: string,
30
- }
4
+ import { BaseExecutorSchema } from '@storm-software/workspace-tools/base/base-executor.schema.d';
31
5
 
32
6
  interface PulumiCommandOptions {
33
7
  stack?: string;