@storm-software/pulumi-tools 0.21.4 → 0.21.5
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 +11 -0
- package/README.md +1 -1
- package/dist/{chunk-WNSL2PZ5.mjs → chunk-24CXT7V3.mjs} +1 -1
- package/dist/{chunk-S2BE2XHG.mjs → chunk-4XRKM54O.mjs} +1 -1
- package/dist/{chunk-MZ445HJ7.js → chunk-7EJG3KWI.js} +2 -2
- package/dist/{chunk-TUKBHRJX.mjs → chunk-B7MECANO.mjs} +1 -1
- package/dist/{chunk-Y5EPJH2H.js → chunk-DBEQMCFX.js} +2 -2
- package/dist/{chunk-UJ2VPBHR.js → chunk-DHVS73LE.js} +2 -2
- package/dist/{chunk-IK5TBAEH.js → chunk-FLES6ZG2.js} +3 -3
- package/dist/{chunk-43F7UVQE.mjs → chunk-H7KDIUWV.mjs} +1 -1
- package/dist/{chunk-H2WNUKJF.js → chunk-HSYBI2IX.js} +2 -2
- package/dist/{chunk-CSK6OI45.mjs → chunk-NOGAWX5Y.mjs} +1 -1
- package/dist/{chunk-Y74J2CVI.mjs → chunk-ODBVO3BV.mjs} +1 -1
- package/dist/{chunk-M4BOL3UW.js → chunk-PBSFIG74.js} +5 -1
- package/dist/{chunk-SYL6MZK7.mjs → chunk-QZHKPJYD.mjs} +1 -1
- package/dist/{chunk-C5BYUKM4.js → chunk-RXBA7RKY.js} +5 -5
- package/dist/{chunk-YTXUR7ZK.js → chunk-VODJC7LB.js} +2 -2
- package/dist/{chunk-QFZLJLKW.mjs → chunk-YBDSFBHQ.mjs} +20 -16
- 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,17 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.21.4](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.21.4) (2025-09-20)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([7e12795ad](https://github.com/storm-software/storm-ops/commit/7e12795ad))
|
|
11
|
+
|
|
12
|
+
### Updated Dependencies
|
|
13
|
+
|
|
14
|
+
- Updated config-tools to 1.186.4
|
|
15
|
+
|
|
5
16
|
## [0.21.3](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.21.3) (2025-09-20)
|
|
6
17
|
|
|
7
18
|
### 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 -->
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFLES6ZG2js.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 _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFLES6ZG2js.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 _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFLES6ZG2js.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 _chunkPBSFIG74js = require('./chunk-PBSFIG74.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 _chunkPBSFIG74js.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
|
+
_chunkPBSFIG74js.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 _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFLES6ZG2js.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -505,6 +505,7 @@ var rootFiles = [
|
|
|
505
505
|
var rootDirectories = [
|
|
506
506
|
".storm-workspace",
|
|
507
507
|
".nx",
|
|
508
|
+
".git",
|
|
508
509
|
".github",
|
|
509
510
|
".vscode",
|
|
510
511
|
".verdaccio"
|
|
@@ -1366,6 +1367,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1366
1367
|
// ../config-tools/src/create-storm-config.ts
|
|
1367
1368
|
|
|
1368
1369
|
|
|
1370
|
+
|
|
1369
1371
|
// ../config-tools/src/env/get-env.ts
|
|
1370
1372
|
var getExtensionEnv = (extensionName) => {
|
|
1371
1373
|
const prefix = `STORM_EXTENSION_${extensionName.toUpperCase()}_`;
|
|
@@ -1976,6 +1978,9 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot3, s
|
|
|
1976
1978
|
configFile,
|
|
1977
1979
|
defaultConfig
|
|
1978
1980
|
);
|
|
1981
|
+
if (!configInput.variant) {
|
|
1982
|
+
configInput.variant = _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1983
|
+
}
|
|
1979
1984
|
try {
|
|
1980
1985
|
result = applyDefaultConfig(
|
|
1981
1986
|
await workspaceConfigSchema.parseAsync(configInput)
|
|
@@ -3225,7 +3230,6 @@ var _prettier = require('prettier');
|
|
|
3225
3230
|
|
|
3226
3231
|
|
|
3227
3232
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
3228
|
-
var _getconfigcjs = require('packages/config-tools/dist/get-config.cjs');
|
|
3229
3233
|
var _semver = require('semver');
|
|
3230
3234
|
|
|
3231
3235
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkPBSFIG74js = require('./chunk-PBSFIG74.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 = _chunkPBSFIG74js.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 = _chunkPBSFIG74js.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
|
+
_chunkPBSFIG74js.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
|
+
_chunkPBSFIG74js.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 _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkFLES6ZG2js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -509,6 +509,7 @@ var rootFiles = [
|
|
|
509
509
|
var rootDirectories = [
|
|
510
510
|
".storm-workspace",
|
|
511
511
|
".nx",
|
|
512
|
+
".git",
|
|
512
513
|
".github",
|
|
513
514
|
".vscode",
|
|
514
515
|
".verdaccio"
|
|
@@ -1369,6 +1370,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
|
|
|
1369
1370
|
|
|
1370
1371
|
// ../config-tools/src/create-storm-config.ts
|
|
1371
1372
|
import defu2 from "defu";
|
|
1373
|
+
import { existsSync as existsSync3 } from "node:fs";
|
|
1372
1374
|
|
|
1373
1375
|
// ../config-tools/src/env/get-env.ts
|
|
1374
1376
|
var getExtensionEnv = (extensionName) => {
|
|
@@ -1980,6 +1982,9 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot3, s
|
|
|
1980
1982
|
configFile,
|
|
1981
1983
|
defaultConfig
|
|
1982
1984
|
);
|
|
1985
|
+
if (!configInput.variant) {
|
|
1986
|
+
configInput.variant = existsSync3(joinPaths(_workspaceRoot, "nx.json")) || existsSync3(joinPaths(_workspaceRoot, ".nx")) || existsSync3(joinPaths(_workspaceRoot, "lerna.json")) || existsSync3(joinPaths(_workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
|
|
1987
|
+
}
|
|
1983
1988
|
try {
|
|
1984
1989
|
result = applyDefaultConfig(
|
|
1985
1990
|
await workspaceConfigSchema.parseAsync(configInput)
|
|
@@ -2617,7 +2622,7 @@ ${footer && typeof footer === "string" ? footer.startsWith("//") ? footer : `//
|
|
|
2617
2622
|
// ../build-tools/src/utilities/generate-package-json.ts
|
|
2618
2623
|
import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildable-libs-utils";
|
|
2619
2624
|
import { Glob } from "glob";
|
|
2620
|
-
import { existsSync as
|
|
2625
|
+
import { existsSync as existsSync4, readFileSync as readFileSync2 } from "node:fs";
|
|
2621
2626
|
import { readFile as readFile3 } from "node:fs/promises";
|
|
2622
2627
|
import {
|
|
2623
2628
|
createProjectGraphAsync,
|
|
@@ -2657,7 +2662,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2657
2662
|
projectNode.data.root,
|
|
2658
2663
|
"package.json"
|
|
2659
2664
|
);
|
|
2660
|
-
if (
|
|
2665
|
+
if (existsSync4(projectPackageJsonPath)) {
|
|
2661
2666
|
const projectPackageJsonContent = await readFile3(
|
|
2662
2667
|
projectPackageJsonPath,
|
|
2663
2668
|
"utf8"
|
|
@@ -2692,7 +2697,7 @@ var addPackageDependencies = async (workspaceRoot3, projectRoot, projectName, pa
|
|
|
2692
2697
|
projectConfigurations.projects[dep].root,
|
|
2693
2698
|
"package.json"
|
|
2694
2699
|
);
|
|
2695
|
-
if (
|
|
2700
|
+
if (existsSync4(depPackageJsonPath)) {
|
|
2696
2701
|
const depPackageJsonContent = readFileSync2(
|
|
2697
2702
|
depPackageJsonPath,
|
|
2698
2703
|
"utf8"
|
|
@@ -2783,7 +2788,7 @@ var getEnv = (builder, options) => {
|
|
|
2783
2788
|
};
|
|
2784
2789
|
|
|
2785
2790
|
// ../build-tools/src/utilities/read-nx-config.ts
|
|
2786
|
-
import { existsSync as
|
|
2791
|
+
import { existsSync as existsSync5 } from "node:fs";
|
|
2787
2792
|
import { readFile as readFile4 } from "node:fs/promises";
|
|
2788
2793
|
|
|
2789
2794
|
// ../build-tools/src/utilities/task-graph.ts
|
|
@@ -2826,7 +2831,7 @@ import {
|
|
|
2826
2831
|
readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2
|
|
2827
2832
|
} from "@nx/devkit";
|
|
2828
2833
|
import defu4 from "defu";
|
|
2829
|
-
import { existsSync as
|
|
2834
|
+
import { existsSync as existsSync6 } from "node:fs";
|
|
2830
2835
|
import hf from "node:fs/promises";
|
|
2831
2836
|
import { findWorkspaceRoot as findWorkspaceRoot2 } from "nx/src/utils/find-workspace-root";
|
|
2832
2837
|
|
|
@@ -2893,7 +2898,7 @@ async function resolveContext(userOptions) {
|
|
|
2893
2898
|
projectRoot,
|
|
2894
2899
|
"project.json"
|
|
2895
2900
|
);
|
|
2896
|
-
if (!
|
|
2901
|
+
if (!existsSync6(projectJsonPath)) {
|
|
2897
2902
|
throw new Error("Cannot find project.json configuration");
|
|
2898
2903
|
}
|
|
2899
2904
|
const projectJsonFile = await hf.readFile(projectJsonPath, "utf8");
|
|
@@ -2912,7 +2917,7 @@ async function resolveContext(userOptions) {
|
|
|
2912
2917
|
options.projectRoot,
|
|
2913
2918
|
"package.json"
|
|
2914
2919
|
);
|
|
2915
|
-
if (!
|
|
2920
|
+
if (!existsSync6(packageJsonPath)) {
|
|
2916
2921
|
throw new Error("Cannot find package.json configuration");
|
|
2917
2922
|
}
|
|
2918
2923
|
const env = getEnv("esbuild", options);
|
|
@@ -2966,17 +2971,17 @@ ${formatLogMessage(context.options)}`,
|
|
|
2966
2971
|
|
|
2967
2972
|
// ../esbuild/src/package-json.ts
|
|
2968
2973
|
import { writeJsonFile } from "@nx/devkit";
|
|
2969
|
-
import { existsSync as
|
|
2974
|
+
import { existsSync as existsSync7 } from "node:fs";
|
|
2970
2975
|
import hf2 from "node:fs/promises";
|
|
2971
2976
|
async function generatePackageJson(context) {
|
|
2972
|
-
if (context.options.generatePackageJson !== false &&
|
|
2977
|
+
if (context.options.generatePackageJson !== false && existsSync7(joinPaths(context.options.projectRoot, "package.json"))) {
|
|
2973
2978
|
writeDebug(" \u270D\uFE0F Writing package.json file", context.workspaceConfig);
|
|
2974
2979
|
const stopwatch = getStopwatch("Write package.json file");
|
|
2975
2980
|
const packageJsonPath = joinPaths(
|
|
2976
2981
|
context.options.projectRoot,
|
|
2977
2982
|
"project.json"
|
|
2978
2983
|
);
|
|
2979
|
-
if (!
|
|
2984
|
+
if (!existsSync7(packageJsonPath)) {
|
|
2980
2985
|
throw new Error("Cannot find package.json configuration");
|
|
2981
2986
|
}
|
|
2982
2987
|
const packageJsonFile = await hf2.readFile(
|
|
@@ -3221,7 +3226,7 @@ import {
|
|
|
3221
3226
|
createProjectGraphAsync as createProjectGraphAsync3,
|
|
3222
3227
|
readCachedProjectGraph as readCachedProjectGraph2
|
|
3223
3228
|
} from "@nx/devkit";
|
|
3224
|
-
import { existsSync as
|
|
3229
|
+
import { existsSync as existsSync9 } from "node:fs";
|
|
3225
3230
|
import { readFile as readFile6, writeFile as writeFile3 } from "node:fs/promises";
|
|
3226
3231
|
import { format } from "prettier";
|
|
3227
3232
|
|
|
@@ -3229,11 +3234,10 @@ import { format } from "prettier";
|
|
|
3229
3234
|
import { exec as exec3 } from "node:child_process";
|
|
3230
3235
|
|
|
3231
3236
|
// ../pnpm-tools/src/helpers/catalog.ts
|
|
3232
|
-
import { getWorkspaceConfig as getWorkspaceConfig2 } from "packages/config-tools/dist/get-config.cjs";
|
|
3233
3237
|
import { coerce, gt, valid } from "semver";
|
|
3234
3238
|
|
|
3235
3239
|
// ../pnpm-tools/src/helpers/pnpm-workspace.ts
|
|
3236
|
-
import { existsSync as
|
|
3240
|
+
import { existsSync as existsSync8 } from "node:fs";
|
|
3237
3241
|
import { readFile as readFile5, writeFile as writeFile2 } from "node:fs/promises";
|
|
3238
3242
|
import { parse, stringify } from "yaml";
|
|
3239
3243
|
|
|
@@ -3248,7 +3252,7 @@ import {
|
|
|
3248
3252
|
readJsonFile
|
|
3249
3253
|
} from "@nx/devkit";
|
|
3250
3254
|
import { execFileSync } from "child_process";
|
|
3251
|
-
import { existsSync as
|
|
3255
|
+
import { existsSync as existsSync10 } from "node:fs";
|
|
3252
3256
|
import { readFile as readFile7, writeFile as writeFile4 } from "node:fs/promises";
|
|
3253
3257
|
import { dirname, resolve } from "path";
|
|
3254
3258
|
import { format as format2 } from "prettier";
|
|
@@ -5074,7 +5078,7 @@ import {
|
|
|
5074
5078
|
readJsonFile as readJsonFile2,
|
|
5075
5079
|
workspaceRoot as workspaceRoot2
|
|
5076
5080
|
} from "@nx/devkit";
|
|
5077
|
-
import { existsSync as
|
|
5081
|
+
import { existsSync as existsSync11 } from "node:fs";
|
|
5078
5082
|
import { join as join4 } from "node:path";
|
|
5079
5083
|
import {
|
|
5080
5084
|
getNpmLockfileDependencies,
|
|
@@ -5100,7 +5104,7 @@ import {
|
|
|
5100
5104
|
readJsonFile as readJsonFile3
|
|
5101
5105
|
} from "@nx/devkit";
|
|
5102
5106
|
import defu6 from "defu";
|
|
5103
|
-
import { existsSync as
|
|
5107
|
+
import { existsSync as existsSync12 } from "node:fs";
|
|
5104
5108
|
import { dirname as dirname2, join as join5 } from "node:path";
|
|
5105
5109
|
|
|
5106
5110
|
// ../workspace-tools/src/utils/typia-transform.ts
|
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-DBEQMCFX.js');
|
|
3
|
+
require('./chunk-DHVS73LE.js');
|
|
4
|
+
require('./chunk-VODJC7LB.js');
|
|
5
|
+
require('./chunk-HSYBI2IX.js');
|
|
6
|
+
require('./chunk-7EJG3KWI.js');
|
|
7
|
+
require('./chunk-FLES6ZG2.js');
|
|
8
|
+
require('./chunk-PBSFIG74.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-24CXT7V3.mjs";
|
|
3
|
+
import "./chunk-4XRKM54O.mjs";
|
|
4
|
+
import "./chunk-B7MECANO.mjs";
|
|
5
|
+
import "./chunk-H7KDIUWV.mjs";
|
|
6
|
+
import "./chunk-ODBVO3BV.mjs";
|
|
7
|
+
import "./chunk-QZHKPJYD.mjs";
|
|
8
|
+
import "./chunk-YBDSFBHQ.mjs";
|
|
9
9
|
import "./chunk-NMQP6WEB.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 _chunkRXBA7RKYjs = require('./chunk-RXBA7RKY.js');
|
|
5
5
|
require('./chunk-QDPXTR73.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-PBSFIG74.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.initGeneratorFn =
|
|
9
|
+
exports.initGeneratorFn = _chunkRXBA7RKYjs.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-NOGAWX5Y.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-YBDSFBHQ.mjs";
|
|
7
7
|
import "./chunk-NMQP6WEB.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-DBEQMCFX.js');
|
|
12
|
+
require('./chunk-DHVS73LE.js');
|
|
13
|
+
require('./chunk-VODJC7LB.js');
|
|
14
|
+
require('./chunk-HSYBI2IX.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _chunkRXBA7RKYjs = require('./chunk-RXBA7RKY.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-7EJG3KWI.js');
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
var
|
|
28
|
-
require('./chunk-
|
|
27
|
+
var _chunkFLES6ZG2js = require('./chunk-FLES6ZG2.js');
|
|
28
|
+
require('./chunk-PBSFIG74.js');
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
|
|
@@ -37,4 +37,4 @@ require('./chunk-M4BOL3UW.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 = _chunkRXBA7RKYjs.initGeneratorFn; exports.securityGroup = _chunk7I63VQP3js.securityGroup; exports.subnet = _chunk7I63VQP3js.subnet; exports.vpc = _chunk7I63VQP3js.vpc; exports.withPulumiExecutor = _chunkFLES6ZG2js.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-24CXT7V3.mjs";
|
|
12
|
+
import "./chunk-4XRKM54O.mjs";
|
|
13
|
+
import "./chunk-B7MECANO.mjs";
|
|
14
|
+
import "./chunk-H7KDIUWV.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-NOGAWX5Y.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-ODBVO3BV.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-QZHKPJYD.mjs";
|
|
28
|
+
import "./chunk-YBDSFBHQ.mjs";
|
|
29
29
|
import "./chunk-NMQP6WEB.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 _chunkFLES6ZG2js = require('../../chunk-FLES6ZG2.js');
|
|
4
|
+
require('../../chunk-PBSFIG74.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
exports.withPulumiExecutor =
|
|
7
|
+
exports.withPulumiExecutor = _chunkFLES6ZG2js.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 _chunkFLES6ZG2js = require('../../chunk-FLES6ZG2.js');
|
|
9
|
+
require('../../chunk-PBSFIG74.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 = _chunkFLES6ZG2js.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-QZHKPJYD.mjs";
|
|
9
|
+
import "../../chunk-YBDSFBHQ.mjs";
|
|
10
10
|
import "../../chunk-NMQP6WEB.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 _chunk7EJG3KWIjs = require('../../../chunk-7EJG3KWI.js');
|
|
4
|
+
require('../../../chunk-FLES6ZG2.js');
|
|
5
|
+
require('../../../chunk-PBSFIG74.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunk7EJG3KWIjs.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-ODBVO3BV.mjs";
|
|
4
|
+
import "../../../chunk-QZHKPJYD.mjs";
|
|
5
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.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 _chunkDBEQMCFXjs = require('../../../chunk-DBEQMCFX.js');
|
|
4
|
+
require('../../../chunk-FLES6ZG2.js');
|
|
5
|
+
require('../../../chunk-PBSFIG74.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkDBEQMCFXjs.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-24CXT7V3.mjs";
|
|
4
|
+
import "../../../chunk-QZHKPJYD.mjs";
|
|
5
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.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 _chunkDHVS73LEjs = require('../../../chunk-DHVS73LE.js');
|
|
4
|
+
require('../../../chunk-FLES6ZG2.js');
|
|
5
|
+
require('../../../chunk-PBSFIG74.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkDHVS73LEjs.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-4XRKM54O.mjs";
|
|
4
|
+
import "../../../chunk-QZHKPJYD.mjs";
|
|
5
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.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 _chunkVODJC7LBjs = require('../../../chunk-VODJC7LB.js');
|
|
4
|
+
require('../../../chunk-FLES6ZG2.js');
|
|
5
|
+
require('../../../chunk-PBSFIG74.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkVODJC7LBjs.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-B7MECANO.mjs";
|
|
4
|
+
import "../../../chunk-QZHKPJYD.mjs";
|
|
5
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.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 _chunkHSYBI2IXjs = require('../../../chunk-HSYBI2IX.js');
|
|
4
|
+
require('../../../chunk-FLES6ZG2.js');
|
|
5
|
+
require('../../../chunk-PBSFIG74.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.default =
|
|
8
|
+
exports.default = _chunkHSYBI2IXjs.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-H7KDIUWV.mjs";
|
|
4
|
+
import "../../../chunk-QZHKPJYD.mjs";
|
|
5
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
6
6
|
import "../../../chunk-NMQP6WEB.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 _chunkRXBA7RKYjs = require('../../../chunk-RXBA7RKY.js');
|
|
5
5
|
require('../../../chunk-QDPXTR73.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-PBSFIG74.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.default =
|
|
10
|
+
exports.default = _chunkRXBA7RKYjs.generator_default; exports.initGeneratorFn = _chunkRXBA7RKYjs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-NOGAWX5Y.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-YBDSFBHQ.mjs";
|
|
7
7
|
import "../../../chunk-NMQP6WEB.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.21.
|
|
3
|
+
"version": "0.21.5",
|
|
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.197.0",
|
|
159
|
-
"@storm-software/config": "^1.
|
|
160
|
-
"@storm-software/config-tools": "^1.
|
|
159
|
+
"@storm-software/config": "^1.133.0",
|
|
160
|
+
"@storm-software/config-tools": "^1.187.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": "4d44644a8d56ed0d61e060cf74147fcc83210a5c"
|
|
175
175
|
}
|