@storm-software/pulumi-tools 0.21.20 → 0.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/README.md +2 -1
- package/dist/{chunk-ERI6VXSM.mjs → chunk-5Q3TX2JW.mjs} +1 -1
- package/dist/{chunk-HQYNGKLC.mjs → chunk-6IR42HLO.mjs} +1 -1
- package/dist/{chunk-DTHW7PBE.js → chunk-6ROIKH7T.js} +3 -3
- package/dist/{chunk-23RR5JHZ.mjs → chunk-6U7FQJ3W.mjs} +1 -1
- package/dist/{chunk-2MDZEVU2.mjs → chunk-AIMBZP2V.mjs} +1 -1
- package/dist/{chunk-MCPT2BKI.js → chunk-D77ZS7PU.js} +2 -2
- package/dist/{chunk-KMYSBCZY.js → chunk-E6Z75FWI.js} +2 -2
- package/dist/{chunk-7Z5VZRVB.js → chunk-GJNMIO5G.js} +2 -2
- package/dist/{chunk-KKMA5RFC.js → chunk-JZ6LFOF2.js} +17 -6
- package/dist/{chunk-UXR2JEKN.js → chunk-MZYXZDV5.js} +2 -2
- package/dist/{chunk-3YOHCQ22.js → chunk-NWWNIILQ.js} +5 -5
- package/dist/{chunk-4O4UYJJZ.mjs → chunk-ODYHINLR.mjs} +1 -1
- package/dist/{chunk-MUXCVXB4.mjs → chunk-PDKJT6PS.mjs} +1 -1
- package/dist/{chunk-SM2ZCKE3.mjs → chunk-V2PZPG5Z.mjs} +17 -6
- package/dist/{chunk-I7H2GOQA.mjs → chunk-X3CTX6FS.mjs} +1 -1
- package/dist/{chunk-FMRCZ3EZ.js → chunk-X6JIL32A.js} +2 -2
- 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,18 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.21.20](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.21.20) (2025-10-08)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([ad9d018ff](https://github.com/storm-software/storm-ops/commit/ad9d018ff))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated config-tools to 1.187.15
|
|
15
|
+
- Updated config to 1.133.10
|
|
16
|
+
|
|
5
17
|
## [0.21.19](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.21.19) (2025-10-05)
|
|
6
18
|
|
|
7
19
|
### 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
|
-
[](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,6 +40,7 @@ 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
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
@@ -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 _chunkJZ6LFOF2js = require('./chunk-JZ6LFOF2.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 _chunkJZ6LFOF2js.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
|
+
_chunkJZ6LFOF2js.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),
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk6ROIKH7Tjs.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 _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk6ROIKH7Tjs.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
|
|
3
|
+
var _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk6ROIKH7Tjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -3117,15 +3117,26 @@ async function generatePackageJson(context) {
|
|
|
3117
3117
|
return context;
|
|
3118
3118
|
}
|
|
3119
3119
|
|
|
3120
|
-
// ../
|
|
3120
|
+
// ../tsup/src/index.ts
|
|
3121
3121
|
var _tsup = require('tsup');
|
|
3122
|
+
async function build(options) {
|
|
3123
|
+
writeDebug(
|
|
3124
|
+
` \u{1F680} Running ${options.name || "tsup"} build`,
|
|
3125
|
+
options.workspaceConfig
|
|
3126
|
+
);
|
|
3127
|
+
const stopwatch = getStopwatch(`${options.name || "tsup"} build`);
|
|
3128
|
+
await _tsup.build.call(void 0, options);
|
|
3129
|
+
stopwatch();
|
|
3130
|
+
}
|
|
3131
|
+
|
|
3132
|
+
// ../esbuild/src/tsup.ts
|
|
3122
3133
|
async function executeTsup(context) {
|
|
3123
3134
|
writeDebug(
|
|
3124
3135
|
` \u{1F680} Running ${context.options.name} build`,
|
|
3125
3136
|
context.workspaceConfig
|
|
3126
3137
|
);
|
|
3127
3138
|
const stopwatch = getStopwatch(`${context.options.name} build`);
|
|
3128
|
-
await
|
|
3139
|
+
await build({
|
|
3129
3140
|
...context.options,
|
|
3130
3141
|
outDir: context.options.distDir ? joinPaths(context.outputPath, context.options.distDir) : context.outputPath,
|
|
3131
3142
|
workspaceConfig: context.workspaceConfig
|
|
@@ -3169,7 +3180,7 @@ async function cleanOutputPath(context) {
|
|
|
3169
3180
|
}
|
|
3170
3181
|
return context;
|
|
3171
3182
|
}
|
|
3172
|
-
async function
|
|
3183
|
+
async function build2(options) {
|
|
3173
3184
|
writeDebug(` \u26A1 Executing Storm ESBuild pipeline`);
|
|
3174
3185
|
const stopwatch = getStopwatch("ESBuild pipeline");
|
|
3175
3186
|
try {
|
|
@@ -3205,7 +3216,7 @@ async function esbuildExecutorFn(options, context, config5) {
|
|
|
3205
3216
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
3206
3217
|
);
|
|
3207
3218
|
}
|
|
3208
|
-
await
|
|
3219
|
+
await build2({
|
|
3209
3220
|
...options,
|
|
3210
3221
|
projectRoot: (
|
|
3211
3222
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
@@ -3633,7 +3644,7 @@ async function cleanOutputPath2(options) {
|
|
|
3633
3644
|
}
|
|
3634
3645
|
return options;
|
|
3635
3646
|
}
|
|
3636
|
-
async function
|
|
3647
|
+
async function build3(options) {
|
|
3637
3648
|
writeDebug(` \u26A1 Executing Storm TSDown pipeline`);
|
|
3638
3649
|
const stopwatch = getStopwatch("TSDown pipeline");
|
|
3639
3650
|
try {
|
|
@@ -3678,7 +3689,7 @@ async function tsdownExecutorFn(options, context, config5) {
|
|
|
3678
3689
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
3679
3690
|
);
|
|
3680
3691
|
}
|
|
3681
|
-
await
|
|
3692
|
+
await build3({
|
|
3682
3693
|
...options,
|
|
3683
3694
|
projectRoot: (
|
|
3684
3695
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk6ROIKH7Tjs.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 _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkJZ6LFOF2js = require('./chunk-JZ6LFOF2.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 = _chunkJZ6LFOF2js.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 = _chunkJZ6LFOF2js.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
|
+
_chunkJZ6LFOF2js.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
|
+
_chunkJZ6LFOF2js.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"),
|
|
@@ -3121,15 +3121,26 @@ async function generatePackageJson(context) {
|
|
|
3121
3121
|
return context;
|
|
3122
3122
|
}
|
|
3123
3123
|
|
|
3124
|
-
// ../
|
|
3124
|
+
// ../tsup/src/index.ts
|
|
3125
3125
|
import { build as tsup } from "tsup";
|
|
3126
|
+
async function build(options) {
|
|
3127
|
+
writeDebug(
|
|
3128
|
+
` \u{1F680} Running ${options.name || "tsup"} build`,
|
|
3129
|
+
options.workspaceConfig
|
|
3130
|
+
);
|
|
3131
|
+
const stopwatch = getStopwatch(`${options.name || "tsup"} build`);
|
|
3132
|
+
await tsup(options);
|
|
3133
|
+
stopwatch();
|
|
3134
|
+
}
|
|
3135
|
+
|
|
3136
|
+
// ../esbuild/src/tsup.ts
|
|
3126
3137
|
async function executeTsup(context) {
|
|
3127
3138
|
writeDebug(
|
|
3128
3139
|
` \u{1F680} Running ${context.options.name} build`,
|
|
3129
3140
|
context.workspaceConfig
|
|
3130
3141
|
);
|
|
3131
3142
|
const stopwatch = getStopwatch(`${context.options.name} build`);
|
|
3132
|
-
await
|
|
3143
|
+
await build({
|
|
3133
3144
|
...context.options,
|
|
3134
3145
|
outDir: context.options.distDir ? joinPaths(context.outputPath, context.options.distDir) : context.outputPath,
|
|
3135
3146
|
workspaceConfig: context.workspaceConfig
|
|
@@ -3173,7 +3184,7 @@ async function cleanOutputPath(context) {
|
|
|
3173
3184
|
}
|
|
3174
3185
|
return context;
|
|
3175
3186
|
}
|
|
3176
|
-
async function
|
|
3187
|
+
async function build2(options) {
|
|
3177
3188
|
writeDebug(` \u26A1 Executing Storm ESBuild pipeline`);
|
|
3178
3189
|
const stopwatch = getStopwatch("ESBuild pipeline");
|
|
3179
3190
|
try {
|
|
@@ -3209,7 +3220,7 @@ async function esbuildExecutorFn(options, context, config5) {
|
|
|
3209
3220
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
3210
3221
|
);
|
|
3211
3222
|
}
|
|
3212
|
-
await
|
|
3223
|
+
await build2({
|
|
3213
3224
|
...options,
|
|
3214
3225
|
projectRoot: (
|
|
3215
3226
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
@@ -3637,7 +3648,7 @@ async function cleanOutputPath2(options) {
|
|
|
3637
3648
|
}
|
|
3638
3649
|
return options;
|
|
3639
3650
|
}
|
|
3640
|
-
async function
|
|
3651
|
+
async function build3(options) {
|
|
3641
3652
|
writeDebug(` \u26A1 Executing Storm TSDown pipeline`);
|
|
3642
3653
|
const stopwatch = getStopwatch("TSDown pipeline");
|
|
3643
3654
|
try {
|
|
@@ -3682,7 +3693,7 @@ async function tsdownExecutorFn(options, context, config5) {
|
|
|
3682
3693
|
"The Build process failed because the context is not valid. Please run this command from a workspace."
|
|
3683
3694
|
);
|
|
3684
3695
|
}
|
|
3685
|
-
await
|
|
3696
|
+
await build3({
|
|
3686
3697
|
...options,
|
|
3687
3698
|
projectRoot: (
|
|
3688
3699
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk6ROIKH7Tjs.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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-E6Z75FWI.js');
|
|
3
|
+
require('./chunk-X6JIL32A.js');
|
|
4
|
+
require('./chunk-GJNMIO5G.js');
|
|
5
|
+
require('./chunk-D77ZS7PU.js');
|
|
6
|
+
require('./chunk-MZYXZDV5.js');
|
|
7
|
+
require('./chunk-6ROIKH7T.js');
|
|
8
|
+
require('./chunk-JZ6LFOF2.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-6U7FQJ3W.mjs";
|
|
3
|
+
import "./chunk-X3CTX6FS.mjs";
|
|
4
|
+
import "./chunk-AIMBZP2V.mjs";
|
|
5
|
+
import "./chunk-PDKJT6PS.mjs";
|
|
6
|
+
import "./chunk-ODYHINLR.mjs";
|
|
7
|
+
import "./chunk-6IR42HLO.mjs";
|
|
8
|
+
import "./chunk-V2PZPG5Z.mjs";
|
|
9
9
|
import "./chunk-EQLCXKOK.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNWWNIILQjs = require('./chunk-NWWNIILQ.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-JZ6LFOF2.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkNWWNIILQjs.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-5Q3TX2JW.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-V2PZPG5Z.mjs";
|
|
7
7
|
import "./chunk-EQLCXKOK.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-E6Z75FWI.js');
|
|
12
|
+
require('./chunk-X6JIL32A.js');
|
|
13
|
+
require('./chunk-GJNMIO5G.js');
|
|
14
|
+
require('./chunk-D77ZS7PU.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkNWWNIILQjs = require('./chunk-NWWNIILQ.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-MZYXZDV5.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunk6ROIKH7Tjs = require('./chunk-6ROIKH7T.js');
|
|
28
|
+
require('./chunk-JZ6LFOF2.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-KKMA5RFC.js');
|
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn =
|
|
40
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.ec2Instance = _chunk7I63VQP3js.ec2Instance; exports.getAWSTemplateName = _chunk7I63VQP3js.getAWSTemplateName; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.getProviderOpts = _chunk7I63VQP3js.getProviderOpts; exports.initGeneratorFn = _chunkNWWNIILQjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunk6ROIKH7Tjs.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-6U7FQJ3W.mjs";
|
|
12
|
+
import "./chunk-X3CTX6FS.mjs";
|
|
13
|
+
import "./chunk-AIMBZP2V.mjs";
|
|
14
|
+
import "./chunk-PDKJT6PS.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-5Q3TX2JW.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-ODYHINLR.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-6IR42HLO.mjs";
|
|
28
|
+
import "./chunk-V2PZPG5Z.mjs";
|
|
29
29
|
import "./chunk-EQLCXKOK.mjs";
|
|
30
30
|
export {
|
|
31
31
|
Provider,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunk6ROIKH7Tjs = require('../../chunk-6ROIKH7T.js');
|
|
4
|
+
require('../../chunk-JZ6LFOF2.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunk6ROIKH7Tjs.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
var _chunkQDPXTR73js = require('../../chunk-QDPXTR73.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunk6ROIKH7Tjs = require('../../chunk-6ROIKH7T.js');
|
|
9
|
+
require('../../chunk-JZ6LFOF2.js');
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor =
|
|
14
|
+
exports.Provider = _chunkQDPXTR73js.Provider; exports.getCloudTemplateName = _chunkQDPXTR73js.getCloudTemplateName; exports.withPulumiExecutor = _chunk6ROIKH7Tjs.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-6IR42HLO.mjs";
|
|
9
|
+
import "../../chunk-V2PZPG5Z.mjs";
|
|
10
10
|
import "../../chunk-EQLCXKOK.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkMZYXZDV5js = require('../../../chunk-MZYXZDV5.js');
|
|
4
|
+
require('../../../chunk-6ROIKH7T.js');
|
|
5
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkMZYXZDV5js.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-ODYHINLR.mjs";
|
|
4
|
+
import "../../../chunk-6IR42HLO.mjs";
|
|
5
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
6
6
|
import "../../../chunk-EQLCXKOK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkE6Z75FWIjs = require('../../../chunk-E6Z75FWI.js');
|
|
4
|
+
require('../../../chunk-6ROIKH7T.js');
|
|
5
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkE6Z75FWIjs.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-6U7FQJ3W.mjs";
|
|
4
|
+
import "../../../chunk-6IR42HLO.mjs";
|
|
5
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
6
6
|
import "../../../chunk-EQLCXKOK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkX6JIL32Ajs = require('../../../chunk-X6JIL32A.js');
|
|
4
|
+
require('../../../chunk-6ROIKH7T.js');
|
|
5
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkX6JIL32Ajs.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-X3CTX6FS.mjs";
|
|
4
|
+
import "../../../chunk-6IR42HLO.mjs";
|
|
5
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
6
6
|
import "../../../chunk-EQLCXKOK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkGJNMIO5Gjs = require('../../../chunk-GJNMIO5G.js');
|
|
4
|
+
require('../../../chunk-6ROIKH7T.js');
|
|
5
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkGJNMIO5Gjs.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-AIMBZP2V.mjs";
|
|
4
|
+
import "../../../chunk-6IR42HLO.mjs";
|
|
5
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
6
6
|
import "../../../chunk-EQLCXKOK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkD77ZS7PUjs = require('../../../chunk-D77ZS7PU.js');
|
|
4
|
+
require('../../../chunk-6ROIKH7T.js');
|
|
5
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkD77ZS7PUjs.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-PDKJT6PS.mjs";
|
|
4
|
+
import "../../../chunk-6IR42HLO.mjs";
|
|
5
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
6
6
|
import "../../../chunk-EQLCXKOK.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkNWWNIILQjs = require('../../../chunk-NWWNIILQ.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-JZ6LFOF2.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkNWWNIILQjs.generator_default; exports.initGeneratorFn = _chunkNWWNIILQjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-5Q3TX2JW.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-V2PZPG5Z.mjs";
|
|
7
7
|
import "../../../chunk-EQLCXKOK.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.
|
|
3
|
+
"version": "0.22.0",
|
|
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.201.0",
|
|
159
|
-
"@storm-software/config": "^1.
|
|
160
|
-
"@storm-software/config-tools": "^1.
|
|
159
|
+
"@storm-software/config": "^1.134.0",
|
|
160
|
+
"@storm-software/config-tools": "^1.188.0",
|
|
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": "13c6595478ff00d29f11ba7a5b6e37d249c1b9f4"
|
|
175
175
|
}
|