@storm-software/pulumi-tools 0.14.7 → 0.14.8
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 +17 -0
- package/README.md +1 -2
- package/dist/{chunk-CKYKA4C5.js → chunk-52OXL4RY.js} +6 -6
- package/dist/{chunk-2COR4O2A.js → chunk-6HF3Y56F.js} +2 -2
- package/dist/{chunk-ZHAA5HRP.js → chunk-B7TBJFFG.js} +2 -2
- package/dist/{chunk-5NKUTJJG.mjs → chunk-BFXPJZB5.mjs} +1 -1
- package/dist/{chunk-L2ZLJKEH.js → chunk-CNMJGF4R.js} +2 -2
- package/dist/{chunk-QYIKBG3O.js → chunk-E4YRG6SB.js} +2 -2
- package/dist/{chunk-APTJIYPO.mjs → chunk-H3WJPCD5.mjs} +1 -1
- package/dist/{chunk-EUJUL5ZG.mjs → chunk-NSF72K63.mjs} +1 -1
- package/dist/{chunk-ZRM5UBCA.js → chunk-PDGAR3LA.js} +2 -1
- package/dist/{chunk-EKUGVU3M.mjs → chunk-PG4O6WDC.mjs} +4 -4
- package/dist/{chunk-TEDVJIE3.mjs → chunk-QAXNCI2H.mjs} +1 -1
- package/dist/chunk-RTWTYXL2.mjs +133 -0
- package/dist/chunk-SSZ7BST5.js +133 -0
- package/dist/{chunk-KQYOW22T.mjs → chunk-SVFNJXCP.mjs} +3 -2
- package/dist/{chunk-GPFQHBDZ.js → chunk-TRNG4UP5.js} +2 -2
- package/dist/{chunk-B5IXQKB2.mjs → chunk-U7FYN27O.mjs} +1 -1
- package/dist/{chunk-X6ZMQMDA.mjs → chunk-XI6FGBPW.mjs} +1 -1
- package/dist/{chunk-X6EJT62T.js → chunk-Z64OMLP7.js} +3 -3
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +3 -3
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.14.7](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.7) (2025-08-02)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Resolve issue with missing external dependencies
|
|
10
|
+
([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated config-tools to 1.176.23
|
|
20
|
+
- Updated config to 1.125.21
|
|
21
|
+
|
|
5
22
|
## [0.14.6](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.6) (2025-08-01)
|
|
6
23
|
|
|
7
24
|
### Bug Fixes
|
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 -->
|
|
@@ -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)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
4
3
|
|
|
5
4
|
|
|
5
|
+
var _chunkPDGAR3LAjs = require('./chunk-PDGAR3LA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
|
|
@@ -18,7 +18,7 @@ var _devkit = require('@nx/devkit');
|
|
|
18
18
|
var _fs = require('fs');
|
|
19
19
|
var _path = require('path');
|
|
20
20
|
async function initGeneratorFn(tree, options, config) {
|
|
21
|
-
const task =
|
|
21
|
+
const task = _chunkPDGAR3LAjs.initGenerator.call(void 0, tree, options);
|
|
22
22
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
23
23
|
root: options.directory || "./deployment",
|
|
24
24
|
projectType: "application",
|
|
@@ -54,14 +54,14 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
54
54
|
}
|
|
55
55
|
return task;
|
|
56
56
|
}
|
|
57
|
-
var generator_default =
|
|
57
|
+
var generator_default = _chunkPDGAR3LAjs.withRunGenerator.call(void 0,
|
|
58
58
|
"Initialize Storm Pulumi workspace",
|
|
59
59
|
initGeneratorFn
|
|
60
60
|
);
|
|
61
61
|
function generateNewPulumiProject(tree, options, config) {
|
|
62
62
|
return () => {
|
|
63
63
|
const template = _chunkQDPXTR73js.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunkPDGAR3LAjs.run.call(void 0,
|
|
65
65
|
config,
|
|
66
66
|
[
|
|
67
67
|
`pulumi new ${template}`,
|
|
@@ -85,7 +85,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
85
85
|
if (options.login.startsWith("file://")) {
|
|
86
86
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
87
87
|
}
|
|
88
|
-
|
|
88
|
+
_chunkPDGAR3LAjs.run.call(void 0,
|
|
89
89
|
config,
|
|
90
90
|
["pulumi login", options.login].filter(Boolean).join(" "),
|
|
91
91
|
_path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZ64OMLP7js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZ64OMLP7js.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
|
|
3
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZ64OMLP7js.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZ64OMLP7js.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
|
@@ -464,7 +464,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
464
464
|
|
|
465
465
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
466
466
|
var rootFiles = [
|
|
467
|
-
"storm-workspace.json",
|
|
468
467
|
"storm-workspace.json",
|
|
469
468
|
"storm-workspace.yaml",
|
|
470
469
|
"storm-workspace.yml",
|
|
@@ -4636,6 +4635,8 @@ var PNPM_LOCK_PATH = _path.join.call(void 0, _devkit.workspaceRoot, PNPM_LOCK_FI
|
|
|
4636
4635
|
|
|
4637
4636
|
|
|
4638
4637
|
|
|
4638
|
+
|
|
4639
|
+
|
|
4639
4640
|
// ../workspace-tools/src/utils/typia-transform.ts
|
|
4640
4641
|
var _transform = require('typia/lib/transform'); var _transform2 = _interopRequireDefault(_transform);
|
|
4641
4642
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
getCloudTemplateName
|
|
3
|
-
} from "./chunk-5TB4HFDP.mjs";
|
|
4
1
|
import {
|
|
5
2
|
initGenerator,
|
|
6
3
|
run,
|
|
7
4
|
withRunGenerator
|
|
8
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-SVFNJXCP.mjs";
|
|
6
|
+
import {
|
|
7
|
+
getCloudTemplateName
|
|
8
|
+
} from "./chunk-5TB4HFDP.mjs";
|
|
9
9
|
|
|
10
10
|
// src/generators/init/generator.ts
|
|
11
11
|
import {
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
import {
|
|
2
|
+
getCloudTemplateName
|
|
3
|
+
} from "./chunk-5TB4HFDP.mjs";
|
|
4
|
+
import {
|
|
5
|
+
initGenerator,
|
|
6
|
+
run,
|
|
7
|
+
withRunGenerator
|
|
8
|
+
} from "./chunk-SVFNJXCP.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
|
+
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
var _chunkPDGAR3LAjs = require('./chunk-PDGAR3LA.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 = _chunkPDGAR3LAjs.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 = _chunkPDGAR3LAjs.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
|
+
_chunkPDGAR3LAjs.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
|
+
_chunkPDGAR3LAjs.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;
|
|
@@ -465,7 +465,6 @@ function findFolderUp(startPath, endFileNames = [], endDirectoryNames = []) {
|
|
|
465
465
|
|
|
466
466
|
// ../config-tools/src/utilities/find-workspace-root.ts
|
|
467
467
|
var rootFiles = [
|
|
468
|
-
"storm-workspace.json",
|
|
469
468
|
"storm-workspace.json",
|
|
470
469
|
"storm-workspace.yaml",
|
|
471
470
|
"storm-workspace.yml",
|
|
@@ -4632,7 +4631,9 @@ var NPM_LOCK_PATH = join4(workspaceRoot2, NPM_LOCK_FILE);
|
|
|
4632
4631
|
var PNPM_LOCK_PATH = join4(workspaceRoot2, PNPM_LOCK_FILE);
|
|
4633
4632
|
|
|
4634
4633
|
// ../workspace-tools/src/utils/plugin-helpers.ts
|
|
4635
|
-
import {
|
|
4634
|
+
import {
|
|
4635
|
+
readJsonFile as readJsonFile3
|
|
4636
|
+
} from "@nx/devkit";
|
|
4636
4637
|
import defu6 from "defu";
|
|
4637
4638
|
import { existsSync as existsSync10 } from "node:fs";
|
|
4638
4639
|
import { dirname as dirname2, join as join5 } from "node:path";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkZ64OMLP7js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -1,13 +1,13 @@
|
|
|
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
|
|
4
|
+
var _chunkPDGAR3LAjs = require('./chunk-PDGAR3LA.js');
|
|
5
5
|
|
|
6
6
|
// src/base/base-executor.ts
|
|
7
7
|
var _path = require('path');
|
|
8
8
|
var _shelljs = require('shelljs');
|
|
9
9
|
var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
10
|
-
return
|
|
10
|
+
return _chunkPDGAR3LAjs.withRunExecutor.call(void 0,
|
|
11
11
|
`Pulumi \`${command}\` Command Executor`,
|
|
12
12
|
async (options, context2, config) => {
|
|
13
13
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
@@ -21,7 +21,7 @@ var withPulumiExecutor = (command, argsMapper, executorOptions = {}) => async (_
|
|
|
21
21
|
);
|
|
22
22
|
}
|
|
23
23
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
24
|
-
|
|
24
|
+
_chunkPDGAR3LAjs.run.call(void 0,
|
|
25
25
|
config,
|
|
26
26
|
["pulumi", command, ...argsMapper(options)].filter(Boolean).join(" "),
|
|
27
27
|
_path.join.call(void 0, config.workspaceRoot, options.root || sourceRoot),
|
package/dist/executors.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
6
|
-
require('./chunk-
|
|
7
|
-
require('./chunk-
|
|
8
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-E4YRG6SB.js');
|
|
3
|
+
require('./chunk-TRNG4UP5.js');
|
|
4
|
+
require('./chunk-6HF3Y56F.js');
|
|
5
|
+
require('./chunk-B7TBJFFG.js');
|
|
6
|
+
require('./chunk-CNMJGF4R.js');
|
|
7
|
+
require('./chunk-Z64OMLP7.js');
|
|
8
|
+
require('./chunk-PDGAR3LA.js');
|
|
9
9
|
require('./chunk-3RG5ZIWI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-NSF72K63.mjs";
|
|
3
|
+
import "./chunk-BFXPJZB5.mjs";
|
|
4
|
+
import "./chunk-U7FYN27O.mjs";
|
|
5
|
+
import "./chunk-H3WJPCD5.mjs";
|
|
6
|
+
import "./chunk-XI6FGBPW.mjs";
|
|
7
|
+
import "./chunk-QAXNCI2H.mjs";
|
|
8
|
+
import "./chunk-SVFNJXCP.mjs";
|
|
9
9
|
import "./chunk-MF6JHYBR.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSSZ7BST5js = require('./chunk-SSZ7BST5.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-PDGAR3LA.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkSSZ7BST5js.initGeneratorFn;
|
package/dist/generators.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-RTWTYXL2.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-SVFNJXCP.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-
|
|
12
|
-
require('./chunk-
|
|
13
|
-
require('./chunk-
|
|
14
|
-
require('./chunk-
|
|
11
|
+
require('./chunk-E4YRG6SB.js');
|
|
12
|
+
require('./chunk-TRNG4UP5.js');
|
|
13
|
+
require('./chunk-6HF3Y56F.js');
|
|
14
|
+
require('./chunk-B7TBJFFG.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkSSZ7BST5js = require('./chunk-SSZ7BST5.js');
|
|
19
19
|
require('./chunk-GUQOEBFW.js');
|
|
20
20
|
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
24
|
-
require('./chunk-
|
|
24
|
+
require('./chunk-CNMJGF4R.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunkZ64OMLP7js = require('./chunk-Z64OMLP7.js');
|
|
28
|
+
require('./chunk-PDGAR3LA.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 =
|
|
41
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkSSZ7BST5js.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkZ64OMLP7js.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-
|
|
12
|
-
import "./chunk-
|
|
13
|
-
import "./chunk-
|
|
14
|
-
import "./chunk-
|
|
11
|
+
import "./chunk-NSF72K63.mjs";
|
|
12
|
+
import "./chunk-BFXPJZB5.mjs";
|
|
13
|
+
import "./chunk-U7FYN27O.mjs";
|
|
14
|
+
import "./chunk-H3WJPCD5.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-RTWTYXL2.mjs";
|
|
19
19
|
import "./chunk-CA7S5MOH.mjs";
|
|
20
20
|
import {
|
|
21
21
|
Provider,
|
|
22
22
|
getCloudTemplateName
|
|
23
23
|
} from "./chunk-5TB4HFDP.mjs";
|
|
24
|
-
import "./chunk-
|
|
24
|
+
import "./chunk-XI6FGBPW.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-QAXNCI2H.mjs";
|
|
28
|
+
import "./chunk-SVFNJXCP.mjs";
|
|
29
29
|
import "./chunk-MF6JHYBR.mjs";
|
|
30
30
|
export {
|
|
31
31
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkZ64OMLP7js = require('../../chunk-Z64OMLP7.js');
|
|
4
|
+
require('../../chunk-PDGAR3LA.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkZ64OMLP7js.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkZ64OMLP7js = require('../../chunk-Z64OMLP7.js');
|
|
9
|
+
require('../../chunk-PDGAR3LA.js');
|
|
10
10
|
require('../../chunk-3RG5ZIWI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunkZ64OMLP7js.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-5TB4HFDP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-QAXNCI2H.mjs";
|
|
9
|
+
import "../../chunk-SVFNJXCP.mjs";
|
|
10
10
|
import "../../chunk-MF6JHYBR.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkCNMJGF4Rjs = require('../../../chunk-CNMJGF4R.js');
|
|
4
|
+
require('../../../chunk-Z64OMLP7.js');
|
|
5
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkCNMJGF4Rjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XI6FGBPW.mjs";
|
|
4
|
+
import "../../../chunk-QAXNCI2H.mjs";
|
|
5
|
+
import "../../../chunk-SVFNJXCP.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkE4YRG6SBjs = require('../../../chunk-E4YRG6SB.js');
|
|
4
|
+
require('../../../chunk-Z64OMLP7.js');
|
|
5
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkE4YRG6SBjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-NSF72K63.mjs";
|
|
4
|
+
import "../../../chunk-QAXNCI2H.mjs";
|
|
5
|
+
import "../../../chunk-SVFNJXCP.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkTRNG4UP5js = require('../../../chunk-TRNG4UP5.js');
|
|
4
|
+
require('../../../chunk-Z64OMLP7.js');
|
|
5
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkTRNG4UP5js.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-BFXPJZB5.mjs";
|
|
4
|
+
import "../../../chunk-QAXNCI2H.mjs";
|
|
5
|
+
import "../../../chunk-SVFNJXCP.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk6HF3Y56Fjs = require('../../../chunk-6HF3Y56F.js');
|
|
4
|
+
require('../../../chunk-Z64OMLP7.js');
|
|
5
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk6HF3Y56Fjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-U7FYN27O.mjs";
|
|
4
|
+
import "../../../chunk-QAXNCI2H.mjs";
|
|
5
|
+
import "../../../chunk-SVFNJXCP.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkB7TBJFFGjs = require('../../../chunk-B7TBJFFG.js');
|
|
4
|
+
require('../../../chunk-Z64OMLP7.js');
|
|
5
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkB7TBJFFGjs.executor_default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-H3WJPCD5.mjs";
|
|
4
|
+
import "../../../chunk-QAXNCI2H.mjs";
|
|
5
|
+
import "../../../chunk-SVFNJXCP.mjs";
|
|
6
6
|
import "../../../chunk-MF6JHYBR.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkSSZ7BST5js = require('../../../chunk-SSZ7BST5.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-PDGAR3LA.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkSSZ7BST5js.generator_default; exports.initGeneratorFn = _chunkSSZ7BST5js.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-RTWTYXL2.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-SVFNJXCP.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.
|
|
3
|
+
"version": "0.14.8",
|
|
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.125.
|
|
160
|
-
"@storm-software/config-tools": "^1.176.
|
|
159
|
+
"@storm-software/config": "^1.125.22",
|
|
160
|
+
"@storm-software/config-tools": "^1.176.24",
|
|
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": "
|
|
174
|
+
"gitHead": "f63566d09672df3e8f30ec67936afaad49ebd749"
|
|
175
175
|
}
|