@storm-software/pulumi-tools 0.14.17 → 0.14.19

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,34 @@
2
2
 
3
3
  # Changelog for Storm Ops - Pulumi Tools
4
4
 
5
+ ## [0.14.18](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.18) (2025-08-03)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Added `bentocache` vocab to dictionary
10
+ ([0ddb182dd](https://github.com/storm-software/storm-ops/commit/0ddb182dd))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([cd88b3e0d](https://github.com/storm-software/storm-ops/commit/cd88b3e0d))
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated config-tools to 1.178.3
17
+ - Updated config to 1.126.7
18
+
19
+ ## [0.14.17](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.17) (2025-08-03)
20
+
21
+ ### Miscellaneous
22
+
23
+ - **cspell:** Added external package names to dictionary
24
+ ([a322e5039](https://github.com/storm-software/storm-ops/commit/a322e5039))
25
+ - **monorepo:** Regenerate README files and package.json links
26
+ ([aef5b3b2b](https://github.com/storm-software/storm-ops/commit/aef5b3b2b))
27
+
28
+ ### Updated Dependencies
29
+
30
+ - Updated config-tools to 1.178.2
31
+ - Updated config to 1.126.6
32
+
5
33
  ## [0.14.16](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.16) (2025-08-03)
6
34
 
7
35
  ### 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.14.15-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.14.17-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 -->
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
-
44
43
  ## Table of Contents
45
44
 
46
45
  - [Storm Pulumi Tools](#storm-pulumi-tools)
@@ -0,0 +1,133 @@
1
+ import {
2
+ initGenerator,
3
+ run,
4
+ withRunGenerator
5
+ } from "./chunk-JBHHZOZ2.mjs";
6
+ import {
7
+ getCloudTemplateName
8
+ } from "./chunk-5TB4HFDP.mjs";
9
+
10
+ // src/generators/init/generator.ts
11
+ import {
12
+ addDependenciesToPackageJson,
13
+ addProjectConfiguration,
14
+ formatFiles,
15
+ readJsonFile,
16
+ runTasksInSerial
17
+ } from "@nx/devkit";
18
+ import { readFileSync, unlinkSync } from "node:fs";
19
+ import { join } from "node:path";
20
+ async function initGeneratorFn(tree, options, config) {
21
+ const task = initGenerator(tree, options);
22
+ addProjectConfiguration(tree, options.name || "deployment", {
23
+ root: options.directory || "./deployment",
24
+ projectType: "application",
25
+ sourceRoot: options.directory || "./deployment",
26
+ targets: {
27
+ up: {
28
+ executor: "@nx-extend/pulumi:up",
29
+ options: {}
30
+ },
31
+ preview: {
32
+ executor: "@nx-extend/pulumi:preview",
33
+ options: {}
34
+ },
35
+ refresh: {
36
+ executor: "@nx-extend/pulumi:refresh",
37
+ options: {}
38
+ },
39
+ import: {
40
+ executor: "@nx-extend/pulumi:import",
41
+ options: {}
42
+ }
43
+ },
44
+ tags: ["infra:pulumi"]
45
+ });
46
+ await runTasksInSerial(
47
+ generateNewPulumiProject(tree, options, config),
48
+ loginToPulumi(tree, options, config),
49
+ addPulumiDeps(tree, options),
50
+ cleanupProject(tree, options)
51
+ )();
52
+ if (!options.skipFormat) {
53
+ await formatFiles(tree);
54
+ }
55
+ return task;
56
+ }
57
+ var generator_default = withRunGenerator(
58
+ "Initialize Storm Pulumi workspace",
59
+ initGeneratorFn
60
+ );
61
+ function generateNewPulumiProject(tree, options, config) {
62
+ return () => {
63
+ const template = getCloudTemplateName(options.provider);
64
+ run(
65
+ config,
66
+ [
67
+ `pulumi new ${template}`,
68
+ `--name=${options.name || "deployment"}`,
69
+ `--dir=${options.directory || "./deployment"}`,
70
+ options.secretsProvider && `--secrets-provider=${options.secretsProvider}`,
71
+ "--generate-only",
72
+ "--yes",
73
+ "--force"
74
+ ].filter(Boolean).join(" "),
75
+ join(config.workspaceRoot, options.directory || "./deployment"),
76
+ "inherit"
77
+ );
78
+ };
79
+ }
80
+ function loginToPulumi(tree, options, config) {
81
+ return () => {
82
+ if (!options.login) {
83
+ return;
84
+ }
85
+ if (options.login.startsWith("file://")) {
86
+ options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
87
+ }
88
+ run(
89
+ config,
90
+ ["pulumi login", options.login].filter(Boolean).join(" "),
91
+ join(config.workspaceRoot, options.directory || "./deployment"),
92
+ "inherit",
93
+ {
94
+ ...process.env,
95
+ PULUMI_EXPERIMENTAL: "true"
96
+ }
97
+ );
98
+ };
99
+ }
100
+ function addPulumiDeps(tree, options) {
101
+ return () => {
102
+ const packageJson = readJsonFile(`${options.directory}/package.json`);
103
+ if (packageJson) {
104
+ addDependenciesToPackageJson(tree, {}, packageJson.dependencies || {})();
105
+ }
106
+ };
107
+ }
108
+ function cleanupProject(tree, options) {
109
+ return () => {
110
+ const indexTsLocation = join(
111
+ tree.root,
112
+ `${options.directory || "./deployment"}/index.ts`
113
+ );
114
+ tree.write(
115
+ `${options.directory}/pulumi.ts`,
116
+ readFileSync(indexTsLocation).toString()
117
+ );
118
+ unlinkSync(
119
+ join(tree.root, `${options.directory || "./deployment"}/.gitignore`)
120
+ );
121
+ unlinkSync(
122
+ join(tree.root, `${options.directory || "./deployment"}/package.json`)
123
+ );
124
+ unlinkSync(
125
+ join(tree.root, `${options.directory || "./deployment"}/tsconfig.json`)
126
+ );
127
+ };
128
+ }
129
+
130
+ export {
131
+ initGeneratorFn,
132
+ generator_default
133
+ };
@@ -0,0 +1,133 @@
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
+
3
+
4
+
5
+ var _chunkUTIHFMWMjs = require('./chunk-UTIHFMWM.js');
6
+
7
+
8
+ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
9
+
10
+ // src/generators/init/generator.ts
11
+
12
+
13
+
14
+
15
+
16
+
17
+ var _devkit = require('@nx/devkit');
18
+ var _fs = require('fs');
19
+ var _path = require('path');
20
+ async function initGeneratorFn(tree, options, config) {
21
+ const task = _chunkUTIHFMWMjs.initGenerator.call(void 0, tree, options);
22
+ _devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
23
+ root: options.directory || "./deployment",
24
+ projectType: "application",
25
+ sourceRoot: options.directory || "./deployment",
26
+ targets: {
27
+ up: {
28
+ executor: "@nx-extend/pulumi:up",
29
+ options: {}
30
+ },
31
+ preview: {
32
+ executor: "@nx-extend/pulumi:preview",
33
+ options: {}
34
+ },
35
+ refresh: {
36
+ executor: "@nx-extend/pulumi:refresh",
37
+ options: {}
38
+ },
39
+ import: {
40
+ executor: "@nx-extend/pulumi:import",
41
+ options: {}
42
+ }
43
+ },
44
+ tags: ["infra:pulumi"]
45
+ });
46
+ await _devkit.runTasksInSerial.call(void 0,
47
+ generateNewPulumiProject(tree, options, config),
48
+ loginToPulumi(tree, options, config),
49
+ addPulumiDeps(tree, options),
50
+ cleanupProject(tree, options)
51
+ )();
52
+ if (!options.skipFormat) {
53
+ await _devkit.formatFiles.call(void 0, tree);
54
+ }
55
+ return task;
56
+ }
57
+ var generator_default = _chunkUTIHFMWMjs.withRunGenerator.call(void 0,
58
+ "Initialize Storm Pulumi workspace",
59
+ initGeneratorFn
60
+ );
61
+ function generateNewPulumiProject(tree, options, config) {
62
+ return () => {
63
+ const template = _chunkQDPXTR73js.getCloudTemplateName.call(void 0, options.provider);
64
+ _chunkUTIHFMWMjs.run.call(void 0,
65
+ config,
66
+ [
67
+ `pulumi new ${template}`,
68
+ `--name=${options.name || "deployment"}`,
69
+ `--dir=${options.directory || "./deployment"}`,
70
+ options.secretsProvider && `--secrets-provider=${options.secretsProvider}`,
71
+ "--generate-only",
72
+ "--yes",
73
+ "--force"
74
+ ].filter(Boolean).join(" "),
75
+ _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
76
+ "inherit"
77
+ );
78
+ };
79
+ }
80
+ function loginToPulumi(tree, options, config) {
81
+ return () => {
82
+ if (!options.login) {
83
+ return;
84
+ }
85
+ if (options.login.startsWith("file://")) {
86
+ options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
87
+ }
88
+ _chunkUTIHFMWMjs.run.call(void 0,
89
+ config,
90
+ ["pulumi login", options.login].filter(Boolean).join(" "),
91
+ _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
92
+ "inherit",
93
+ {
94
+ ...process.env,
95
+ PULUMI_EXPERIMENTAL: "true"
96
+ }
97
+ );
98
+ };
99
+ }
100
+ function addPulumiDeps(tree, options) {
101
+ return () => {
102
+ const packageJson = _devkit.readJsonFile.call(void 0, `${options.directory}/package.json`);
103
+ if (packageJson) {
104
+ _devkit.addDependenciesToPackageJson.call(void 0, tree, {}, packageJson.dependencies || {})();
105
+ }
106
+ };
107
+ }
108
+ function cleanupProject(tree, options) {
109
+ return () => {
110
+ const indexTsLocation = _path.join.call(void 0,
111
+ tree.root,
112
+ `${options.directory || "./deployment"}/index.ts`
113
+ );
114
+ tree.write(
115
+ `${options.directory}/pulumi.ts`,
116
+ _fs.readFileSync.call(void 0, indexTsLocation).toString()
117
+ );
118
+ _fs.unlinkSync.call(void 0,
119
+ _path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/.gitignore`)
120
+ );
121
+ _fs.unlinkSync.call(void 0,
122
+ _path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/package.json`)
123
+ );
124
+ _fs.unlinkSync.call(void 0,
125
+ _path.join.call(void 0, tree.root, `${options.directory || "./deployment"}/tsconfig.json`)
126
+ );
127
+ };
128
+ }
129
+
130
+
131
+
132
+
133
+ exports.initGeneratorFn = initGeneratorFn; exports.generator_default = generator_default;
package/dist/executors.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";require('./chunk-XO62WWX4.js');
2
+ require('./chunk-C6GJCQ5J.js');
2
3
  require('./chunk-ASQCDAAM.js');
3
4
  require('./chunk-OZFRCQ3Z.js');
4
5
  require('./chunk-KKLOTH4P.js');
5
6
  require('./chunk-VEZKHQNN.js');
6
- require('./chunk-C6GJCQ5J.js');
7
7
  require('./chunk-DJ4CN4AY.js');
8
8
  require('./chunk-UTIHFMWM.js');
9
9
  require('./chunk-3RG5ZIWI.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-UV4HQO3Y.mjs";
2
+ import "./chunk-D7VMPRRO.mjs";
2
3
  import "./chunk-DPBZAMXU.mjs";
3
4
  import "./chunk-ELDFGBCC.mjs";
4
5
  import "./chunk-5BIYRGVL.mjs";
5
6
  import "./chunk-6AG5RO56.mjs";
6
- import "./chunk-D7VMPRRO.mjs";
7
7
  import "./chunk-XTVZEZAI.mjs";
8
8
  import "./chunk-JBHHZOZ2.mjs";
9
9
  import "./chunk-MF6JHYBR.mjs";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
2
2
 
3
3
 
4
- var _chunkBRVT2XDWjs = require('./chunk-BRVT2XDW.js');
5
- require('./chunk-QDPXTR73.js');
4
+ var _chunkI7SQUZTFjs = require('./chunk-I7SQUZTF.js');
6
5
  require('./chunk-UTIHFMWM.js');
6
+ require('./chunk-QDPXTR73.js');
7
7
  require('./chunk-3RG5ZIWI.js');
8
8
 
9
9
 
10
- exports.initGeneratorFn = _chunkBRVT2XDWjs.initGeneratorFn;
10
+ exports.initGeneratorFn = _chunkI7SQUZTFjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import "./chunk-23KFTIT2.mjs";
2
2
  import {
3
3
  initGeneratorFn
4
- } from "./chunk-ZFRVRINB.mjs";
5
- import "./chunk-5TB4HFDP.mjs";
4
+ } from "./chunk-FYPWZYU3.mjs";
6
5
  import "./chunk-JBHHZOZ2.mjs";
6
+ import "./chunk-5TB4HFDP.mjs";
7
7
  import "./chunk-MF6JHYBR.mjs";
8
8
  export {
9
9
  initGeneratorFn
package/dist/index.js CHANGED
@@ -8,24 +8,24 @@
8
8
 
9
9
  var _chunk7I63VQP3js = require('./chunk-7I63VQP3.js');
10
10
  require('./chunk-XO62WWX4.js');
11
+ require('./chunk-C6GJCQ5J.js');
11
12
  require('./chunk-ASQCDAAM.js');
12
13
  require('./chunk-OZFRCQ3Z.js');
13
14
  require('./chunk-KKLOTH4P.js');
14
15
  require('./chunk-VEZKHQNN.js');
15
16
  require('./chunk-N2YKXZ5R.js');
17
+ require('./chunk-GUQOEBFW.js');
16
18
 
17
19
 
18
- var _chunkBRVT2XDWjs = require('./chunk-BRVT2XDW.js');
19
- require('./chunk-GUQOEBFW.js');
20
+ var _chunkDJ4CN4AYjs = require('./chunk-DJ4CN4AY.js');
20
21
 
21
22
 
23
+ var _chunkI7SQUZTFjs = require('./chunk-I7SQUZTF.js');
24
+ require('./chunk-UTIHFMWM.js');
22
25
 
23
- var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
24
- require('./chunk-C6GJCQ5J.js');
25
26
 
26
27
 
27
- var _chunkDJ4CN4AYjs = require('./chunk-DJ4CN4AY.js');
28
- require('./chunk-UTIHFMWM.js');
28
+ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
29
29
  require('./chunk-3RG5ZIWI.js');
30
30
 
31
31
 
@@ -38,4 +38,4 @@ require('./chunk-3RG5ZIWI.js');
38
38
 
39
39
 
40
40
 
41
- exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkBRVT2XDWjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkDJ4CN4AYjs.withPulumiExecutor;
41
+ exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkI7SQUZTFjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkDJ4CN4AYjs.withPulumiExecutor;
package/dist/index.mjs CHANGED
@@ -8,24 +8,24 @@ import {
8
8
  vpc
9
9
  } from "./chunk-S6XCS2TA.mjs";
10
10
  import "./chunk-UV4HQO3Y.mjs";
11
+ import "./chunk-D7VMPRRO.mjs";
11
12
  import "./chunk-DPBZAMXU.mjs";
12
13
  import "./chunk-ELDFGBCC.mjs";
13
14
  import "./chunk-5BIYRGVL.mjs";
14
15
  import "./chunk-6AG5RO56.mjs";
15
16
  import "./chunk-23KFTIT2.mjs";
17
+ import "./chunk-CA7S5MOH.mjs";
18
+ import {
19
+ withPulumiExecutor
20
+ } from "./chunk-XTVZEZAI.mjs";
16
21
  import {
17
22
  initGeneratorFn
18
- } from "./chunk-ZFRVRINB.mjs";
19
- import "./chunk-CA7S5MOH.mjs";
23
+ } from "./chunk-FYPWZYU3.mjs";
24
+ import "./chunk-JBHHZOZ2.mjs";
20
25
  import {
21
26
  Provider,
22
27
  getCloudTemplateName
23
28
  } from "./chunk-5TB4HFDP.mjs";
24
- import "./chunk-D7VMPRRO.mjs";
25
- import {
26
- withPulumiExecutor
27
- } from "./chunk-XTVZEZAI.mjs";
28
- import "./chunk-JBHHZOZ2.mjs";
29
29
  import "./chunk-MF6JHYBR.mjs";
30
30
  export {
31
31
  Provider,
@@ -1,12 +1,12 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});require('../../chunk-GUQOEBFW.js');
2
2
 
3
3
 
4
+ var _chunkDJ4CN4AYjs = require('../../chunk-DJ4CN4AY.js');
5
+ require('../../chunk-UTIHFMWM.js');
4
6
 
5
- var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
6
7
 
7
8
 
8
- var _chunkDJ4CN4AYjs = require('../../chunk-DJ4CN4AY.js');
9
- require('../../chunk-UTIHFMWM.js');
9
+ var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
10
10
  require('../../chunk-3RG5ZIWI.js');
11
11
 
12
12
 
@@ -1,12 +1,12 @@
1
1
  import "../../chunk-CA7S5MOH.mjs";
2
- import {
3
- Provider,
4
- getCloudTemplateName
5
- } from "../../chunk-5TB4HFDP.mjs";
6
2
  import {
7
3
  withPulumiExecutor
8
4
  } from "../../chunk-XTVZEZAI.mjs";
9
5
  import "../../chunk-JBHHZOZ2.mjs";
6
+ import {
7
+ Provider,
8
+ getCloudTemplateName
9
+ } from "../../chunk-5TB4HFDP.mjs";
10
10
  import "../../chunk-MF6JHYBR.mjs";
11
11
  export {
12
12
  Provider,
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkBRVT2XDWjs = require('../../../chunk-BRVT2XDW.js');
5
- require('../../../chunk-QDPXTR73.js');
4
+ var _chunkI7SQUZTFjs = require('../../../chunk-I7SQUZTF.js');
6
5
  require('../../../chunk-UTIHFMWM.js');
6
+ require('../../../chunk-QDPXTR73.js');
7
7
  require('../../../chunk-3RG5ZIWI.js');
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkBRVT2XDWjs.generator_default; exports.initGeneratorFn = _chunkBRVT2XDWjs.initGeneratorFn;
11
+ exports.default = _chunkI7SQUZTFjs.generator_default; exports.initGeneratorFn = _chunkI7SQUZTFjs.initGeneratorFn;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default,
3
3
  initGeneratorFn
4
- } from "../../../chunk-ZFRVRINB.mjs";
5
- import "../../../chunk-5TB4HFDP.mjs";
4
+ } from "../../../chunk-FYPWZYU3.mjs";
6
5
  import "../../../chunk-JBHHZOZ2.mjs";
6
+ import "../../../chunk-5TB4HFDP.mjs";
7
7
  import "../../../chunk-MF6JHYBR.mjs";
8
8
  export {
9
9
  generator_default as default,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/pulumi-tools",
3
- "version": "0.14.17",
3
+ "version": "0.14.19",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
6
6
  "repository": {
@@ -156,8 +156,8 @@
156
156
  "@pulumi/aws": "^6.83.0",
157
157
  "@pulumi/awsx": "^2.22.0",
158
158
  "@pulumi/pulumi": "^3.187.0",
159
- "@storm-software/config": "^1.126.6",
160
- "@storm-software/config-tools": "^1.178.2",
159
+ "@storm-software/config": "^1.126.8",
160
+ "@storm-software/config-tools": "^1.178.4",
161
161
  "defu": "6.1.4",
162
162
  "shelljs": "^0.8.5"
163
163
  },
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "b368e0e9b48bf33fb209d5f30148a1cd5929bd73"
174
+ "gitHead": "02c8cb2e1f2bf609086789189e99224caec55688"
175
175
  }