@storm-software/pulumi-tools 0.7.34 → 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 +94 -41
  2. package/README.md +6 -6
  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,229 +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
+
1
12
  ## 0.7.34 (2025-02-06)
2
13
 
3
14
  ### Miscellaneous
4
15
 
5
- - **monorepo:** Regenerate README markdown files ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
6
18
 
7
19
  ## 0.7.33 (2025-02-05)
8
20
 
9
21
  ### Miscellaneous
10
22
 
11
- - **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))
12
25
 
13
26
  ## 0.7.32 (2025-02-05)
14
27
 
15
28
  ### Miscellaneous
16
29
 
17
- - **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))
18
32
 
19
33
  ## 0.7.31 (2025-02-05)
20
34
 
21
35
  ### Miscellaneous
22
36
 
23
- - **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))
24
39
 
25
40
  ## 0.7.30 (2025-02-05)
26
41
 
27
42
  ### Miscellaneous
28
43
 
29
- - **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))
30
46
 
31
47
  ## 0.7.29 (2025-02-04)
32
48
 
33
49
  ### Miscellaneous
34
50
 
35
- - **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))
36
53
 
37
54
  ## 0.7.28 (2025-02-04)
38
55
 
39
56
  ### Miscellaneous
40
57
 
41
- - **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))
42
60
 
43
61
  ## 0.7.27 (2025-02-04)
44
62
 
45
63
  ### Miscellaneous
46
64
 
47
- - **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))
48
67
 
49
68
  ## 0.7.26 (2025-02-04)
50
69
 
51
70
  ### Miscellaneous
52
71
 
53
- - **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))
54
74
 
55
75
  ## 0.7.25 (2025-02-04)
56
76
 
57
77
  ### Miscellaneous
58
78
 
59
- - **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))
60
81
 
61
82
  ## 0.7.24 (2025-02-04)
62
83
 
63
84
  ### Miscellaneous
64
85
 
65
- - **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))
66
88
 
67
89
  ## 0.7.23 (2025-02-04)
68
90
 
69
91
  ### Bug Fixes
70
92
 
71
- - **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))
72
95
 
73
96
  ## 0.7.22 (2025-02-04)
74
97
 
75
98
  ### Bug Fixes
76
99
 
77
- - **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))
78
102
 
79
103
  ### Miscellaneous
80
104
 
81
- - **monorepo:** Reformat the repo's files ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
82
- - **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))
83
109
 
84
110
  ## 0.7.21 (2025-02-03)
85
111
 
86
112
  ### Miscellaneous
87
113
 
88
- - **monorepo:** Regenerate README markdown files ([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
89
- - **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))
90
118
 
91
119
  ## 0.7.20 (2025-02-02)
92
120
 
93
121
  ### Miscellaneous
94
122
 
95
- - **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))
96
125
 
97
126
  ## 0.7.19 (2025-02-02)
98
127
 
99
128
  ### Miscellaneous
100
129
 
101
- - **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))
102
132
 
103
133
  ## 0.7.18 (2025-02-02)
104
134
 
105
135
  ### Miscellaneous
106
136
 
107
- - **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))
108
139
 
109
140
  ## 0.7.17 (2025-02-02)
110
141
 
111
142
  ### Miscellaneous
112
143
 
113
- - **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))
114
146
 
115
147
  ## 0.7.16 (2025-02-02)
116
148
 
117
149
  ### Miscellaneous
118
150
 
119
- - **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))
120
153
 
121
154
  ## 0.7.15 (2025-02-02)
122
155
 
123
156
  ### Miscellaneous
124
157
 
125
- - **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))
126
160
 
127
161
  ## 0.7.14 (2025-02-02)
128
162
 
129
163
  ### Miscellaneous
130
164
 
131
- - **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))
132
167
 
133
168
  ## 0.7.13 (2025-02-02)
134
169
 
135
170
  ### Miscellaneous
136
171
 
137
- - **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))
138
174
 
139
175
  ## 0.7.12 (2025-02-02)
140
176
 
141
177
  ### Miscellaneous
142
178
 
143
- - **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))
144
181
 
145
182
  ## 0.7.11 (2025-02-02)
146
183
 
147
184
  ### Miscellaneous
148
185
 
149
- - **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))
150
188
 
151
189
  ## 0.7.10 (2025-02-02)
152
190
 
153
191
  ### Miscellaneous
154
192
 
155
- - **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))
156
195
 
157
196
  ## 0.7.9 (2025-02-01)
158
197
 
159
198
  ### Miscellaneous
160
199
 
161
- - **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))
162
202
 
163
203
  ## 0.7.8 (2025-02-01)
164
204
 
165
205
  ### Miscellaneous
166
206
 
167
- - **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))
168
209
 
169
210
  ## 0.7.7 (2025-01-29)
170
211
 
171
212
  ### Miscellaneous
172
213
 
173
- - **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))
174
216
 
175
217
  ## 0.7.6 (2025-01-29)
176
218
 
177
219
  ### Bug Fixes
178
220
 
179
- - **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))
180
223
 
181
224
  ## 0.7.5 (2025-01-29)
182
225
 
183
226
  ### Miscellaneous
184
227
 
185
- - **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))
186
230
 
187
231
  ## 0.7.4 (2025-01-23)
188
232
 
189
233
  ### Bug Fixes
190
234
 
191
- - **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))
192
237
 
193
238
  ## 0.7.3 (2025-01-20)
194
239
 
195
240
  ### Bug Fixes
196
241
 
197
- - **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))
198
244
 
199
245
  ## 0.7.2 (2025-01-20)
200
246
 
201
247
  ### Bug Fixes
202
248
 
203
- - **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))
204
251
 
205
252
  ## 0.7.1 (2025-01-20)
206
253
 
207
254
  ### Bug Fixes
208
255
 
209
- - **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))
210
258
 
211
259
  ## 0.7.0 (2025-01-20)
212
260
 
213
261
  ### Features
214
262
 
215
- - **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))
216
265
 
217
266
  ### Bug Fixes
218
267
 
219
- - **pulumi-tools:** Resolved issue with invalid import paths ([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
220
- - **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))
221
272
 
222
273
  ## 0.6.0 (2025-01-20)
223
274
 
224
275
  ### Features
225
276
 
226
- - **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))
227
280
 
228
281
  ## 0.5.1 (2025-01-09)
229
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">
@@ -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";