@storm-software/pulumi-tools 0.14.21 → 0.15.1
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 +41 -0
- package/README.md +2 -1
- package/dist/{chunk-5BIYRGVL.mjs → chunk-3LK3U3U5.mjs} +1 -1
- package/dist/{chunk-JBHHZOZ2.mjs → chunk-6T6ZFIWY.mjs} +1 -1
- package/dist/{chunk-XTVZEZAI.mjs → chunk-AAHPSN3V.mjs} +1 -1
- package/dist/{chunk-ELDFGBCC.mjs → chunk-C3X4G5W2.mjs} +1 -1
- package/dist/{chunk-DPBZAMXU.mjs → chunk-FNDZA2GX.mjs} +1 -1
- package/dist/{chunk-6AG5RO56.mjs → chunk-MX25TW4U.mjs} +1 -1
- package/dist/{chunk-D7VMPRRO.mjs → chunk-QSON2ROF.mjs} +1 -1
- package/dist/{chunk-ZFRVRINB.mjs → chunk-U6HQJPYU.mjs} +1 -1
- package/dist/{chunk-MF6JHYBR.mjs → chunk-URGPIQOV.mjs} +1 -1
- package/dist/executors.mjs +8 -8
- package/dist/generators.mjs +3 -3
- 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 +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,47 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.15.0](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.15.0) (2025-08-05)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **workspace-tools:** Added the `enableTypeCheck` option to the base Nx plugin
|
|
10
|
+
([c11a3c96e](https://github.com/storm-software/storm-ops/commit/c11a3c96e))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([cf6bd2d92](https://github.com/storm-software/storm-ops/commit/cf6bd2d92))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated config-tools to 1.179.0
|
|
20
|
+
- Updated config to 1.127.0
|
|
21
|
+
|
|
22
|
+
## [0.14.22](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.22) (2025-08-05)
|
|
23
|
+
|
|
24
|
+
### Miscellaneous
|
|
25
|
+
|
|
26
|
+
- **monorepo:** Regenerate README markdown files
|
|
27
|
+
([21fa7cc54](https://github.com/storm-software/storm-ops/commit/21fa7cc54))
|
|
28
|
+
|
|
29
|
+
### Updated Dependencies
|
|
30
|
+
|
|
31
|
+
- Updated config-tools to 1.178.7
|
|
32
|
+
- Updated config to 1.126.11
|
|
33
|
+
|
|
34
|
+
## [0.14.21](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.21) (2025-08-05)
|
|
35
|
+
|
|
36
|
+
### Miscellaneous
|
|
37
|
+
|
|
38
|
+
- **monorepo:** Updated workspace package links
|
|
39
|
+
([ace2eb32c](https://github.com/storm-software/storm-ops/commit/ace2eb32c))
|
|
40
|
+
|
|
41
|
+
### Updated Dependencies
|
|
42
|
+
|
|
43
|
+
- Updated config-tools to 1.178.6
|
|
44
|
+
- Updated config to 1.126.10
|
|
45
|
+
|
|
5
46
|
## [0.14.20](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.14.20) (2025-08-05)
|
|
6
47
|
|
|
7
48
|
### 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 -->
|
|
@@ -40,6 +40,7 @@ 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
|
+
|
|
43
44
|
## Table of Contents
|
|
44
45
|
|
|
45
46
|
- [Storm Pulumi Tools](#storm-pulumi-tools)
|
|
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
|
|
|
5
5
|
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
6
6
|
});
|
|
7
7
|
|
|
8
|
-
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=
|
|
8
|
+
// ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__9f338f09b188b30c350deaf9c9e2a8e5/node_modules/tsup/assets/esm_shims.js
|
|
9
9
|
import { fileURLToPath } from "url";
|
|
10
10
|
import path from "path";
|
|
11
11
|
var getFilename = () => fileURLToPath(import.meta.url);
|
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-FNDZA2GX.mjs";
|
|
3
|
+
import "./chunk-C3X4G5W2.mjs";
|
|
4
|
+
import "./chunk-3LK3U3U5.mjs";
|
|
5
|
+
import "./chunk-MX25TW4U.mjs";
|
|
6
|
+
import "./chunk-QSON2ROF.mjs";
|
|
7
|
+
import "./chunk-AAHPSN3V.mjs";
|
|
8
|
+
import "./chunk-6T6ZFIWY.mjs";
|
|
9
|
+
import "./chunk-URGPIQOV.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-U6HQJPYU.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-6T6ZFIWY.mjs";
|
|
7
|
+
import "./chunk-URGPIQOV.mjs";
|
|
8
8
|
export {
|
|
9
9
|
initGeneratorFn
|
|
10
10
|
};
|
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-FNDZA2GX.mjs";
|
|
12
|
+
import "./chunk-C3X4G5W2.mjs";
|
|
13
|
+
import "./chunk-3LK3U3U5.mjs";
|
|
14
|
+
import "./chunk-MX25TW4U.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-U6HQJPYU.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-QSON2ROF.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-AAHPSN3V.mjs";
|
|
28
|
+
import "./chunk-6T6ZFIWY.mjs";
|
|
29
|
+
import "./chunk-URGPIQOV.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-AAHPSN3V.mjs";
|
|
4
|
+
import "../../chunk-6T6ZFIWY.mjs";
|
|
5
|
+
import "../../chunk-URGPIQOV.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-AAHPSN3V.mjs";
|
|
9
|
+
import "../../chunk-6T6ZFIWY.mjs";
|
|
10
|
+
import "../../chunk-URGPIQOV.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-QSON2ROF.mjs";
|
|
4
|
+
import "../../../chunk-AAHPSN3V.mjs";
|
|
5
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
6
|
+
import "../../../chunk-URGPIQOV.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-FNDZA2GX.mjs";
|
|
4
|
+
import "../../../chunk-AAHPSN3V.mjs";
|
|
5
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
6
|
+
import "../../../chunk-URGPIQOV.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-C3X4G5W2.mjs";
|
|
4
|
+
import "../../../chunk-AAHPSN3V.mjs";
|
|
5
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
6
|
+
import "../../../chunk-URGPIQOV.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-3LK3U3U5.mjs";
|
|
4
|
+
import "../../../chunk-AAHPSN3V.mjs";
|
|
5
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
6
|
+
import "../../../chunk-URGPIQOV.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-MX25TW4U.mjs";
|
|
4
|
+
import "../../../chunk-AAHPSN3V.mjs";
|
|
5
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
6
|
+
import "../../../chunk-URGPIQOV.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-U6HQJPYU.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-6T6ZFIWY.mjs";
|
|
7
|
+
import "../../../chunk-URGPIQOV.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.
|
|
3
|
+
"version": "0.15.1",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
6
6
|
"repository": {
|
|
@@ -156,8 +156,8 @@
|
|
|
156
156
|
"@pulumi/aws": "^6.83.0",
|
|
157
157
|
"@pulumi/awsx": "^2.22.0",
|
|
158
158
|
"@pulumi/pulumi": "^3.187.0",
|
|
159
|
-
"@storm-software/config": "^1.
|
|
160
|
-
"@storm-software/config-tools": "^1.
|
|
159
|
+
"@storm-software/config": "^1.127.1",
|
|
160
|
+
"@storm-software/config-tools": "^1.179.1",
|
|
161
161
|
"defu": "6.1.4",
|
|
162
162
|
"shelljs": "^0.8.5"
|
|
163
163
|
},
|
|
@@ -171,5 +171,5 @@
|
|
|
171
171
|
"publishConfig": { "access": "public" },
|
|
172
172
|
"executors": "./executors.json",
|
|
173
173
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
174
|
+
"gitHead": "e98f9f2645646b8bc1842cb3626e3defb604472f"
|
|
175
175
|
}
|