@storm-software/pulumi-tools 0.22.188 → 0.22.190
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 +15 -0
- package/dist/{chunk-VMGIZNOT.mjs → chunk-6OGPQR7Y.mjs} +1 -1
- package/dist/{chunk-WH7UXXJQ.mjs → chunk-7LMOBQ5C.mjs} +1 -1
- package/dist/{chunk-C2UEQG4T.js → chunk-CCXZPUFI.js} +2 -2
- package/dist/{chunk-HLBZSIYX.js → chunk-CZE4OQ3A.js} +3 -3
- package/dist/{chunk-IZZ4WDR4.mjs → chunk-DYK5VAEP.mjs} +1 -1
- package/dist/{chunk-ZRWZCFON.mjs → chunk-K757OTEG.mjs} +1 -1
- package/dist/{chunk-SDKZDM7B.js → chunk-NUPYX377.js} +2 -2
- package/dist/{chunk-ZVBXLM6E.mjs → chunk-PAYN6UHH.mjs} +1 -1
- package/dist/{chunk-6YQYHRUS.js → chunk-QRR7OOPD.js} +17 -8
- package/dist/{chunk-22EYVMD7.js → chunk-SNJ7YOJ3.js} +5 -5
- package/dist/{chunk-3HD2V7UE.mjs → chunk-T5OWOPXT.mjs} +1 -1
- package/dist/{chunk-V2YKFCZS.js → chunk-V43V24MC.js} +2 -2
- package/dist/{chunk-Q3XK4KVK.js → chunk-VC4YYQTH.js} +2 -2
- package/dist/{chunk-VGF4VBHA.mjs → chunk-VVSOIWMM.mjs} +17 -8
- package/dist/{chunk-J57PXAHM.js → chunk-WM2UMZXP.js} +2 -2
- package/dist/{chunk-YU2UVJYJ.mjs → chunk-XY4KO36A.mjs} +1 -1
- 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 +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.189](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.189) (05/15/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.74**
|
|
10
|
+
- Updated **config-tools** to **v1.190.14**
|
|
11
|
+
|
|
12
|
+
## [0.22.188](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.188) (05/15/2026)
|
|
13
|
+
|
|
14
|
+
### Updated Dependencies
|
|
15
|
+
|
|
16
|
+
- Updated **workspace-tools** to **v1.295.73**
|
|
17
|
+
- Updated **config-tools** to **v1.190.13**
|
|
18
|
+
- Updated **config** to **v1.137.46**
|
|
19
|
+
|
|
5
20
|
## [0.22.187](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.187) (05/15/2026)
|
|
6
21
|
|
|
7
22
|
### Updated Dependencies
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCZE4OQ3Ajs.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -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 _chunkQRR7OOPDjs = require('./chunk-QRR7OOPD.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 _chunkQRR7OOPDjs.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
|
+
_chunkQRR7OOPDjs.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 _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCZE4OQ3Ajs.withPulumiExecutor.call(void 0, "refresh", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -368,22 +368,31 @@ var getStopwatch = (name) => {
|
|
|
368
368
|
);
|
|
369
369
|
};
|
|
370
370
|
};
|
|
371
|
-
var MAX_DEPTH =
|
|
371
|
+
var MAX_DEPTH = 10;
|
|
372
372
|
var formatLogMessage = (message, options = {}, depth2 = 0) => {
|
|
373
373
|
if (depth2 > MAX_DEPTH) {
|
|
374
374
|
return "<max depth>";
|
|
375
375
|
}
|
|
376
|
-
const prefix = _nullishCoalesce(options.prefix, () => ( "
|
|
376
|
+
const prefix = _nullishCoalesce(options.prefix, () => ( ""));
|
|
377
377
|
const skip = _nullishCoalesce(options.skip, () => ( []));
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
${
|
|
381
|
-
(
|
|
378
|
+
const sort = _nullishCoalesce(options.sort, () => ( true));
|
|
379
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
380
|
+
${message.map(
|
|
381
|
+
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
382
|
+
item,
|
|
383
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
384
|
+
depth2 + 1
|
|
385
|
+
)}`
|
|
386
|
+
).join("\n")}` : typeof message === "object" ? `
|
|
387
|
+
${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
|
|
388
|
+
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
389
|
+
(key2) => !skip.includes(key2)
|
|
390
|
+
).length === 0 ? "{}" : formatLogMessage(
|
|
382
391
|
message[key],
|
|
383
|
-
{ prefix: `${prefix}
|
|
392
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
384
393
|
depth2 + 1
|
|
385
394
|
) : message[key]}`
|
|
386
|
-
).join("\n")}` : message;
|
|
395
|
+
).join("\n")}` : String(message);
|
|
387
396
|
};
|
|
388
397
|
var _isFunction = (value) => {
|
|
389
398
|
try {
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkQRR7OOPDjs = require('./chunk-QRR7OOPD.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 = _chunkQRR7OOPDjs.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 = _chunkQRR7OOPDjs.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
|
+
_chunkQRR7OOPDjs.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
|
+
_chunkQRR7OOPDjs.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 _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCZE4OQ3Ajs.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 _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCZE4OQ3Ajs.withPulumiExecutor.call(void 0, "config", (options) => [
|
|
7
7
|
options.action,
|
|
8
8
|
options.showSecrets && `--show-secrets`,
|
|
9
9
|
options.secret && `--secret`,
|
|
@@ -372,22 +372,31 @@ var getStopwatch = (name) => {
|
|
|
372
372
|
);
|
|
373
373
|
};
|
|
374
374
|
};
|
|
375
|
-
var MAX_DEPTH =
|
|
375
|
+
var MAX_DEPTH = 10;
|
|
376
376
|
var formatLogMessage = (message, options = {}, depth2 = 0) => {
|
|
377
377
|
if (depth2 > MAX_DEPTH) {
|
|
378
378
|
return "<max depth>";
|
|
379
379
|
}
|
|
380
|
-
const prefix = options.prefix ?? "
|
|
380
|
+
const prefix = options.prefix ?? "";
|
|
381
381
|
const skip = options.skip ?? [];
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
${
|
|
385
|
-
(
|
|
382
|
+
const sort = options.sort ?? true;
|
|
383
|
+
return typeof message === "undefined" || message === null ? "<empty>" : typeof message === "string" ? !message ? "<empty string>" : message : Array.isArray(message) ? `
|
|
384
|
+
${message.map(
|
|
385
|
+
(item, index) => ` ${prefix}> #${index} = ${formatLogMessage(
|
|
386
|
+
item,
|
|
387
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
388
|
+
depth2 + 1
|
|
389
|
+
)}`
|
|
390
|
+
).join("\n")}` : typeof message === "object" ? `
|
|
391
|
+
${Object.keys(message).filter((key) => !skip.includes(key)).sort(sort ? (a, b) => a.localeCompare(b) : void 0).map(
|
|
392
|
+
(key) => ` ${prefix}> ${key} = ${_isFunction(message[key]) ? "<function>" : typeof message[key] === "object" ? Object.keys(message[key]).filter(
|
|
393
|
+
(key2) => !skip.includes(key2)
|
|
394
|
+
).length === 0 ? "{}" : formatLogMessage(
|
|
386
395
|
message[key],
|
|
387
|
-
{ prefix: `${prefix}
|
|
396
|
+
{ prefix: `${prefix}--`, skip, sort },
|
|
388
397
|
depth2 + 1
|
|
389
398
|
) : message[key]}`
|
|
390
|
-
).join("\n")}` : message;
|
|
399
|
+
).join("\n")}` : String(message);
|
|
391
400
|
};
|
|
392
401
|
var _isFunction = (value) => {
|
|
393
402
|
try {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkCZE4OQ3Ajs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|
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-WM2UMZXP.js');
|
|
3
|
+
require('./chunk-CCXZPUFI.js');
|
|
4
|
+
require('./chunk-NUPYX377.js');
|
|
5
|
+
require('./chunk-V43V24MC.js');
|
|
6
|
+
require('./chunk-VC4YYQTH.js');
|
|
7
|
+
require('./chunk-CZE4OQ3A.js');
|
|
8
|
+
require('./chunk-QRR7OOPD.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-T5OWOPXT.mjs";
|
|
3
|
+
import "./chunk-PAYN6UHH.mjs";
|
|
4
|
+
import "./chunk-7LMOBQ5C.mjs";
|
|
5
|
+
import "./chunk-XY4KO36A.mjs";
|
|
6
|
+
import "./chunk-DYK5VAEP.mjs";
|
|
7
|
+
import "./chunk-6OGPQR7Y.mjs";
|
|
8
|
+
import "./chunk-VVSOIWMM.mjs";
|
|
9
9
|
import "./chunk-63QCHNBN.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 _chunkSNJ7YOJ3js = require('./chunk-SNJ7YOJ3.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-QRR7OOPD.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkSNJ7YOJ3js.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-K757OTEG.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-VVSOIWMM.mjs";
|
|
7
7
|
import "./chunk-63QCHNBN.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-WM2UMZXP.js');
|
|
12
|
+
require('./chunk-CCXZPUFI.js');
|
|
13
|
+
require('./chunk-NUPYX377.js');
|
|
14
|
+
require('./chunk-V43V24MC.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkSNJ7YOJ3js = require('./chunk-SNJ7YOJ3.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-VC4YYQTH.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunkCZE4OQ3Ajs = require('./chunk-CZE4OQ3A.js');
|
|
28
|
+
require('./chunk-QRR7OOPD.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-6YQYHRUS.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 = _chunkSNJ7YOJ3js.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkCZE4OQ3Ajs.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-T5OWOPXT.mjs";
|
|
12
|
+
import "./chunk-PAYN6UHH.mjs";
|
|
13
|
+
import "./chunk-7LMOBQ5C.mjs";
|
|
14
|
+
import "./chunk-XY4KO36A.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-K757OTEG.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-DYK5VAEP.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-6OGPQR7Y.mjs";
|
|
28
|
+
import "./chunk-VVSOIWMM.mjs";
|
|
29
29
|
import "./chunk-63QCHNBN.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 _chunkCZE4OQ3Ajs = require('../../chunk-CZE4OQ3A.js');
|
|
4
|
+
require('../../chunk-QRR7OOPD.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunkCZE4OQ3Ajs.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 _chunkCZE4OQ3Ajs = require('../../chunk-CZE4OQ3A.js');
|
|
9
|
+
require('../../chunk-QRR7OOPD.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 = _chunkCZE4OQ3Ajs.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-6OGPQR7Y.mjs";
|
|
9
|
+
import "../../chunk-VVSOIWMM.mjs";
|
|
10
10
|
import "../../chunk-63QCHNBN.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 _chunkVC4YYQTHjs = require('../../../chunk-VC4YYQTH.js');
|
|
4
|
+
require('../../../chunk-CZE4OQ3A.js');
|
|
5
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkVC4YYQTHjs.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-DYK5VAEP.mjs";
|
|
4
|
+
import "../../../chunk-6OGPQR7Y.mjs";
|
|
5
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
6
6
|
import "../../../chunk-63QCHNBN.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 _chunkWM2UMZXPjs = require('../../../chunk-WM2UMZXP.js');
|
|
4
|
+
require('../../../chunk-CZE4OQ3A.js');
|
|
5
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkWM2UMZXPjs.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-T5OWOPXT.mjs";
|
|
4
|
+
import "../../../chunk-6OGPQR7Y.mjs";
|
|
5
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
6
6
|
import "../../../chunk-63QCHNBN.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 _chunkCCXZPUFIjs = require('../../../chunk-CCXZPUFI.js');
|
|
4
|
+
require('../../../chunk-CZE4OQ3A.js');
|
|
5
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkCCXZPUFIjs.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-PAYN6UHH.mjs";
|
|
4
|
+
import "../../../chunk-6OGPQR7Y.mjs";
|
|
5
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
6
6
|
import "../../../chunk-63QCHNBN.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 _chunkNUPYX377js = require('../../../chunk-NUPYX377.js');
|
|
4
|
+
require('../../../chunk-CZE4OQ3A.js');
|
|
5
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkNUPYX377js.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-7LMOBQ5C.mjs";
|
|
4
|
+
import "../../../chunk-6OGPQR7Y.mjs";
|
|
5
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
6
6
|
import "../../../chunk-63QCHNBN.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 _chunkV43V24MCjs = require('../../../chunk-V43V24MC.js');
|
|
4
|
+
require('../../../chunk-CZE4OQ3A.js');
|
|
5
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkV43V24MCjs.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-XY4KO36A.mjs";
|
|
4
|
+
import "../../../chunk-6OGPQR7Y.mjs";
|
|
5
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
6
6
|
import "../../../chunk-63QCHNBN.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 _chunkSNJ7YOJ3js = require('../../../chunk-SNJ7YOJ3.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-QRR7OOPD.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkSNJ7YOJ3js.generator_default; exports.initGeneratorFn = _chunkSNJ7YOJ3js.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-K757OTEG.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-VVSOIWMM.mjs";
|
|
7
7
|
import "../../../chunk-63QCHNBN.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.22.
|
|
3
|
+
"version": "0.22.190",
|
|
4
4
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"iac",
|
|
@@ -145,14 +145,13 @@
|
|
|
145
145
|
"@pulumi/aws": "^6.83.3",
|
|
146
146
|
"@pulumi/awsx": "^2.22.0",
|
|
147
147
|
"@pulumi/pulumi": "^3.239.0",
|
|
148
|
-
"@storm-software/config": "^1.137.
|
|
149
|
-
"@storm-software/config-tools": "^1.190.
|
|
150
|
-
"@storm-software/workspace-tools": "^1.295.
|
|
148
|
+
"@storm-software/config": "^1.137.47",
|
|
149
|
+
"@storm-software/config-tools": "^1.190.15",
|
|
150
|
+
"@storm-software/workspace-tools": "^1.295.75",
|
|
151
151
|
"defu": "6.1.4",
|
|
152
152
|
"shelljs": "^0.8.5"
|
|
153
153
|
},
|
|
154
154
|
"devDependencies": {
|
|
155
|
-
"@nx/devkit": "22.7.1",
|
|
156
155
|
"@types/node": "^25.8.0",
|
|
157
156
|
"nx": "22.7.1",
|
|
158
157
|
"tsup": "8.4.0",
|
|
@@ -161,5 +160,5 @@
|
|
|
161
160
|
"publishConfig": { "access": "public" },
|
|
162
161
|
"executors": "./executors.json",
|
|
163
162
|
"generators": "./generators.json",
|
|
164
|
-
"gitHead": "
|
|
163
|
+
"gitHead": "756f2efc9602033fcc0355d7943682581488379b"
|
|
165
164
|
}
|