@storm-software/pulumi-tools 0.22.268 → 0.22.272
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 +52 -0
- package/README.md +1 -1
- package/dist/{chunk-NO345UZJ.js → chunk-47LB7ZYL.js} +5 -5
- package/dist/{chunk-TXAB4NHC.mjs → chunk-6ON43AZF.mjs} +1 -1
- package/dist/{chunk-7GR34ULJ.mjs → chunk-DWFH4BRZ.mjs} +1 -1
- package/dist/{chunk-IYHI4LBK.js → chunk-EUXATBEX.js} +2 -2
- package/dist/{chunk-3VWSQ2SS.js → chunk-GURJDFFL.js} +394 -788
- package/dist/{chunk-FBP3JATY.mjs → chunk-HEW32ZR6.mjs} +1 -1
- package/dist/{chunk-Z4QP62US.mjs → chunk-LXRYYJKY.mjs} +1 -1
- package/dist/{chunk-NAYZFAPA.mjs → chunk-NJSYDEYC.mjs} +1 -1
- package/dist/{chunk-AWP77CXN.js → chunk-OQI5VWCB.js} +2 -2
- package/dist/{chunk-OZCLSR3Y.js → chunk-PNLQ6LFX.js} +2 -2
- package/dist/{chunk-H6I2VF55.mjs → chunk-RTKPAMXA.mjs} +1 -1
- package/dist/{chunk-2SVNRUZR.mjs → chunk-RZO6W5XG.mjs} +1 -1
- package/dist/{chunk-L3E6R4RK.js → chunk-T2TZMQMM.js} +2 -2
- package/dist/{chunk-U2C77EC7.mjs → chunk-UKY7WHEX.mjs} +1 -1
- package/dist/{chunk-GTZLRIOL.js → chunk-X4SSMSFG.js} +3 -3
- package/dist/{chunk-ZAWTV5HE.mjs → chunk-XFD2ITP3.mjs} +406 -800
- package/dist/{chunk-WTRYK6OF.js → chunk-Z4KKWVEO.js} +2 -2
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- 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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +9 -9
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- 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.d.mts +1 -1
- package/dist/src/executors/config/executor.d.ts +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.d.mts +1 -1
- package/dist/src/executors/import/executor.d.ts +1 -1
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.d.mts +1 -1
- package/dist/src/executors/preview/executor.d.ts +1 -1
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.d.mts +1 -1
- package/dist/src/executors/refresh/executor.d.ts +1 -1
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.d.mts +1 -1
- package/dist/src/executors/up/executor.d.ts +1 -1
- 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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,58 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.272](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.272) (07/06/2026)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Set `NX_PREFER_NODE_STRIP_TYPES` to false to resolve release issue ([6d8d78727](https://github.com/storm-software/storm-ops/commit/6d8d78727))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated **config** to **v1.138.26**
|
|
14
|
+
- Updated **config-tools** to **v1.190.89**
|
|
15
|
+
- Updated **workspace-tools** to **v1.296.69**
|
|
16
|
+
|
|
17
|
+
## [0.22.271](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.271) (07/06/2026)
|
|
18
|
+
|
|
19
|
+
### Miscellaneous
|
|
20
|
+
|
|
21
|
+
- **workspace-tools:** Resolve issue with import type in `npm-publish` executor ([5405d0ed5](https://github.com/storm-software/storm-ops/commit/5405d0ed5))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **config** to **v1.138.25**
|
|
26
|
+
- Updated **config-tools** to **v1.190.88**
|
|
27
|
+
- Updated **workspace-tools** to **v1.296.68**
|
|
28
|
+
|
|
29
|
+
## [0.22.270](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.270) (07/06/2026)
|
|
30
|
+
|
|
31
|
+
### Miscellaneous
|
|
32
|
+
|
|
33
|
+
- **monorepo:** Update repository to typescript v6 ([9211ae91f](https://github.com/storm-software/storm-ops/commit/9211ae91f))
|
|
34
|
+
|
|
35
|
+
### Bug Fixes
|
|
36
|
+
|
|
37
|
+
- **monorepo:** Fixed type resolution errors in Nx plugin packages ([df27203f8](https://github.com/storm-software/storm-ops/commit/df27203f8))
|
|
38
|
+
|
|
39
|
+
### Updated Dependencies
|
|
40
|
+
|
|
41
|
+
- Updated **config** to **v1.138.24**
|
|
42
|
+
- Updated **config-tools** to **v1.190.87**
|
|
43
|
+
- Updated **workspace-tools** to **v1.296.67**
|
|
44
|
+
|
|
45
|
+
## [0.22.269](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.269) (07/05/2026)
|
|
46
|
+
|
|
47
|
+
### Miscellaneous
|
|
48
|
+
|
|
49
|
+
- **monorepo:** Update workspace packages' dependencies ([8cfa3011d](https://github.com/storm-software/storm-ops/commit/8cfa3011d))
|
|
50
|
+
|
|
51
|
+
### Updated Dependencies
|
|
52
|
+
|
|
53
|
+
- Updated **config** to **v1.138.23**
|
|
54
|
+
- Updated **config-tools** to **v1.190.86**
|
|
55
|
+
- Updated **workspace-tools** to **v1.296.66**
|
|
56
|
+
|
|
5
57
|
## [0.22.268](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.268) (07/04/2026)
|
|
6
58
|
|
|
7
59
|
### Miscellaneous
|
package/README.md
CHANGED
|
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
27
27
|
|
|
28
28
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
29
29
|
|
|
30
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
31
31
|
|
|
32
32
|
<!-- prettier-ignore-start -->
|
|
33
33
|
<!-- markdownlint-disable -->
|
|
@@ -5,7 +5,7 @@ var _chunkQDPXTR73js = require('./chunk-QDPXTR73.js');
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
var
|
|
8
|
+
var _chunkGURJDFFLjs = require('./chunk-GURJDFFL.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 = _chunkGURJDFFLjs.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 = _chunkGURJDFFLjs.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
|
+
_chunkGURJDFFLjs.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
|
+
_chunkGURJDFFLjs.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,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=a9def7e06ce25c19654987ab91979289197bf4d3e7e124c514a4487c3e8d68c6__ef1fef24ce052691cc8bddab0b397938/node_modules/tsup/assets/esm_shims.js
|
|
2
2
|
import { fileURLToPath } from "url";
|
|
3
3
|
import path from "path";
|
|
4
4
|
var getFilename = () => fileURLToPath(import.meta.url);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var _chunkX4SSMSFGjs = require('./chunk-X4SSMSFG.js');
|
|
4
4
|
|
|
5
5
|
// src/executors/import/executor.ts
|
|
6
|
-
var executor_default =
|
|
6
|
+
var executor_default = _chunkX4SSMSFGjs.withPulumiExecutor.call(void 0, "import", (options) => [
|
|
7
7
|
options.target,
|
|
8
8
|
options.name,
|
|
9
9
|
options.id,
|