@storm-software/pulumi-tools 0.22.182 → 0.22.184
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 +20 -0
- package/dist/{chunk-RKQV3GFZ.mjs → chunk-33MLFTMV.mjs} +1 -1
- package/dist/{chunk-TXKBQVVH.mjs → chunk-3OBKLSKV.mjs} +1 -1
- package/dist/{chunk-7BXOFUNP.mjs → chunk-6OS3PBAO.mjs} +1 -1
- package/dist/{chunk-MHK6AUQK.mjs → chunk-AG3EJTZ6.mjs} +1 -1
- package/dist/{chunk-B5MTQNQZ.mjs → chunk-JNOSPOMO.mjs} +1 -1
- package/dist/{chunk-3GEIE777.mjs → chunk-NEUCJKON.mjs} +1 -1
- package/dist/{chunk-7YWDGFR3.mjs → chunk-SMV45ST7.mjs} +1 -1
- package/dist/{chunk-TSL6YDD5.mjs → chunk-YRUI4OMD.mjs} +1 -1
- package/dist/{chunk-NPN7FWWI.mjs → chunk-ZS6U5C64.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 +21 -31
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Pulumi Tools
|
|
4
4
|
|
|
5
|
+
## [0.22.183](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.183) (05/14/2026)
|
|
6
|
+
|
|
7
|
+
### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- Updated **workspace-tools** to **v1.295.68**
|
|
10
|
+
- Updated **config-tools** to **v1.190.8**
|
|
11
|
+
- Updated **config** to **v1.137.41**
|
|
12
|
+
|
|
13
|
+
## [0.22.182](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.182) (05/14/2026)
|
|
14
|
+
|
|
15
|
+
### Miscellaneous
|
|
16
|
+
|
|
17
|
+
- **monorepo:** Regenerate workspace packages' `README.md` files ([ec3df43cd](https://github.com/storm-software/storm-ops/commit/ec3df43cd))
|
|
18
|
+
|
|
19
|
+
### Updated Dependencies
|
|
20
|
+
|
|
21
|
+
- Updated **workspace-tools** to **v1.295.67**
|
|
22
|
+
- Updated **config-tools** to **v1.190.7**
|
|
23
|
+
- Updated **config** to **v1.137.40**
|
|
24
|
+
|
|
5
25
|
## [0.22.181](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.22.181) (05/14/2026)
|
|
6
26
|
|
|
7
27
|
### Updated Dependencies
|
|
@@ -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__ee660894a0d1a4dcb198812a3d5464de/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.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-3OBKLSKV.mjs";
|
|
3
|
+
import "./chunk-NEUCJKON.mjs";
|
|
4
|
+
import "./chunk-6OS3PBAO.mjs";
|
|
5
|
+
import "./chunk-JNOSPOMO.mjs";
|
|
6
|
+
import "./chunk-33MLFTMV.mjs";
|
|
7
|
+
import "./chunk-ZS6U5C64.mjs";
|
|
8
|
+
import "./chunk-AG3EJTZ6.mjs";
|
|
9
|
+
import "./chunk-YRUI4OMD.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-SMV45ST7.mjs";
|
|
5
5
|
import "./chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "./chunk-
|
|
7
|
-
import "./chunk-
|
|
6
|
+
import "./chunk-AG3EJTZ6.mjs";
|
|
7
|
+
import "./chunk-YRUI4OMD.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-3OBKLSKV.mjs";
|
|
12
|
+
import "./chunk-NEUCJKON.mjs";
|
|
13
|
+
import "./chunk-6OS3PBAO.mjs";
|
|
14
|
+
import "./chunk-JNOSPOMO.mjs";
|
|
15
15
|
import "./chunk-23KFTIT2.mjs";
|
|
16
16
|
import {
|
|
17
17
|
initGeneratorFn
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-SMV45ST7.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-33MLFTMV.mjs";
|
|
25
25
|
import {
|
|
26
26
|
withPulumiExecutor
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
29
|
-
import "./chunk-
|
|
27
|
+
} from "./chunk-ZS6U5C64.mjs";
|
|
28
|
+
import "./chunk-AG3EJTZ6.mjs";
|
|
29
|
+
import "./chunk-YRUI4OMD.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-ZS6U5C64.mjs";
|
|
4
|
+
import "../../chunk-AG3EJTZ6.mjs";
|
|
5
|
+
import "../../chunk-YRUI4OMD.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-ZS6U5C64.mjs";
|
|
9
|
+
import "../../chunk-AG3EJTZ6.mjs";
|
|
10
|
+
import "../../chunk-YRUI4OMD.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-33MLFTMV.mjs";
|
|
4
|
+
import "../../../chunk-ZS6U5C64.mjs";
|
|
5
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
6
|
+
import "../../../chunk-YRUI4OMD.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-3OBKLSKV.mjs";
|
|
4
|
+
import "../../../chunk-ZS6U5C64.mjs";
|
|
5
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
6
|
+
import "../../../chunk-YRUI4OMD.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-NEUCJKON.mjs";
|
|
4
|
+
import "../../../chunk-ZS6U5C64.mjs";
|
|
5
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
6
|
+
import "../../../chunk-YRUI4OMD.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-6OS3PBAO.mjs";
|
|
4
|
+
import "../../../chunk-ZS6U5C64.mjs";
|
|
5
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
6
|
+
import "../../../chunk-YRUI4OMD.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-JNOSPOMO.mjs";
|
|
4
|
+
import "../../../chunk-ZS6U5C64.mjs";
|
|
5
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
6
|
+
import "../../../chunk-YRUI4OMD.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-SMV45ST7.mjs";
|
|
5
5
|
import "../../../chunk-5TB4HFDP.mjs";
|
|
6
|
-
import "../../../chunk-
|
|
7
|
-
import "../../../chunk-
|
|
6
|
+
import "../../../chunk-AG3EJTZ6.mjs";
|
|
7
|
+
import "../../../chunk-YRUI4OMD.mjs";
|
|
8
8
|
export {
|
|
9
9
|
generator_default as default,
|
|
10
10
|
initGeneratorFn
|
package/dist/tsup.config.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/pulumi-tools",
|
|
3
|
-
"version": "0.22.
|
|
4
|
-
"type": "commonjs",
|
|
3
|
+
"version": "0.22.184",
|
|
5
4
|
"description": "Tools for managing Pulumi infrastructure within a Nx workspace.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"iac",
|
|
7
|
+
"infrastructure",
|
|
8
|
+
"monorepo",
|
|
9
|
+
"pulumi",
|
|
10
|
+
"storm",
|
|
11
|
+
"storm-ops",
|
|
12
|
+
"storm-stack",
|
|
13
|
+
"sullivanpj"
|
|
14
|
+
],
|
|
15
|
+
"homepage": "https://stormsoftware.com",
|
|
16
|
+
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
6
17
|
"repository": {
|
|
7
18
|
"type": "github",
|
|
8
19
|
"url": "https://github.com/storm-software/storm-ops",
|
|
9
20
|
"directory": "packages/pulumi-tools"
|
|
10
21
|
},
|
|
11
|
-
"
|
|
12
|
-
"bugs": "https://github.com/storm-software/storm-ops/issues",
|
|
22
|
+
"license": "Apache-2.0",
|
|
13
23
|
"author": {
|
|
14
24
|
"name": "Storm Software",
|
|
15
25
|
"email": "contact@stormsoftware.com",
|
|
16
26
|
"url": "https://stormsoftware.com"
|
|
17
27
|
},
|
|
18
|
-
"
|
|
19
|
-
"private": false,
|
|
20
|
-
"main": "dist/index.js",
|
|
21
|
-
"module": "dist/index.mjs",
|
|
28
|
+
"type": "commonjs",
|
|
22
29
|
"exports": {
|
|
23
30
|
"./package.json": "./package.json",
|
|
24
31
|
"./docs/*": "./docs/*",
|
|
@@ -130,34 +137,17 @@
|
|
|
130
137
|
"./executors/*/executor.js": "./dist/src/executors/*/executor.js",
|
|
131
138
|
"./generators/*/generators.js": "./dist/src/generators/*/generator.js"
|
|
132
139
|
},
|
|
140
|
+
"main": "dist/index.js",
|
|
141
|
+
"module": "dist/index.mjs",
|
|
133
142
|
"typings": "dist/index.d.ts",
|
|
134
|
-
"keywords": [
|
|
135
|
-
"iac",
|
|
136
|
-
"infrastructure",
|
|
137
|
-
"monorepo",
|
|
138
|
-
"pulumi",
|
|
139
|
-
"storm",
|
|
140
|
-
"storm-ops",
|
|
141
|
-
"storm-stack",
|
|
142
|
-
"sullivanpj"
|
|
143
|
-
],
|
|
144
|
-
"peerDependencies": {
|
|
145
|
-
"@nx/devkit": "22.7.1",
|
|
146
|
-
"@storm-software/workspace-tools": ">=1.267.0",
|
|
147
|
-
"tsup": "8.4.0"
|
|
148
|
-
},
|
|
149
|
-
"peerDependenciesMeta": {
|
|
150
|
-
"@nx/devkit": { "optional": false },
|
|
151
|
-
"@pulumi/pulumi": { "optional": false },
|
|
152
|
-
"nx": { "optional": false }
|
|
153
|
-
},
|
|
154
143
|
"dependencies": {
|
|
155
144
|
"@nx/devkit": "22.7.1",
|
|
156
145
|
"@pulumi/aws": "^6.83.3",
|
|
157
146
|
"@pulumi/awsx": "^2.22.0",
|
|
158
147
|
"@pulumi/pulumi": "^3.238.0",
|
|
159
|
-
"@storm-software/config": "1.137.
|
|
160
|
-
"@storm-software/config-tools": "1.190.
|
|
148
|
+
"@storm-software/config": "^1.137.42",
|
|
149
|
+
"@storm-software/config-tools": "^1.190.9",
|
|
150
|
+
"@storm-software/workspace-tools": "^1.295.69",
|
|
161
151
|
"defu": "6.1.4",
|
|
162
152
|
"shelljs": "^0.8.5"
|
|
163
153
|
},
|
|
@@ -171,5 +161,5 @@
|
|
|
171
161
|
"publishConfig": { "access": "public" },
|
|
172
162
|
"executors": "./executors.json",
|
|
173
163
|
"generators": "./generators.json",
|
|
174
|
-
"gitHead": "
|
|
164
|
+
"gitHead": "a4b65b197099bab714d4fc5f6c5322375cb05c9e"
|
|
175
165
|
}
|