@storm-software/pulumi-tools 0.11.0 → 0.12.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 +21 -0
- package/README.md +1 -2
- package/dist/{chunk-7SRRHU3C.mjs → chunk-2Y4QP4FO.mjs} +1 -1
- package/dist/{chunk-SSD47K6E.js → chunk-37DL5TZC.js} +2 -2
- package/dist/{chunk-OYZ356QT.js → chunk-435XAV7G.js} +2 -2
- package/dist/{chunk-BOBR4VPF.js → chunk-7AHFJISO.js} +2 -2
- package/dist/{chunk-SA5AEUUC.mjs → chunk-DRWDKE7E.mjs} +1 -1
- package/dist/{chunk-4O2PMSOY.mjs → chunk-FV3RZTIO.mjs} +9 -9
- package/dist/{chunk-DFGSDTGO.js → chunk-HTWPJHO6.js} +3 -3
- package/dist/{chunk-CFGXNIA4.mjs → chunk-JIBBSX66.mjs} +1 -1
- package/dist/{chunk-LD6DPEA2.js → chunk-MCUBEQDT.js} +2 -2
- package/dist/{chunk-3EC7JLPE.mjs → chunk-MYGHSQQE.mjs} +1 -1
- package/dist/{chunk-OPWCK5QZ.mjs → chunk-O55IDVVL.mjs} +1 -1
- package/dist/{chunk-H7M5JNBX.mjs → chunk-QCTRW25L.mjs} +1 -1
- package/dist/{chunk-LNQUR5AA.mjs → chunk-RZ2NFKR2.mjs} +1 -1
- package/dist/{chunk-EWECYCTE.js → chunk-SZSAKFGM.js} +2 -2
- package/dist/{chunk-ENOW7DUM.js → chunk-T4XSYQQP.js} +9 -9
- package/dist/{chunk-FOPJOETC.js → chunk-YS3ABF4L.js} +5 -5
- 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 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,27 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.12.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.12.0) (2025-05-06)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Update release version to use Nx package
|
|
10
|
+
([f31c02dec](https://github.com/storm-software/storm-ops/commit/f31c02dec))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([32a1809d1](https://github.com/storm-software/storm-ops/commit/32a1809d1))
|
|
16
|
+
|
|
17
|
+
## [0.11.1](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.11.1) (2025-05-06)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **eslint:** Regenerate type definitions
|
|
22
|
+
([aa082a323](https://github.com/storm-software/storm-ops/commit/aa082a323))
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([ed5072712](https://github.com/storm-software/storm-ops/commit/ed5072712))
|
|
25
|
+
|
|
5
26
|
## [0.11.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.11.0) (2025-05-06)
|
|
6
27
|
|
|
7
28
|
### Features
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/preview/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkHTWPJHO6js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"preview",
|
|
8
8
|
(options) => [
|
|
9
9
|
options.stack && `--stack=${options.stack}`,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/config/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkHTWPJHO6js.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 _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/refresh/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkHTWPJHO6js.withPulumiExecutor.call(void 0,
|
|
7
7
|
"refresh",
|
|
8
8
|
(options) => [
|
|
9
9
|
"--suppress-progress",
|
|
@@ -1893,7 +1893,7 @@ function cargoMetadata() {
|
|
|
1893
1893
|
}
|
|
1894
1894
|
function runProcess(processCmd, ...args) {
|
|
1895
1895
|
const metadata = cargoMetadata();
|
|
1896
|
-
const targetDir = metadata?.target_directory ?? joinPathFragments(workspaceRoot, "dist"
|
|
1896
|
+
const targetDir = metadata?.target_directory ?? joinPathFragments(workspaceRoot, "dist");
|
|
1897
1897
|
return new Promise((resolve) => {
|
|
1898
1898
|
if (process.env.VERCEL) {
|
|
1899
1899
|
return resolve({ success: true });
|
|
@@ -1919,13 +1919,13 @@ async function cargoBuildExecutor(options, context) {
|
|
|
1919
1919
|
return await cargoCommand(...command);
|
|
1920
1920
|
}
|
|
1921
1921
|
var executor_default = withRunExecutor(
|
|
1922
|
-
"Cargo Build",
|
|
1922
|
+
"Cargo - Build",
|
|
1923
1923
|
cargoBuildExecutor,
|
|
1924
1924
|
{
|
|
1925
1925
|
skipReadingConfig: false,
|
|
1926
1926
|
hooks: {
|
|
1927
1927
|
applyDefaultOptions: (options) => {
|
|
1928
|
-
options.outputPath ??= "dist/
|
|
1928
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
1929
1929
|
options.toolchain ??= "stable";
|
|
1930
1930
|
return options;
|
|
1931
1931
|
}
|
|
@@ -1939,7 +1939,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
1939
1939
|
return await cargoCommand(...command);
|
|
1940
1940
|
}
|
|
1941
1941
|
var executor_default2 = withRunExecutor(
|
|
1942
|
-
"Cargo Check",
|
|
1942
|
+
"Cargo - Check",
|
|
1943
1943
|
cargoCheckExecutor,
|
|
1944
1944
|
{
|
|
1945
1945
|
skipReadingConfig: false,
|
|
@@ -1958,7 +1958,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
1958
1958
|
return await cargoCommand(...command);
|
|
1959
1959
|
}
|
|
1960
1960
|
var executor_default3 = withRunExecutor(
|
|
1961
|
-
"Cargo Clippy",
|
|
1961
|
+
"Cargo - Clippy",
|
|
1962
1962
|
cargoClippyExecutor,
|
|
1963
1963
|
{
|
|
1964
1964
|
skipReadingConfig: false,
|
|
@@ -1981,13 +1981,13 @@ async function cargoDocExecutor(options, context) {
|
|
|
1981
1981
|
return await cargoCommand(...command);
|
|
1982
1982
|
}
|
|
1983
1983
|
var executor_default4 = withRunExecutor(
|
|
1984
|
-
"Cargo Doc",
|
|
1984
|
+
"Cargo - Doc",
|
|
1985
1985
|
cargoDocExecutor,
|
|
1986
1986
|
{
|
|
1987
1987
|
skipReadingConfig: false,
|
|
1988
1988
|
hooks: {
|
|
1989
1989
|
applyDefaultOptions: (options) => {
|
|
1990
|
-
options.outputPath ??= "dist/
|
|
1990
|
+
options.outputPath ??= "dist/{projectRoot}/docs";
|
|
1991
1991
|
options.toolchain ??= "stable";
|
|
1992
1992
|
options.release ??= options.profile ? false : true;
|
|
1993
1993
|
options.allFeatures ??= true;
|
|
@@ -2007,13 +2007,13 @@ async function cargoFormatExecutor(options, context) {
|
|
|
2007
2007
|
return await cargoCommand(...command);
|
|
2008
2008
|
}
|
|
2009
2009
|
var executor_default5 = withRunExecutor(
|
|
2010
|
-
"Cargo Format",
|
|
2010
|
+
"Cargo - Format",
|
|
2011
2011
|
cargoFormatExecutor,
|
|
2012
2012
|
{
|
|
2013
2013
|
skipReadingConfig: false,
|
|
2014
2014
|
hooks: {
|
|
2015
2015
|
applyDefaultOptions: (options) => {
|
|
2016
|
-
options.outputPath ??= "dist/
|
|
2016
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
2017
2017
|
options.toolchain ??= "stable";
|
|
2018
2018
|
return options;
|
|
2019
2019
|
}
|
|
@@ -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 _chunkT4XSYQQPjs = require('./chunk-T4XSYQQP.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 _chunkT4XSYQQPjs.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
|
+
_chunkT4XSYQQPjs.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 _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkHTWPJHO6js.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 _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/up/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkHTWPJHO6js.withPulumiExecutor.call(void 0, "up", (options) => [
|
|
7
7
|
"--suppress-progress",
|
|
8
8
|
options.stack && `--stack=${options.stack}`,
|
|
9
9
|
options.skipPreview && "--skip-preview",
|
|
@@ -1892,7 +1892,7 @@ function cargoMetadata() {
|
|
|
1892
1892
|
}
|
|
1893
1893
|
function runProcess(processCmd, ...args) {
|
|
1894
1894
|
const metadata = cargoMetadata();
|
|
1895
|
-
const targetDir = _nullishCoalesce(_optionalChain([metadata, 'optionalAccess', _97 => _97.target_directory]), () => ( _devkit.joinPathFragments.call(void 0, _devkit.workspaceRoot, "dist"
|
|
1895
|
+
const targetDir = _nullishCoalesce(_optionalChain([metadata, 'optionalAccess', _97 => _97.target_directory]), () => ( _devkit.joinPathFragments.call(void 0, _devkit.workspaceRoot, "dist")));
|
|
1896
1896
|
return new Promise((resolve) => {
|
|
1897
1897
|
if (process.env.VERCEL) {
|
|
1898
1898
|
return resolve({ success: true });
|
|
@@ -1918,13 +1918,13 @@ async function cargoBuildExecutor(options, context) {
|
|
|
1918
1918
|
return await cargoCommand(...command);
|
|
1919
1919
|
}
|
|
1920
1920
|
var executor_default = withRunExecutor(
|
|
1921
|
-
"Cargo Build",
|
|
1921
|
+
"Cargo - Build",
|
|
1922
1922
|
cargoBuildExecutor,
|
|
1923
1923
|
{
|
|
1924
1924
|
skipReadingConfig: false,
|
|
1925
1925
|
hooks: {
|
|
1926
1926
|
applyDefaultOptions: (options) => {
|
|
1927
|
-
options.outputPath ??= "dist/
|
|
1927
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
1928
1928
|
options.toolchain ??= "stable";
|
|
1929
1929
|
return options;
|
|
1930
1930
|
}
|
|
@@ -1938,7 +1938,7 @@ async function cargoCheckExecutor(options, context) {
|
|
|
1938
1938
|
return await cargoCommand(...command);
|
|
1939
1939
|
}
|
|
1940
1940
|
var executor_default2 = withRunExecutor(
|
|
1941
|
-
"Cargo Check",
|
|
1941
|
+
"Cargo - Check",
|
|
1942
1942
|
cargoCheckExecutor,
|
|
1943
1943
|
{
|
|
1944
1944
|
skipReadingConfig: false,
|
|
@@ -1957,7 +1957,7 @@ async function cargoClippyExecutor(options, context) {
|
|
|
1957
1957
|
return await cargoCommand(...command);
|
|
1958
1958
|
}
|
|
1959
1959
|
var executor_default3 = withRunExecutor(
|
|
1960
|
-
"Cargo Clippy",
|
|
1960
|
+
"Cargo - Clippy",
|
|
1961
1961
|
cargoClippyExecutor,
|
|
1962
1962
|
{
|
|
1963
1963
|
skipReadingConfig: false,
|
|
@@ -1980,13 +1980,13 @@ async function cargoDocExecutor(options, context) {
|
|
|
1980
1980
|
return await cargoCommand(...command);
|
|
1981
1981
|
}
|
|
1982
1982
|
var executor_default4 = withRunExecutor(
|
|
1983
|
-
"Cargo Doc",
|
|
1983
|
+
"Cargo - Doc",
|
|
1984
1984
|
cargoDocExecutor,
|
|
1985
1985
|
{
|
|
1986
1986
|
skipReadingConfig: false,
|
|
1987
1987
|
hooks: {
|
|
1988
1988
|
applyDefaultOptions: (options) => {
|
|
1989
|
-
options.outputPath ??= "dist/
|
|
1989
|
+
options.outputPath ??= "dist/{projectRoot}/docs";
|
|
1990
1990
|
options.toolchain ??= "stable";
|
|
1991
1991
|
options.release ??= options.profile ? false : true;
|
|
1992
1992
|
options.allFeatures ??= true;
|
|
@@ -2006,13 +2006,13 @@ async function cargoFormatExecutor(options, context) {
|
|
|
2006
2006
|
return await cargoCommand(...command);
|
|
2007
2007
|
}
|
|
2008
2008
|
var executor_default5 = withRunExecutor(
|
|
2009
|
-
"Cargo Format",
|
|
2009
|
+
"Cargo - Format",
|
|
2010
2010
|
cargoFormatExecutor,
|
|
2011
2011
|
{
|
|
2012
2012
|
skipReadingConfig: false,
|
|
2013
2013
|
hooks: {
|
|
2014
2014
|
applyDefaultOptions: (options) => {
|
|
2015
|
-
options.outputPath ??= "dist/
|
|
2015
|
+
options.outputPath ??= "dist/{projectRoot}/target";
|
|
2016
2016
|
options.toolchain ??= "stable";
|
|
2017
2017
|
return options;
|
|
2018
2018
|
}
|
|
@@ -5,7 +5,7 @@ var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkT4XSYQQPjs = require('./chunk-T4XSYQQP.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 = _chunkT4XSYQQPjs.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 = _chunkT4XSYQQPjs.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 = _chunkHUKXHFCAjs.getCloudTemplateName.call(void 0, options.provider);
|
|
64
|
-
|
|
64
|
+
_chunkT4XSYQQPjs.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
|
+
_chunkT4XSYQQPjs.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"),
|
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-MCUBEQDT.js');
|
|
3
|
+
require('./chunk-37DL5TZC.js');
|
|
4
|
+
require('./chunk-7AHFJISO.js');
|
|
5
|
+
require('./chunk-SZSAKFGM.js');
|
|
6
|
+
require('./chunk-435XAV7G.js');
|
|
7
|
+
require('./chunk-HTWPJHO6.js');
|
|
8
|
+
require('./chunk-T4XSYQQP.js');
|
|
9
9
|
require('./chunk-3RG5ZIWI.js');
|
package/dist/executors.mjs
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "./chunk-UV4HQO3Y.mjs";
|
|
2
|
-
import "./chunk-
|
|
3
|
-
import "./chunk-
|
|
4
|
-
import "./chunk-
|
|
5
|
-
import "./chunk-
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
8
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-QCTRW25L.mjs";
|
|
3
|
+
import "./chunk-RZ2NFKR2.mjs";
|
|
4
|
+
import "./chunk-JIBBSX66.mjs";
|
|
5
|
+
import "./chunk-2Y4QP4FO.mjs";
|
|
6
|
+
import "./chunk-MYGHSQQE.mjs";
|
|
7
|
+
import "./chunk-DRWDKE7E.mjs";
|
|
8
|
+
import "./chunk-FV3RZTIO.mjs";
|
|
9
9
|
import "./chunk-IEZKYJSF.mjs";
|
package/dist/generators.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});require('./chunk-N2YKXZ5R.js');
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkYS3ABF4Ljs = require('./chunk-YS3ABF4L.js');
|
|
5
5
|
require('./chunk-HUKXHFCA.js');
|
|
6
|
-
require('./chunk-
|
|
6
|
+
require('./chunk-T4XSYQQP.js');
|
|
7
7
|
require('./chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
exports.initGeneratorFn =
|
|
10
|
+
exports.initGeneratorFn = _chunkYS3ABF4Ljs.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-O55IDVVL.mjs";
|
|
5
5
|
import "./chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-FV3RZTIO.mjs";
|
|
7
7
|
import "./chunk-IEZKYJSF.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
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-MCUBEQDT.js');
|
|
3
|
+
require('./chunk-37DL5TZC.js');
|
|
4
|
+
require('./chunk-7AHFJISO.js');
|
|
5
|
+
require('./chunk-SZSAKFGM.js');
|
|
6
6
|
require('./chunk-N2YKXZ5R.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkYS3ABF4Ljs = require('./chunk-YS3ABF4L.js');
|
|
10
10
|
require('./chunk-GUQOEBFW.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
var _chunkHUKXHFCAjs = require('./chunk-HUKXHFCA.js');
|
|
15
|
-
require('./chunk-
|
|
15
|
+
require('./chunk-435XAV7G.js');
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
var
|
|
19
|
-
require('./chunk-
|
|
18
|
+
var _chunkHTWPJHO6js = require('./chunk-HTWPJHO6.js');
|
|
19
|
+
require('./chunk-T4XSYQQP.js');
|
|
20
20
|
require('./chunk-3RG5ZIWI.js');
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
|
|
26
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn =
|
|
26
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.initGeneratorFn = _chunkYS3ABF4Ljs.initGeneratorFn; exports.withPulumiExecutor = _chunkHTWPJHO6js.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-QCTRW25L.mjs";
|
|
3
|
+
import "./chunk-RZ2NFKR2.mjs";
|
|
4
|
+
import "./chunk-JIBBSX66.mjs";
|
|
5
|
+
import "./chunk-2Y4QP4FO.mjs";
|
|
6
6
|
import "./chunk-23KFTIT2.mjs";
|
|
7
7
|
import {
|
|
8
8
|
initGeneratorFn
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-O55IDVVL.mjs";
|
|
10
10
|
import "./chunk-CA7S5MOH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName
|
|
14
14
|
} from "./chunk-KPFHCT4A.mjs";
|
|
15
|
-
import "./chunk-
|
|
15
|
+
import "./chunk-MYGHSQQE.mjs";
|
|
16
16
|
import {
|
|
17
17
|
withPulumiExecutor
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-DRWDKE7E.mjs";
|
|
19
|
+
import "./chunk-FV3RZTIO.mjs";
|
|
20
20
|
import "./chunk-IEZKYJSF.mjs";
|
|
21
21
|
export {
|
|
22
22
|
Provider,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../chunk-
|
|
3
|
+
var _chunkHTWPJHO6js = require('../../chunk-HTWPJHO6.js');
|
|
4
|
+
require('../../chunk-T4XSYQQP.js');
|
|
5
5
|
require('../../chunk-3RG5ZIWI.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
exports.withPulumiExecutor =
|
|
8
|
+
exports.withPulumiExecutor = _chunkHTWPJHO6js.withPulumiExecutor;
|
package/dist/src/base/index.js
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
var _chunkHUKXHFCAjs = require('../../chunk-HUKXHFCA.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
9
|
-
require('../../chunk-
|
|
8
|
+
var _chunkHTWPJHO6js = require('../../chunk-HTWPJHO6.js');
|
|
9
|
+
require('../../chunk-T4XSYQQP.js');
|
|
10
10
|
require('../../chunk-3RG5ZIWI.js');
|
|
11
11
|
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor =
|
|
15
|
+
exports.Provider = _chunkHUKXHFCAjs.Provider; exports.getCloudTemplateName = _chunkHUKXHFCAjs.getCloudTemplateName; exports.withPulumiExecutor = _chunkHTWPJHO6js.withPulumiExecutor;
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,8 +5,8 @@ import {
|
|
|
5
5
|
} from "../../chunk-KPFHCT4A.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-DRWDKE7E.mjs";
|
|
9
|
+
import "../../chunk-FV3RZTIO.mjs";
|
|
10
10
|
import "../../chunk-IEZKYJSF.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk435XAV7Gjs = require('../../../chunk-435XAV7G.js');
|
|
4
|
+
require('../../../chunk-HTWPJHO6.js');
|
|
5
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk435XAV7Gjs.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-MYGHSQQE.mjs";
|
|
4
|
+
import "../../../chunk-DRWDKE7E.mjs";
|
|
5
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkMCUBEQDTjs = require('../../../chunk-MCUBEQDT.js');
|
|
4
|
+
require('../../../chunk-HTWPJHO6.js');
|
|
5
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkMCUBEQDTjs.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-QCTRW25L.mjs";
|
|
4
|
+
import "../../../chunk-DRWDKE7E.mjs";
|
|
5
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk37DL5TZCjs = require('../../../chunk-37DL5TZC.js');
|
|
4
|
+
require('../../../chunk-HTWPJHO6.js');
|
|
5
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk37DL5TZCjs.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-RZ2NFKR2.mjs";
|
|
4
|
+
import "../../../chunk-DRWDKE7E.mjs";
|
|
5
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunk7AHFJISOjs = require('../../../chunk-7AHFJISO.js');
|
|
4
|
+
require('../../../chunk-HTWPJHO6.js');
|
|
5
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunk7AHFJISOjs.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-JIBBSX66.mjs";
|
|
4
|
+
import "../../../chunk-DRWDKE7E.mjs";
|
|
5
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
require('../../../chunk-
|
|
5
|
-
require('../../../chunk-
|
|
3
|
+
var _chunkSZSAKFGMjs = require('../../../chunk-SZSAKFGM.js');
|
|
4
|
+
require('../../../chunk-HTWPJHO6.js');
|
|
5
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
6
6
|
require('../../../chunk-3RG5ZIWI.js');
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
exports.default =
|
|
9
|
+
exports.default = _chunkSZSAKFGMjs.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-2Y4QP4FO.mjs";
|
|
4
|
+
import "../../../chunk-DRWDKE7E.mjs";
|
|
5
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
6
6
|
import "../../../chunk-IEZKYJSF.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
var
|
|
4
|
+
var _chunkYS3ABF4Ljs = require('../../../chunk-YS3ABF4L.js');
|
|
5
5
|
require('../../../chunk-HUKXHFCA.js');
|
|
6
|
-
require('../../../chunk-
|
|
6
|
+
require('../../../chunk-T4XSYQQP.js');
|
|
7
7
|
require('../../../chunk-3RG5ZIWI.js');
|
|
8
8
|
|
|
9
9
|
|
|
10
10
|
|
|
11
|
-
exports.default =
|
|
11
|
+
exports.default = _chunkYS3ABF4Ljs.generator_default; exports.initGeneratorFn = _chunkYS3ABF4Ljs.initGeneratorFn;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-O55IDVVL.mjs";
|
|
5
5
|
import "../../../chunk-KPFHCT4A.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-FV3RZTIO.mjs";
|
|
7
7
|
import "../../../chunk-IEZKYJSF.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.12.0",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -114,7 +114,7 @@
|
|
|
114
114
|
"sullivanpj"
|
|
115
115
|
],
|
|
116
116
|
"peerDependencies": {
|
|
117
|
-
"@nx/devkit": "
|
|
117
|
+
"@nx/devkit": "21.0.0",
|
|
118
118
|
"@storm-software/config": "1.113.5",
|
|
119
119
|
"@storm-software/config-tools": "1.163.5",
|
|
120
120
|
"@storm-software/workspace-tools": "1.267.0",
|
|
@@ -125,11 +125,11 @@
|
|
|
125
125
|
"@pulumi/pulumi": { "optional": false },
|
|
126
126
|
"nx": { "optional": false }
|
|
127
127
|
},
|
|
128
|
-
"dependencies": { "@nx/devkit": "
|
|
128
|
+
"dependencies": { "@nx/devkit": "21.0.0", "shelljs": "^0.8.5" },
|
|
129
129
|
"devDependencies": {
|
|
130
|
-
"@nx/devkit": "
|
|
130
|
+
"@nx/devkit": "21.0.0",
|
|
131
131
|
"@types/node": "^22.10.2",
|
|
132
|
-
"nx": "
|
|
132
|
+
"nx": "21.0.0",
|
|
133
133
|
"tsup": "8.4.0",
|
|
134
134
|
"untyped": "^1.5.2"
|
|
135
135
|
},
|