@storm-software/pulumi-tools 0.7.33 → 0.7.35

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +99 -40
  2. package/README.md +7 -7
  3. package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
  4. package/dist/{chunk-5H6VSOGJ.mjs → chunk-4IQTGKLU.mjs} +1 -1
  5. package/dist/{chunk-NX3OSK42.mjs → chunk-5EAXI5VS.mjs} +2 -2
  6. package/dist/{chunk-J67CDMJQ.js → chunk-BFQTJ7I3.js} +444 -459
  7. package/dist/{chunk-2X56VZF4.mjs → chunk-BHPF3Z2K.mjs} +1 -1
  8. package/dist/{chunk-CCTQVQPZ.js → chunk-DWPTI4FZ.js} +2 -2
  9. package/dist/{chunk-DXMUEDWS.js → chunk-GN2FDH3O.js} +2 -2
  10. package/dist/{chunk-V6HZK3HQ.mjs → chunk-IGLU7MRU.mjs} +1 -1
  11. package/dist/{chunk-DMZH2LTU.js → chunk-J4J2DP62.js} +3 -3
  12. package/dist/{chunk-UZDQXNWJ.js → chunk-LF7AM2SN.js} +2 -2
  13. package/dist/{chunk-A5P4P7EM.js → chunk-NWUENBI4.js} +2 -2
  14. package/dist/{chunk-VQTLM4TK.mjs → chunk-TLK5O377.mjs} +413 -428
  15. package/dist/{chunk-6Q5RPJFO.mjs → chunk-TP5PC7K5.mjs} +3 -3
  16. package/dist/{chunk-YLBLU7WG.mjs → chunk-TUJHGWNG.mjs} +1 -1
  17. package/dist/{chunk-QPASYUSE.mjs → chunk-UF7ZCXHA.mjs} +1 -1
  18. package/dist/{chunk-PTCFM37L.js → chunk-Y6K5MKSO.js} +2 -2
  19. package/dist/{chunk-NHWCRKCE.mjs → chunk-YH7Y5GNY.mjs} +1 -1
  20. package/dist/{chunk-5FEXVTSH.js → chunk-YMB64S2H.js} +5 -5
  21. package/dist/executors.d.mts +1 -1
  22. package/dist/executors.d.ts +1 -1
  23. package/dist/executors.js +7 -7
  24. package/dist/executors.mjs +8 -8
  25. package/dist/{generators-BqtVID0f.d.ts → generators-Bua4nMog.d.ts} +1 -1
  26. package/dist/{generators-9HIDBCUE.d.mts → generators-CrZPZKBW.d.mts} +1 -1
  27. package/dist/generators.d.mts +2 -2
  28. package/dist/generators.d.ts +2 -2
  29. package/dist/generators.js +3 -3
  30. package/dist/generators.mjs +4 -4
  31. package/dist/index.d.mts +2 -2
  32. package/dist/index.d.ts +2 -2
  33. package/dist/index.js +9 -9
  34. package/dist/index.mjs +10 -10
  35. package/dist/src/base/base-executor.d.mts +1 -1
  36. package/dist/src/base/base-executor.d.ts +1 -1
  37. package/dist/src/base/base-executor.js +3 -3
  38. package/dist/src/base/base-executor.mjs +3 -3
  39. package/dist/src/base/index.d.mts +1 -1
  40. package/dist/src/base/index.d.ts +1 -1
  41. package/dist/src/base/index.js +3 -3
  42. package/dist/src/base/index.mjs +4 -4
  43. package/dist/src/base/providers.mjs +2 -2
  44. package/dist/src/executors/config/executor.d.mts +1 -1
  45. package/dist/src/executors/config/executor.d.ts +1 -1
  46. package/dist/src/executors/config/executor.js +4 -4
  47. package/dist/src/executors/config/executor.mjs +4 -4
  48. package/dist/src/executors/import/executor.d.mts +1 -1
  49. package/dist/src/executors/import/executor.d.ts +1 -1
  50. package/dist/src/executors/import/executor.js +4 -4
  51. package/dist/src/executors/import/executor.mjs +4 -4
  52. package/dist/src/executors/preview/executor.d.mts +1 -1
  53. package/dist/src/executors/preview/executor.d.ts +1 -1
  54. package/dist/src/executors/preview/executor.js +4 -4
  55. package/dist/src/executors/preview/executor.mjs +4 -4
  56. package/dist/src/executors/refresh/executor.d.mts +1 -1
  57. package/dist/src/executors/refresh/executor.d.ts +1 -1
  58. package/dist/src/executors/refresh/executor.js +4 -4
  59. package/dist/src/executors/refresh/executor.mjs +4 -4
  60. package/dist/src/executors/up/executor.d.mts +1 -1
  61. package/dist/src/executors/up/executor.d.ts +1 -1
  62. package/dist/src/executors/up/executor.js +4 -4
  63. package/dist/src/executors/up/executor.mjs +4 -4
  64. package/dist/src/generators/init/generator.d.mts +2 -2
  65. package/dist/src/generators/init/generator.d.ts +2 -2
  66. package/dist/src/generators/init/generator.js +3 -3
  67. package/dist/src/generators/init/generator.mjs +4 -4
  68. package/dist/tsup.config.mjs +1 -1
  69. package/dist/{types-HiZpltUX.d.mts → types-BXfk4hPO.d.mts} +67 -3
  70. package/dist/{types-HiZpltUX.d.ts → types-BXfk4hPO.d.ts} +67 -3
  71. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,223 +1,282 @@
1
+ ![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Pulumi Tools
4
+
5
+ ## [0.7.35](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.35) (2025-03-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
11
+
12
+ ## 0.7.34 (2025-02-06)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
18
+
1
19
  ## 0.7.33 (2025-02-05)
2
20
 
3
21
  ### Miscellaneous
4
22
 
5
- - **monorepo:** Regenerate README markdown files ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
6
25
 
7
26
  ## 0.7.32 (2025-02-05)
8
27
 
9
28
  ### Miscellaneous
10
29
 
11
- - **monorepo:** Regenerate README markdown files ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
30
+ - **monorepo:** Regenerate README markdown files
31
+ ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
12
32
 
13
33
  ## 0.7.31 (2025-02-05)
14
34
 
15
35
  ### Miscellaneous
16
36
 
17
- - **monorepo:** Regenerate README markdown files ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
37
+ - **monorepo:** Regenerate README markdown files
38
+ ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
18
39
 
19
40
  ## 0.7.30 (2025-02-05)
20
41
 
21
42
  ### Miscellaneous
22
43
 
23
- - **monorepo:** Regenerated README markdown files ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
44
+ - **monorepo:** Regenerated README markdown files
45
+ ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
24
46
 
25
47
  ## 0.7.29 (2025-02-04)
26
48
 
27
49
  ### Miscellaneous
28
50
 
29
- - **monorepo:** Regenerate README markdown files ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
51
+ - **monorepo:** Regenerate README markdown files
52
+ ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
30
53
 
31
54
  ## 0.7.28 (2025-02-04)
32
55
 
33
56
  ### Miscellaneous
34
57
 
35
- - **monorepo:** Regenerate README markdown files ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
58
+ - **monorepo:** Regenerate README markdown files
59
+ ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
36
60
 
37
61
  ## 0.7.27 (2025-02-04)
38
62
 
39
63
  ### Miscellaneous
40
64
 
41
- - **monorepo:** Generate README markdown files ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
65
+ - **monorepo:** Generate README markdown files
66
+ ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
42
67
 
43
68
  ## 0.7.26 (2025-02-04)
44
69
 
45
70
  ### Miscellaneous
46
71
 
47
- - **monorepo:** Regenerate README markdown files ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
72
+ - **monorepo:** Regenerate README markdown files
73
+ ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
48
74
 
49
75
  ## 0.7.25 (2025-02-04)
50
76
 
51
77
  ### Miscellaneous
52
78
 
53
- - **monorepo:** Regenerate README markdown files ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
79
+ - **monorepo:** Regenerate README markdown files
80
+ ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
54
81
 
55
82
  ## 0.7.24 (2025-02-04)
56
83
 
57
84
  ### Miscellaneous
58
85
 
59
- - **monorepo:** Regenerate README markdown files ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
86
+ - **monorepo:** Regenerate README markdown files
87
+ ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
60
88
 
61
89
  ## 0.7.23 (2025-02-04)
62
90
 
63
91
  ### Bug Fixes
64
92
 
65
- - **monorepo:** Resolve issue with inconsistent `chalk` versions ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
93
+ - **monorepo:** Resolve issue with inconsistent `chalk` versions
94
+ ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
66
95
 
67
96
  ## 0.7.22 (2025-02-04)
68
97
 
69
98
  ### Bug Fixes
70
99
 
71
- - **monorepo:** Resolved issue with invalid `prettier` config used in hooks ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
100
+ - **monorepo:** Resolved issue with invalid `prettier` config used in hooks
101
+ ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
72
102
 
73
103
  ### Miscellaneous
74
104
 
75
- - **monorepo:** Reformat the repo's files ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
76
- - **monorepo:** Regenerate README markdown files ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
105
+ - **monorepo:** Reformat the repo's files
106
+ ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
107
+ - **monorepo:** Regenerate README markdown files
108
+ ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
77
109
 
78
110
  ## 0.7.21 (2025-02-03)
79
111
 
80
112
  ### Miscellaneous
81
113
 
82
- - **monorepo:** Regenerate README markdown files ([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
83
- - **monorepo:** Regenerate README markdown files ([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
114
+ - **monorepo:** Regenerate README markdown files
115
+ ([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
116
+ - **monorepo:** Regenerate README markdown files
117
+ ([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
84
118
 
85
119
  ## 0.7.20 (2025-02-02)
86
120
 
87
121
  ### Miscellaneous
88
122
 
89
- - **monorepo:** Regenerate README markdown files ([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
123
+ - **monorepo:** Regenerate README markdown files
124
+ ([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
90
125
 
91
126
  ## 0.7.19 (2025-02-02)
92
127
 
93
128
  ### Miscellaneous
94
129
 
95
- - **monorepo:** Regenerate README markdown files ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
130
+ - **monorepo:** Regenerate README markdown files
131
+ ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
96
132
 
97
133
  ## 0.7.18 (2025-02-02)
98
134
 
99
135
  ### Miscellaneous
100
136
 
101
- - **monorepo:** Regenerate README markdown files ([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
137
+ - **monorepo:** Regenerate README markdown files
138
+ ([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
102
139
 
103
140
  ## 0.7.17 (2025-02-02)
104
141
 
105
142
  ### Miscellaneous
106
143
 
107
- - **monorepo:** Regenerate README markdown files ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
144
+ - **monorepo:** Regenerate README markdown files
145
+ ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
108
146
 
109
147
  ## 0.7.16 (2025-02-02)
110
148
 
111
149
  ### Miscellaneous
112
150
 
113
- - **monorepo:** Regenerate README markdown files ([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
151
+ - **monorepo:** Regenerate README markdown files
152
+ ([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
114
153
 
115
154
  ## 0.7.15 (2025-02-02)
116
155
 
117
156
  ### Miscellaneous
118
157
 
119
- - **monorepo:** Regenerate README markdown files ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
158
+ - **monorepo:** Regenerate README markdown files
159
+ ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
120
160
 
121
161
  ## 0.7.14 (2025-02-02)
122
162
 
123
163
  ### Miscellaneous
124
164
 
125
- - **monorepo:** Regenerate README markdown files ([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
165
+ - **monorepo:** Regenerate README markdown files
166
+ ([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
126
167
 
127
168
  ## 0.7.13 (2025-02-02)
128
169
 
129
170
  ### Miscellaneous
130
171
 
131
- - **monorepo:** Regenerate README markdown files ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
172
+ - **monorepo:** Regenerate README markdown files
173
+ ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
132
174
 
133
175
  ## 0.7.12 (2025-02-02)
134
176
 
135
177
  ### Miscellaneous
136
178
 
137
- - **monorepo:** Regenerate README markdown files ([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
179
+ - **monorepo:** Regenerate README markdown files
180
+ ([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
138
181
 
139
182
  ## 0.7.11 (2025-02-02)
140
183
 
141
184
  ### Miscellaneous
142
185
 
143
- - **monorepo:** Regenerate README markdown files ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
186
+ - **monorepo:** Regenerate README markdown files
187
+ ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
144
188
 
145
189
  ## 0.7.10 (2025-02-02)
146
190
 
147
191
  ### Miscellaneous
148
192
 
149
- - **monorepo:** Regenerate README markdown files ([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
193
+ - **monorepo:** Regenerate README markdown files
194
+ ([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
150
195
 
151
196
  ## 0.7.9 (2025-02-01)
152
197
 
153
198
  ### Miscellaneous
154
199
 
155
- - **monorepo:** Regenerate README markdown files ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
200
+ - **monorepo:** Regenerate README markdown files
201
+ ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
156
202
 
157
203
  ## 0.7.8 (2025-02-01)
158
204
 
159
205
  ### Miscellaneous
160
206
 
161
- - **monorepo:** Regenerate README markdown files ([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
207
+ - **monorepo:** Regenerate README markdown files
208
+ ([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
162
209
 
163
210
  ## 0.7.7 (2025-01-29)
164
211
 
165
212
  ### Miscellaneous
166
213
 
167
- - **monorepo:** Regenerate README markdown files ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
214
+ - **monorepo:** Regenerate README markdown files
215
+ ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
168
216
 
169
217
  ## 0.7.6 (2025-01-29)
170
218
 
171
219
  ### Bug Fixes
172
220
 
173
- - **unbuild:** Resolved issue applying plugins ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
221
+ - **unbuild:** Resolved issue applying plugins
222
+ ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
174
223
 
175
224
  ## 0.7.5 (2025-01-29)
176
225
 
177
226
  ### Miscellaneous
178
227
 
179
- - **monorepo:** Regenerate README markdown files ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
228
+ - **monorepo:** Regenerate README markdown files
229
+ ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
180
230
 
181
231
  ## 0.7.4 (2025-01-23)
182
232
 
183
233
  ### Bug Fixes
184
234
 
185
- - **monorepo:** Resolve issue with internal package referencing ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
235
+ - **monorepo:** Resolve issue with internal package referencing
236
+ ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
186
237
 
187
238
  ## 0.7.3 (2025-01-20)
188
239
 
189
240
  ### Bug Fixes
190
241
 
191
- - **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
242
+ - **untyped:** Resovle bundling issue with externals
243
+ ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
192
244
 
193
245
  ## 0.7.2 (2025-01-20)
194
246
 
195
247
  ### Bug Fixes
196
248
 
197
- - **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
249
+ - **unbuild:** Update package to bundle the `unbuild` package for distribution
250
+ ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
198
251
 
199
252
  ## 0.7.1 (2025-01-20)
200
253
 
201
254
  ### Bug Fixes
202
255
 
203
- - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
256
+ - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
257
+ ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
204
258
 
205
259
  ## 0.7.0 (2025-01-20)
206
260
 
207
261
  ### Features
208
262
 
209
- - **untyped:** Standard file name changes to avoid collisions ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
263
+ - **untyped:** Standard file name changes to avoid collisions
264
+ ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
210
265
 
211
266
  ### Bug Fixes
212
267
 
213
- - **pulumi-tools:** Resolved issue with invalid import paths ([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
214
- - **workspace-tools:** Resolved issues with import paths ([9eeb1f73](https://github.com/storm-software/storm-ops/commit/9eeb1f73))
268
+ - **pulumi-tools:** Resolved issue with invalid import paths
269
+ ([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
270
+ - **workspace-tools:** Resolved issues with import paths
271
+ ([9eeb1f73](https://github.com/storm-software/storm-ops/commit/9eeb1f73))
215
272
 
216
273
  ## 0.6.0 (2025-01-20)
217
274
 
218
275
  ### Features
219
276
 
220
- - **workspace-tools:** Update Nx plugin packages to use new build/dist infrastructure ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
277
+ - **workspace-tools:** Update Nx plugin packages to use new build/dist
278
+ infrastructure
279
+ ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
221
280
 
222
281
  ## 0.5.1 (2025-01-09)
223
282
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
6
+ <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
7
  <br />
8
8
 
9
9
  <div align="center">
@@ -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
- [![Version](https://img.shields.io/badge/version-0.7.32-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.7.34-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -33,7 +33,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
33
33
  <!-- prettier-ignore-end -->
34
34
 
35
35
  <div align="center">
36
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
36
+ <b>Be sure to ⭐ this <a href="https://github.com/storm-software/storm-ops" target="_blank">repository on GitHub</a> so you can keep up to date on any daily progress!</b>
37
37
  </div>
38
38
 
39
39
  <br />
@@ -454,7 +454,7 @@ specification. Contributions of any kind welcome!
454
454
  <br />
455
455
 
456
456
  <div align="center">
457
- <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
457
+ <img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
458
458
  </div>
459
459
  <br />
460
460
 
@@ -463,7 +463,7 @@ specification. Contributions of any kind welcome!
463
463
  </div>
464
464
 
465
465
  <div align="center">
466
- <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
466
+ <b>Fingerprint:</b> F47F 1853 BCAD DE9B 42C8 6316 9FDE EC95 47FE D106
467
467
  </div>
468
468
  <br />
469
469
 
@@ -486,9 +486,9 @@ channel!
486
486
 
487
487
  <br />
488
488
 
489
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
489
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
490
490
  <br />
491
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
491
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
492
492
 
493
493
  <br />
494
494
 
@@ -7,7 +7,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
7
7
  throw Error('Dynamic require of "' + x + '" is not supported');
8
8
  });
9
9
 
10
- // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.2_@types+node@22.13.0__@swc+core@1.7.26_@swc+helpers_kupakjppxzf7wv7pnek6irqjpq/node_modules/tsup/assets/esm_shims.js
10
+ // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.51.1_@types+node@22.13.9__@swc+core@1.7.26_@swc+h_15d7298fb4f51a3f0d8d4a9f5c0e1421/node_modules/tsup/assets/esm_shims.js
11
11
  import { fileURLToPath } from "url";
12
12
  import path from "path";
13
13
  var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withPulumiExecutor
3
- } from "./chunk-NX3OSK42.mjs";
3
+ } from "./chunk-5EAXI5VS.mjs";
4
4
 
5
5
  // src/executors/config/executor.ts
6
6
  var executor_default = withPulumiExecutor("config", (options) => [
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  run,
3
3
  withRunExecutor
4
- } from "./chunk-VQTLM4TK.mjs";
4
+ } from "./chunk-TLK5O377.mjs";
5
5
  import {
6
6
  __name
7
- } from "./chunk-R7DU2APC.mjs";
7
+ } from "./chunk-2BPV2XV2.mjs";
8
8
 
9
9
  // src/base/base-executor.ts
10
10
  import { join } from "node:path";