@storm-software/pulumi-tools 0.22.16 → 0.22.19
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 +28 -0
- package/README.md +1 -1
- package/dist/{chunk-ZYTTYV5U.js → chunk-3E6O2WLE.js} +3 -3
- package/dist/{chunk-4VMBMCQT.js → chunk-46UJLYHT.js} +2 -2
- package/dist/{chunk-BOAIIGY3.mjs → chunk-6USCEFXJ.mjs} +1 -1
- package/dist/{chunk-WDQAOHPM.mjs → chunk-CKZ46AQ2.mjs} +1 -1
- package/dist/{chunk-DCF4IH3G.js → chunk-CZBKLIK7.js} +381 -765
- package/dist/{chunk-MN4TNZB7.mjs → chunk-DTPVX4ZK.mjs} +1 -1
- package/dist/{chunk-HFF2TRYU.js → chunk-ECMFP6XP.js} +2 -2
- package/dist/{chunk-FVI2MEXX.js → chunk-IDDK6NEO.js} +5 -5
- package/dist/{chunk-65ANXJ3B.mjs → chunk-JNZURHZL.mjs} +1 -1
- package/dist/{chunk-7HXHPE4S.mjs → chunk-NFUBL6P4.mjs} +1 -1
- package/dist/{chunk-YPCLJEJK.mjs → chunk-PTHOX35O.mjs} +1 -1
- package/dist/{chunk-FPVMPFGO.mjs → chunk-QQG3ZWL7.mjs} +1 -1
- package/dist/{chunk-GLRQSTBH.js → chunk-QZ5PCQUK.js} +2 -2
- package/dist/{chunk-XUVUNJIY.mjs → chunk-T5TVCX3O.mjs} +1 -1
- package/dist/{chunk-A2QNRPIB.js → chunk-ULPRN2TJ.js} +2 -2
- package/dist/{chunk-MPBCUEOI.mjs → chunk-VCQDOIFS.mjs} +383 -767
- package/dist/{chunk-G5RX6KSY.js → chunk-WSRHUR2Z.js} +2 -2
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/providers.mjs +1 -1
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +4 -4
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +3 -3
- package/dist/src/lib/aws/index.mjs +1 -1
- package/dist/src/lib/aws/providers.mjs +1 -1
- package/dist/tsup.config.mjs +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,35 @@
|
|
|
1
|
+
## [0.22.17](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.17) (2025-11-04)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Update packages to use Nx v22.0.2 ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated workspace-tools to 1.292.17
|
|
14
|
+
- Updated config-tools to 1.188.17
|
|
15
|
+
- Updated config to 1.134.17
|
|
16
|
+
|
|
1
17
|

|
|
2
18
|
|
|
3
19
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
20
|
|
|
21
|
+
## [0.22.16](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.16) (2025-10-31)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **monorepo:** Update workspace package links
|
|
26
|
+
([49f67dda6](https://github.com/storm-software/storm-ops/commit/49f67dda6))
|
|
27
|
+
|
|
28
|
+
### Updated Dependencies
|
|
29
|
+
|
|
30
|
+
- Updated config-tools to 1.188.16
|
|
31
|
+
- Updated config to 1.134.16
|
|
32
|
+
|
|
5
33
|
## [0.22.15](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.15) (2025-10-31)
|
|
6
34
|
|
|
7
35
|
### 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,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 _chunkCZBKLIK7js = require('./chunk-CZBKLIK7.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 _chunkCZBKLIK7js.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
|
+
_chunkCZBKLIK7js.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 _chunk3E6O2WLEjs = require('./chunk-3E6O2WLE.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunk3E6O2WLEjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|