@storm-software/pulumi-tools 0.7.60 → 0.7.62
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 +16 -0
- package/README.md +1 -1
- package/dist/{chunk-ZUKZZVY7.mjs → chunk-25V5OEPQ.mjs} +13 -4
- package/dist/{chunk-QG6LUJIM.js → chunk-3FM2OLFY.js} +2 -2
- package/dist/{chunk-NCKI2RE3.mjs → chunk-6AYQ7VHF.mjs} +1 -1
- package/dist/{chunk-LDAJAXHG.js → chunk-DF7BQ6B4.js} +3 -3
- package/dist/{chunk-GWL2KP3L.mjs → chunk-GYUDNNH4.mjs} +1 -1
- package/dist/{chunk-RG5QIJDW.mjs → chunk-LFMHCSYT.mjs} +1 -1
- package/dist/{chunk-YY76EXNG.mjs → chunk-OD2UU3AH.mjs} +1 -1
- package/dist/{chunk-3FRIEQ7X.js → chunk-OSYGW3FK.js} +2 -2
- package/dist/{chunk-7OWMT7HW.js → chunk-RK4VN42S.js} +2 -2
- package/dist/{chunk-OFA4FMYB.js → chunk-SFEDXEAP.js} +2 -2
- package/dist/{chunk-O3PHMJE7.mjs → chunk-TCRO6LLA.mjs} +1 -1
- package/dist/{chunk-YEPSM7YJ.mjs → chunk-UFKMKONY.mjs} +1 -1
- package/dist/{chunk-RRWPG63I.js → chunk-VCUPZ253.js} +10 -1
- package/dist/{chunk-A7TGBBAU.mjs → chunk-VW6DYIQY.mjs} +1 -1
- package/dist/{chunk-W45EXKGO.js → chunk-WHDLXZDP.js} +2 -2
- package/dist/{chunk-TM3YI3ZC.js → chunk-ZPLIND4J.js} +5 -5
- package/dist/executors.d.mts +2 -2
- package/dist/executors.d.ts +2 -2
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +7 -7
- package/dist/{generators-BziLQ-SK.d.ts → generators-CdJ1t-Yr.d.mts} +2 -14
- package/dist/{generators-8hNcjX5A.d.mts → generators-CdJ1t-Yr.d.ts} +2 -14
- package/dist/generators.d.mts +3 -3
- package/dist/generators.d.ts +3 -3
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +2 -2
- package/dist/index.d.mts +5 -3
- package/dist/index.d.ts +5 -3
- package/dist/index.js +9 -9
- package/dist/index.mjs +8 -8
- package/dist/src/base/base-executor.d.mts +2 -28
- package/dist/src/base/base-executor.d.ts +2 -28
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +2 -2
- package/dist/src/base/index.d.mts +2 -2
- package/dist/src/base/index.d.ts +2 -2
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +2 -2
- package/dist/src/executors/config/executor.d.mts +2 -2
- package/dist/src/executors/config/executor.d.ts +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.d.mts +2 -2
- package/dist/src/executors/import/executor.d.ts +2 -2
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +3 -3
- package/dist/src/executors/preview/executor.d.mts +2 -2
- package/dist/src/executors/preview/executor.d.ts +2 -2
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +3 -3
- package/dist/src/executors/refresh/executor.d.mts +2 -2
- package/dist/src/executors/refresh/executor.d.ts +2 -2
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +3 -3
- package/dist/src/executors/up/executor.d.mts +2 -2
- package/dist/src/executors/up/executor.d.ts +2 -2
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +3 -3
- package/dist/src/generators/init/generator.d.mts +3 -3
- package/dist/src/generators/init/generator.d.ts +3 -3
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +2 -2
- package/package.json +6 -9
- package/dist/types-D-xLCTdY.d.mts +0 -1286
- package/dist/types-D-xLCTdY.d.ts +0 -1286
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.7.62](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.62) (2025-04-28)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate pnpm-lock.yaml file
|
|
10
|
+
([5f9f4b14c](https://github.com/storm-software/storm-ops/commit/5f9f4b14c))
|
|
11
|
+
- **monorepo:** Regenerate README markdown files
|
|
12
|
+
([70315e770](https://github.com/storm-software/storm-ops/commit/70315e770))
|
|
13
|
+
|
|
14
|
+
## [0.7.61](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.61) (2025-04-28)
|
|
15
|
+
|
|
16
|
+
### Miscellaneous
|
|
17
|
+
|
|
18
|
+
- **monorepo:** Update dependency versions in packages
|
|
19
|
+
([f1f72dd67](https://github.com/storm-software/storm-ops/commit/f1f72dd67))
|
|
20
|
+
|
|
5
21
|
## [0.7.59](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.59) (2025-04-25)
|
|
6
22
|
|
|
7
23
|
### 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 -->
|
|
@@ -1831,7 +1831,7 @@ import { logger } from "@nx/devkit";
|
|
|
1831
1831
|
var LARGE_BUFFER2 = 1024 * 1e6;
|
|
1832
1832
|
|
|
1833
1833
|
// ../esbuild/src/build.ts
|
|
1834
|
-
import { createProjectGraphAsync, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
|
|
1834
|
+
import { createProjectGraphAsync as createProjectGraphAsync2, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
|
|
1835
1835
|
|
|
1836
1836
|
// ../build-tools/src/config.ts
|
|
1837
1837
|
var DEFAULT_COMPILED_BANNER = `/*****************************************
|
|
@@ -1917,9 +1917,18 @@ import { calculateProjectBuildableDependencies } from "@nx/js/src/utils/buildabl
|
|
|
1917
1917
|
import { Glob } from "glob";
|
|
1918
1918
|
import { existsSync as existsSync3, readFileSync as readFileSync2 } from "node:fs";
|
|
1919
1919
|
import { readFile as readFile3 } from "node:fs/promises";
|
|
1920
|
-
import { readCachedProjectGraph, readProjectsConfigurationFromProjectGraph } from "nx/src/project-graph/project-graph";
|
|
1920
|
+
import { createProjectGraphAsync, readCachedProjectGraph, readProjectsConfigurationFromProjectGraph } from "nx/src/project-graph/project-graph";
|
|
1921
1921
|
var addPackageDependencies = /* @__PURE__ */ __name(async (workspaceRoot3, projectRoot, projectName, packageJson) => {
|
|
1922
|
-
|
|
1922
|
+
let projectGraph;
|
|
1923
|
+
try {
|
|
1924
|
+
projectGraph = readCachedProjectGraph();
|
|
1925
|
+
} catch {
|
|
1926
|
+
await createProjectGraphAsync();
|
|
1927
|
+
projectGraph = readCachedProjectGraph();
|
|
1928
|
+
}
|
|
1929
|
+
if (!projectGraph) {
|
|
1930
|
+
throw new Error("The Build process failed because the project graph is not available. Please run the build command again.");
|
|
1931
|
+
}
|
|
1923
1932
|
const projectDependencies = calculateProjectBuildableDependencies(void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
|
|
1924
1933
|
const localPackages = [];
|
|
1925
1934
|
for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && dep.node.data?.root !== projectRoot && dep.node.data?.root !== workspaceRoot3)) {
|
|
@@ -2212,7 +2221,7 @@ async function resolveContext(userOptions) {
|
|
|
2212
2221
|
});
|
|
2213
2222
|
writeDebug(" \u2699\uFE0F Resolving build options", workspaceConfig);
|
|
2214
2223
|
const stopwatch = getStopwatch("Build options resolution");
|
|
2215
|
-
const projectGraph = await
|
|
2224
|
+
const projectGraph = await createProjectGraphAsync2({
|
|
2216
2225
|
exitOnError: true
|
|
2217
2226
|
});
|
|
2218
2227
|
const projectJsonPath = joinPaths(workspaceRoot3.dir, projectRoot, "project.json");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "refresh", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1,7 +1,7 @@
|
|
|
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 _chunkVCUPZ253js = require('./chunk-VCUPZ253.js');
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
|
10
10
|
var _path = require('path');
|
|
11
11
|
var _shelljs = require('shelljs');
|
|
12
12
|
var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
|
|
13
|
-
return
|
|
13
|
+
return _chunkVCUPZ253js.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
|
|
14
14
|
if (!_shelljs.which.call(void 0, "pulumi")) {
|
|
15
15
|
throw new Error("Pulumi is not installed. Please install it before running this executor.");
|
|
16
16
|
}
|
|
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
|
|
|
18
18
|
throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
|
|
19
19
|
}
|
|
20
20
|
const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
|
|
21
|
-
|
|
21
|
+
_chunkVCUPZ253js.run.call(void 0, config, [
|
|
22
22
|
"pulumi",
|
|
23
23
|
command,
|
|
24
24
|
...argsMapper(options)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDF7BQ6B4js.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 _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDF7BQ6B4js.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 _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDF7BQ6B4js.withPulumiExecutor.call(void 0, "preview", (options) => [
|
|
7
7
|
options.stack && `--stack=${options.stack}`,
|
|
8
8
|
options.expectNoChanges && "--expect-no-changes"
|
|
9
9
|
]);
|
|
@@ -1918,7 +1918,16 @@ var _buildablelibsutils = require('@nx/js/src/utils/buildable-libs-utils');
|
|
|
1918
1918
|
|
|
1919
1919
|
var _projectgraph = require('nx/src/project-graph/project-graph');
|
|
1920
1920
|
var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (workspaceRoot3, projectRoot, projectName, packageJson) => {
|
|
1921
|
-
|
|
1921
|
+
let projectGraph;
|
|
1922
|
+
try {
|
|
1923
|
+
projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
|
|
1924
|
+
} catch (e2) {
|
|
1925
|
+
await _projectgraph.createProjectGraphAsync.call(void 0, );
|
|
1926
|
+
projectGraph = _projectgraph.readCachedProjectGraph.call(void 0, );
|
|
1927
|
+
}
|
|
1928
|
+
if (!projectGraph) {
|
|
1929
|
+
throw new Error("The Build process failed because the project graph is not available. Please run the build command again.");
|
|
1930
|
+
}
|
|
1922
1931
|
const projectDependencies = _buildablelibsutils.calculateProjectBuildableDependencies.call(void 0, void 0, projectGraph, workspaceRoot3, projectName, process.env.NX_TASK_TARGET_TARGET || "build", process.env.NX_TASK_TARGET_CONFIGURATION || "production", true);
|
|
1923
1932
|
const localPackages = [];
|
|
1924
1933
|
for (const project of projectDependencies.dependencies.filter((dep) => dep.node.type === "lib" && _optionalChain([dep, 'access', _98 => _98.node, 'access', _99 => _99.data, 'optionalAccess', _100 => _100.root]) !== projectRoot && _optionalChain([dep, 'access', _101 => _101.node, 'access', _102 => _102.data, 'optionalAccess', _103 => _103.root]) !== workspaceRoot3)) {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkDF7BQ6B4js.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 _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkVCUPZ253js = require('./chunk-VCUPZ253.js');
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
|
|
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
|
|
|
15
15
|
var _fs = require('fs');
|
|
16
16
|
var _path = require('path');
|
|
17
17
|
async function initGeneratorFn(tree, options, config) {
|
|
18
|
-
const task =
|
|
18
|
+
const task = _chunkVCUPZ253js.initGenerator.call(void 0, tree, options);
|
|
19
19
|
_devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
|
|
20
20
|
root: options.directory || "./deployment",
|
|
21
21
|
projectType: "application",
|
|
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
|
|
|
49
49
|
return task;
|
|
50
50
|
}
|
|
51
51
|
_chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
|
|
52
|
-
var generator_default =
|
|
52
|
+
var generator_default = _chunkVCUPZ253js.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
|
|
53
53
|
function generateNewPulumiProject(tree, options, config) {
|
|
54
54
|
return () => {
|
|
55
55
|
const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
|
|
56
|
-
|
|
56
|
+
_chunkVCUPZ253js.run.call(void 0, config, [
|
|
57
57
|
`pulumi new ${template}`,
|
|
58
58
|
`--name=${options.name || "deployment"}`,
|
|
59
59
|
`--dir=${options.directory || "./deployment"}`,
|
|
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
|
|
|
73
73
|
if (options.login.startsWith("file://")) {
|
|
74
74
|
options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
|
|
75
75
|
}
|
|
76
|
-
|
|
76
|
+
_chunkVCUPZ253js.run.call(void 0, config, [
|
|
77
77
|
"pulumi login",
|
|
78
78
|
options.login
|
|
79
79
|
].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {
|
package/dist/executors.d.mts
CHANGED
|
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
6
|
import './src/base/base-executor.mjs';
|
|
7
7
|
import '@nx/devkit';
|
|
8
|
-
import '
|
|
9
|
-
import 'zod';
|
|
8
|
+
import '@storm-software/config-tools';
|
|
10
9
|
import '@storm-software/workspace-tools';
|
|
10
|
+
import '@storm-software/workspace-tools/base/base-executor.schema.d';
|
package/dist/executors.d.ts
CHANGED
|
@@ -5,6 +5,6 @@ export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
6
|
import './src/base/base-executor.js';
|
|
7
7
|
import '@nx/devkit';
|
|
8
|
-
import '
|
|
9
|
-
import 'zod';
|
|
8
|
+
import '@storm-software/config-tools';
|
|
10
9
|
import '@storm-software/workspace-tools';
|
|
10
|
+
import '@storm-software/workspace-tools/base/base-executor.schema.d';
|
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-OSYGW3FK.js');
|
|
3
|
+
require('./chunk-SFEDXEAP.js');
|
|
4
|
+
require('./chunk-3FM2OLFY.js');
|
|
5
|
+
require('./chunk-RK4VN42S.js');
|
|
6
|
+
require('./chunk-WHDLXZDP.js');
|
|
7
|
+
require('./chunk-DF7BQ6B4.js');
|
|
8
|
+
require('./chunk-VCUPZ253.js');
|
|
9
9
|
require('./chunk-3GQAWCBQ.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-LFMHCSYT.mjs";
|
|
3
|
+
import "./chunk-TCRO6LLA.mjs";
|
|
4
|
+
import "./chunk-VW6DYIQY.mjs";
|
|
5
|
+
import "./chunk-6AYQ7VHF.mjs";
|
|
6
|
+
import "./chunk-GYUDNNH4.mjs";
|
|
7
|
+
import "./chunk-OD2UU3AH.mjs";
|
|
8
|
+
import "./chunk-25V5OEPQ.mjs";
|
|
9
9
|
import "./chunk-N7GSKHH2.mjs";
|
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
2
|
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
// Generated by @storm-software/untyped
|
|
6
|
-
// Do not edit this file directly
|
|
7
|
-
|
|
8
|
-
interface BaseGeneratorSchema {
|
|
9
|
-
/**
|
|
10
|
-
* Directory
|
|
11
|
-
*
|
|
12
|
-
* The directory to create the library in
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
directory?: string,
|
|
16
|
-
}
|
|
3
|
+
import { StormWorkspaceConfig } from '@storm-software/config';
|
|
4
|
+
import { BaseGeneratorSchema } from '@storm-software/workspace-tools/base/base-generator.schema.d';
|
|
17
5
|
|
|
18
6
|
interface InitGeneratorSchema extends BaseGeneratorSchema {
|
|
19
7
|
name?: string;
|
|
@@ -1,19 +1,7 @@
|
|
|
1
1
|
import * as _storm_software_workspace_tools from '@storm-software/workspace-tools';
|
|
2
2
|
import { Tree, GeneratorCallback } from '@nx/devkit';
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
// Generated by @storm-software/untyped
|
|
6
|
-
// Do not edit this file directly
|
|
7
|
-
|
|
8
|
-
interface BaseGeneratorSchema {
|
|
9
|
-
/**
|
|
10
|
-
* Directory
|
|
11
|
-
*
|
|
12
|
-
* The directory to create the library in
|
|
13
|
-
*
|
|
14
|
-
*/
|
|
15
|
-
directory?: string,
|
|
16
|
-
}
|
|
3
|
+
import { StormWorkspaceConfig } from '@storm-software/config';
|
|
4
|
+
import { BaseGeneratorSchema } from '@storm-software/workspace-tools/base/base-generator.schema.d';
|
|
17
5
|
|
|
18
6
|
interface InitGeneratorSchema extends BaseGeneratorSchema {
|
|
19
7
|
name?: string;
|
package/dist/generators.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
1
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.mjs';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
4
|
+
import '@storm-software/config';
|
|
5
|
+
import '@storm-software/workspace-tools/base/base-generator.schema.d';
|
package/dist/generators.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
1
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.js';
|
|
2
2
|
import '@storm-software/workspace-tools';
|
|
3
3
|
import '@nx/devkit';
|
|
4
|
-
import '
|
|
5
|
-
import '
|
|
4
|
+
import '@storm-software/config';
|
|
5
|
+
import '@storm-software/workspace-tools/base/base-generator.schema.d';
|
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 _chunkZPLIND4Jjs = require('./chunk-ZPLIND4J.js');
|
|
5
5
|
require('./chunk-DBLK3NPE.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-VCUPZ253.js');
|
|
7
7
|
require('./chunk-3GQAWCBQ.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkZPLIND4Jjs.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-UFKMKONY.mjs";
|
|
5
5
|
import "./chunk-XKY462OA.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-25V5OEPQ.mjs";
|
|
7
7
|
import "./chunk-N7GSKHH2.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
package/dist/index.d.mts
CHANGED
|
@@ -3,10 +3,12 @@ export { I as ImportExecutorSchema } from './schema.d-CWp7y_9i.mjs';
|
|
|
3
3
|
export { P as PreviewExecutorSchema } from './schema.d-C3zluSfr.mjs';
|
|
4
4
|
export { R as RefreshExecutorSchema } from './schema.d-BTpgEb0Q.mjs';
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-BCkJFwHO.mjs';
|
|
6
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.mjs';
|
|
7
7
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.mjs';
|
|
8
8
|
export { Provider, getCloudTemplateName } from './src/base/providers.mjs';
|
|
9
9
|
import '@storm-software/workspace-tools';
|
|
10
10
|
import '@nx/devkit';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
11
|
+
import '@storm-software/config';
|
|
12
|
+
import '@storm-software/workspace-tools/base/base-generator.schema.d';
|
|
13
|
+
import '@storm-software/config-tools';
|
|
14
|
+
import '@storm-software/workspace-tools/base/base-executor.schema.d';
|
package/dist/index.d.ts
CHANGED
|
@@ -3,10 +3,12 @@ export { I as ImportExecutorSchema } from './schema.d-BBpw11tM.js';
|
|
|
3
3
|
export { P as PreviewExecutorSchema } from './schema.d-i8onVGak.js';
|
|
4
4
|
export { R as RefreshExecutorSchema } from './schema.d-DhkOAnzb.js';
|
|
5
5
|
export { U as UpExecutorSchema } from './schema.d-Dri9rCeV.js';
|
|
6
|
-
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-
|
|
6
|
+
export { I as InitGeneratorSchema, i as initGeneratorFn } from './generators-CdJ1t-Yr.js';
|
|
7
7
|
export { NormalizedPulumiExecutorOptions, PulumiCommandOptions, PulumiExecutorSchema, withPulumiExecutor } from './src/base/base-executor.js';
|
|
8
8
|
export { Provider, getCloudTemplateName } from './src/base/providers.js';
|
|
9
9
|
import '@storm-software/workspace-tools';
|
|
10
10
|
import '@nx/devkit';
|
|
11
|
-
import '
|
|
12
|
-
import '
|
|
11
|
+
import '@storm-software/config';
|
|
12
|
+
import '@storm-software/workspace-tools/base/base-generator.schema.d';
|
|
13
|
+
import '@storm-software/config-tools';
|
|
14
|
+
import '@storm-software/workspace-tools/base/base-executor.schema.d';
|
package/dist/index.js
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-XO62WWX4.js');
|
|
2
|
-
require('./chunk-
|
|
3
|
-
require('./chunk-
|
|
4
|
-
require('./chunk-
|
|
5
|
-
require('./chunk-
|
|
2
|
+
require('./chunk-OSYGW3FK.js');
|
|
3
|
+
require('./chunk-SFEDXEAP.js');
|
|
4
|
+
require('./chunk-3FM2OLFY.js');
|
|
5
|
+
require('./chunk-RK4VN42S.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkZPLIND4Jjs = require('./chunk-ZPLIND4J.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-WHDLXZDP.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkDF7BQ6B4js = require('./chunk-DF7BQ6B4.js');
|
|
19
|
+
require('./chunk-VCUPZ253.js');
|
|
20
20
|
require('./chunk-3GQAWCBQ.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkDBLK3NPEjs.Provider; exports.getCloudTemplateName = _chunkDBLK3NPEjs.getCloudTemplateName; exports.initGeneratorFn = _chunkZPLIND4Jjs.initGeneratorFn; exports.withPulumiExecutor = _chunkDF7BQ6B4js.withPulumiExecutor;
|
package/dist/index.mjs
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-LFMHCSYT.mjs";
|
|
3
|
+
import "./chunk-TCRO6LLA.mjs";
|
|
4
|
+
import "./chunk-VW6DYIQY.mjs";
|
|
5
|
+
import "./chunk-6AYQ7VHF.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-UFKMKONY.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-XKY462OA.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-GYUDNNH4.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-OD2UU3AH.mjs";
|
|
19
|
+
import "./chunk-25V5OEPQ.mjs";
|
|
20
20
|
import "./chunk-N7GSKHH2.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
@@ -1,33 +1,7 @@
|
|
|
1
1
|
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
-
import {
|
|
2
|
+
import { ProjectTokenizerOptions } from '@storm-software/config-tools';
|
|
3
3
|
import { BaseExecutorOptions } from '@storm-software/workspace-tools';
|
|
4
|
-
import '
|
|
5
|
-
|
|
6
|
-
interface BaseTokenizerOptions {
|
|
7
|
-
workspaceRoot?: string;
|
|
8
|
-
config?: StormWorkspaceConfig;
|
|
9
|
-
}
|
|
10
|
-
interface ProjectTokenizerOptions extends BaseTokenizerOptions {
|
|
11
|
-
projectRoot?: string;
|
|
12
|
-
projectName?: string;
|
|
13
|
-
sourceRoot?: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// Generated by @storm-software/untyped
|
|
17
|
-
// Do not edit this file directly
|
|
18
|
-
|
|
19
|
-
interface BaseExecutorSchema {
|
|
20
|
-
/**
|
|
21
|
-
* Output Path
|
|
22
|
-
*
|
|
23
|
-
* The output path for the build
|
|
24
|
-
*
|
|
25
|
-
* @default "dist/{projectRoot}"
|
|
26
|
-
*
|
|
27
|
-
* @format path
|
|
28
|
-
*/
|
|
29
|
-
outputPath?: string,
|
|
30
|
-
}
|
|
4
|
+
import { BaseExecutorSchema } from '@storm-software/workspace-tools/base/base-executor.schema.d';
|
|
31
5
|
|
|
32
6
|
interface PulumiCommandOptions {
|
|
33
7
|
stack?: string;
|
|
@@ -1,33 +1,7 @@
|
|
|
1
1
|
import { ExecutorContext } from '@nx/devkit';
|
|
2
|
-
import {
|
|
2
|
+
import { ProjectTokenizerOptions } from '@storm-software/config-tools';
|
|
3
3
|
import { BaseExecutorOptions } from '@storm-software/workspace-tools';
|
|
4
|
-
import '
|
|
5
|
-
|
|
6
|
-
interface BaseTokenizerOptions {
|
|
7
|
-
workspaceRoot?: string;
|
|
8
|
-
config?: StormWorkspaceConfig;
|
|
9
|
-
}
|
|
10
|
-
interface ProjectTokenizerOptions extends BaseTokenizerOptions {
|
|
11
|
-
projectRoot?: string;
|
|
12
|
-
projectName?: string;
|
|
13
|
-
sourceRoot?: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
// Generated by @storm-software/untyped
|
|
17
|
-
// Do not edit this file directly
|
|
18
|
-
|
|
19
|
-
interface BaseExecutorSchema {
|
|
20
|
-
/**
|
|
21
|
-
* Output Path
|
|
22
|
-
*
|
|
23
|
-
* The output path for the build
|
|
24
|
-
*
|
|
25
|
-
* @default "dist/{projectRoot}"
|
|
26
|
-
*
|
|
27
|
-
* @format path
|
|
28
|
-
*/
|
|
29
|
-
outputPath?: string,
|
|
30
|
-
}
|
|
4
|
+
import { BaseExecutorSchema } from '@storm-software/workspace-tools/base/base-executor.schema.d';
|
|
31
5
|
|
|
32
6
|
interface PulumiCommandOptions {
|
|
33
7
|
stack?: string;
|