@storm-software/pulumi-tools 0.22.176 → 0.22.180
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 +55 -0
- package/README.md +1 -1
- package/dist/{chunk-5Z6TAOY5.mjs → chunk-4IKVKKDZ.mjs} +1 -1
- package/dist/{chunk-ZWCFGQVW.mjs → chunk-7R2WLHNV.mjs} +1 -1
- package/dist/{chunk-2MN4WZX4.mjs → chunk-GJ5M4XMG.mjs} +1 -1
- package/dist/{chunk-6UU6ORC2.mjs → chunk-LLTEGIFE.mjs} +1 -1
- package/dist/{chunk-DGGC65RZ.mjs → chunk-OLC33CGY.mjs} +1 -1
- package/dist/{chunk-F3KX5QCH.mjs → chunk-S4PSLYGZ.mjs} +1 -1
- package/dist/{chunk-XJLVUZ7C.mjs → chunk-TFHN4HO7.mjs} +1 -1
- package/dist/{chunk-F2UZQEKU.mjs → chunk-TSL6YDD5.mjs} +1 -1
- package/dist/{chunk-347O5IFU.mjs → chunk-XETLFQG6.mjs} +1 -1
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +8 -8
- package/dist/generators.mjs +3 -3
- package/dist/index.js +1 -1
- package/dist/index.mjs +9 -9
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/providers.mjs +1 -1
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.mjs +4 -4
- 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 +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,61 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.180](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.180) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.65**
|
|
10
|
+
- Updated **config-tools** to **v1.190.5**
|
|
11
|
+
- Updated **config** to **v1.137.38**
|
|
12
|
+
|
|
13
|
+
## [0.22.179](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.179) (05/14/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **release:** publish ([d45102e8d](https://github.com/storm-software/storm-ops/commit/d45102e8d))
|
|
18
|
+
|
|
19
|
+
### Bug Fixes
|
|
20
|
+
|
|
21
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
22
|
+
|
|
23
|
+
### Updated Dependencies
|
|
24
|
+
|
|
25
|
+
- Updated **workspace-tools** to **v1.295.64**
|
|
26
|
+
- Updated **config-tools** to **v1.190.4**
|
|
27
|
+
- Updated **config** to **v1.137.37**
|
|
28
|
+
|
|
29
|
+
## [0.22.178](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.178) (05/13/2026)
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
- **git-tools:** Ensure non-cached project graph is used during release graph creation ([af729bd1f](https://github.com/storm-software/storm-ops/commit/af729bd1f))
|
|
34
|
+
|
|
35
|
+
### Updated Dependencies
|
|
36
|
+
|
|
37
|
+
- Updated **workspace-tools** to **v1.295.63**
|
|
38
|
+
- Updated **config-tools** to **v1.190.3**
|
|
39
|
+
- Updated **config** to **v1.137.36**
|
|
40
|
+
|
|
41
|
+
## [0.22.177](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.177) (05/12/2026)
|
|
42
|
+
|
|
43
|
+
### Miscellaneous
|
|
44
|
+
|
|
45
|
+
- **monorepo:** Update devenv modules to latest version ([5467f0db1](https://github.com/storm-software/storm-ops/commit/5467f0db1))
|
|
46
|
+
- **monorepo:** Update workspace packages' dependencies ([6b6fa42ec](https://github.com/storm-software/storm-ops/commit/6b6fa42ec))
|
|
47
|
+
|
|
48
|
+
### Updated Dependencies
|
|
49
|
+
|
|
50
|
+
- Updated **workspace-tools** to **v1.295.62**
|
|
51
|
+
- Updated **config-tools** to **v1.190.2**
|
|
52
|
+
- Updated **config** to **v1.137.35**
|
|
53
|
+
|
|
54
|
+
## [0.22.176](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.176) (04/29/2026)
|
|
55
|
+
|
|
56
|
+
### Updated Dependencies
|
|
57
|
+
|
|
58
|
+
- Updated **workspace-tools** to **v1.295.61**
|
|
59
|
+
|
|
5
60
|
## [0.22.175](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.175) (04/29/2026)
|
|
6
61
|
|
|
7
62
|
### Updated Dependencies
|
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 -->
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
1
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__89bd8bfa776d251dbd20e938db1c740e/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);
|
package/dist/executors.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";require('./chunk-XO62WWX4.js');
|
|
2
2
|
require('./chunk-IKF7G6RU.js');
|
|
3
|
-
require('./chunk-BJ7CSIKI.js');
|
|
4
3
|
require('./chunk-LOA644HR.js');
|
|
5
4
|
require('./chunk-CAJSI7UU.js');
|
|
5
|
+
require('./chunk-BJ7CSIKI.js');
|
|
6
6
|
require('./chunk-HWZA6MXC.js');
|
|
7
7
|
require('./chunk-RLJDNCVP.js');
|
|
8
8
|
require('./chunk-47QKI456.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-
|
|
9
|
-
import "./chunk-
|
|
2
|
+
import "./chunk-LLTEGIFE.mjs";
|
|
3
|
+
import "./chunk-GJ5M4XMG.mjs";
|
|
4
|
+
import "./chunk-XETLFQG6.mjs";
|
|
5
|
+
import "./chunk-S4PSLYGZ.mjs";
|
|
6
|
+
import "./chunk-TFHN4HO7.mjs";
|
|
7
|
+
import "./chunk-OLC33CGY.mjs";
|
|
8
|
+
import "./chunk-4IKVKKDZ.mjs";
|
|
9
|
+
import "./chunk-TSL6YDD5.mjs";
|
package/dist/generators.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "./chunk-23KFTIT2.mjs";
|
|
2
2
|
import {
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-7R2WLHNV.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-4IKVKKDZ.mjs";
|
|
7
|
+
import "./chunk-TSL6YDD5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
|
10
10
|
};
|
package/dist/index.js
CHANGED
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
var _chunk7I63VQP3js = require('./chunk-7I63VQP3.js');
|
|
10
10
|
require('./chunk-XO62WWX4.js');
|
|
11
11
|
require('./chunk-IKF7G6RU.js');
|
|
12
|
-
require('./chunk-BJ7CSIKI.js');
|
|
13
12
|
require('./chunk-LOA644HR.js');
|
|
14
13
|
require('./chunk-CAJSI7UU.js');
|
|
14
|
+
require('./chunk-BJ7CSIKI.js');
|
|
15
15
|
require('./chunk-N2YKXZ5R.js');
|
|
16
16
|
|
|
17
17
|
|
package/dist/index.mjs
CHANGED
|
@@ -8,25 +8,25 @@ 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-LLTEGIFE.mjs";
|
|
12
|
+
import "./chunk-GJ5M4XMG.mjs";
|
|
13
|
+
import "./chunk-XETLFQG6.mjs";
|
|
14
|
+
import "./chunk-S4PSLYGZ.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-7R2WLHNV.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-TFHN4HO7.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-OLC33CGY.mjs";
|
|
28
|
+
import "./chunk-4IKVKKDZ.mjs";
|
|
29
|
+
import "./chunk-TSL6YDD5.mjs";
|
|
30
30
|
export {
|
|
31
31
|
Provider,
|
|
32
32
|
ec2Instance,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
withPulumiExecutor
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-OLC33CGY.mjs";
|
|
4
|
+
import "../../chunk-4IKVKKDZ.mjs";
|
|
5
|
+
import "../../chunk-TSL6YDD5.mjs";
|
|
6
6
|
export {
|
|
7
7
|
withPulumiExecutor
|
|
8
8
|
};
|
package/dist/src/base/index.mjs
CHANGED
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
} from "../../chunk-5TB4HFDP.mjs";
|
|
6
6
|
import {
|
|
7
7
|
withPulumiExecutor
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-OLC33CGY.mjs";
|
|
9
|
+
import "../../chunk-4IKVKKDZ.mjs";
|
|
10
|
+
import "../../chunk-TSL6YDD5.mjs";
|
|
11
11
|
export {
|
|
12
12
|
Provider,
|
|
13
13
|
getCloudTemplateName,
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-TFHN4HO7.mjs";
|
|
4
|
+
import "../../../chunk-OLC33CGY.mjs";
|
|
5
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
6
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LLTEGIFE.mjs";
|
|
4
|
+
import "../../../chunk-OLC33CGY.mjs";
|
|
5
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
6
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-S4PSLYGZ.mjs";
|
|
4
|
+
import "../../../chunk-OLC33CGY.mjs";
|
|
5
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
6
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-GJ5M4XMG.mjs";
|
|
4
|
+
import "../../../chunk-OLC33CGY.mjs";
|
|
5
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
6
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
executor_default
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
5
|
-
import "../../../chunk-
|
|
6
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-XETLFQG6.mjs";
|
|
4
|
+
import "../../../chunk-OLC33CGY.mjs";
|
|
5
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
6
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
7
7
|
export {
|
|
8
8
|
executor_default as default
|
|
9
9
|
};
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
generator_default,
|
|
3
3
|
initGeneratorFn
|
|
4
|
-
} from "../../../chunk-
|
|
4
|
+
} from "../../../chunk-7R2WLHNV.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-4IKVKKDZ.mjs";
|
|
7
|
+
import "../../../chunk-TSL6YDD5.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
|
10
10
|
initGeneratorFn
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.22.
|
|
3
|
+
"version": "0.22.180",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"sullivanpj"
|
|
143
143
|
],
|
|
144
144
|
"peerDependencies": {
|
|
145
|
-
"@nx/devkit": "22.
|
|
145
|
+
"@nx/devkit": "22.7.1",
|
|
146
146
|
"@storm-software/workspace-tools": ">=1.267.0",
|
|
147
147
|
"tsup": "8.4.0"
|
|
148
148
|
},
|
|
@@ -152,24 +152,24 @@
|
|
|
152
152
|
"nx": { "optional": false }
|
|
153
153
|
},
|
|
154
154
|
"dependencies": {
|
|
155
|
-
"@nx/devkit": "22.
|
|
155
|
+
"@nx/devkit": "22.7.1",
|
|
156
156
|
"@pulumi/aws": "^6.83.3",
|
|
157
157
|
"@pulumi/awsx": "^2.22.0",
|
|
158
|
-
"@pulumi/pulumi": "^3.
|
|
159
|
-
"@storm-software/config": "^1.137.
|
|
160
|
-
"@storm-software/config-tools": "^1.190.
|
|
158
|
+
"@pulumi/pulumi": "^3.238.0",
|
|
159
|
+
"@storm-software/config": "^1.137.38",
|
|
160
|
+
"@storm-software/config-tools": "^1.190.5",
|
|
161
161
|
"defu": "6.1.4",
|
|
162
162
|
"shelljs": "^0.8.5"
|
|
163
163
|
},
|
|
164
164
|
"devDependencies": {
|
|
165
|
-
"@nx/devkit": "22.
|
|
166
|
-
"@types/node": "^25.
|
|
167
|
-
"nx": "22.
|
|
165
|
+
"@nx/devkit": "22.7.1",
|
|
166
|
+
"@types/node": "^25.7.0",
|
|
167
|
+
"nx": "22.7.1",
|
|
168
168
|
"tsup": "8.4.0",
|
|
169
169
|
"untyped": "^2.0.0"
|
|
170
170
|
},
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "4c0d75cede50bb0b2fa1765b3df4217e5315b0dd"
|
|
175
175
|
}
|