@storm-software/pulumi-tools 0.7.34 → 0.7.36

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 +101 -41
  2. package/README.md +7 -7
  3. package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
  4. package/dist/{chunk-DMZH2LTU.js → chunk-3LX4NVQO.js} +3 -3
  5. package/dist/{chunk-5FEXVTSH.js → chunk-4OAWMTW2.js} +5 -5
  6. package/dist/{chunk-J67CDMJQ.js → chunk-7E4BAGV4.js} +448 -458
  7. package/dist/{chunk-DXMUEDWS.js → chunk-DOEIIUAK.js} +2 -2
  8. package/dist/{chunk-6Q5RPJFO.mjs → chunk-E2VXYPAZ.mjs} +3 -3
  9. package/dist/{chunk-CCTQVQPZ.js → chunk-ED3N2WUA.js} +2 -2
  10. package/dist/{chunk-YLBLU7WG.mjs → chunk-EXMFPMKC.mjs} +1 -1
  11. package/dist/{chunk-UZDQXNWJ.js → chunk-IFU5G6WS.js} +2 -2
  12. package/dist/{chunk-5H6VSOGJ.mjs → chunk-JCVAXK2I.mjs} +1 -1
  13. package/dist/{chunk-A5P4P7EM.js → chunk-JMJUSHA5.js} +2 -2
  14. package/dist/{chunk-PTCFM37L.js → chunk-OLY7V742.js} +2 -2
  15. package/dist/{chunk-V6HZK3HQ.mjs → chunk-PBNI5CAA.mjs} +1 -1
  16. package/dist/{chunk-VQTLM4TK.mjs → chunk-QBXRJRMQ.mjs} +417 -427
  17. package/dist/{chunk-NHWCRKCE.mjs → chunk-SRM34MXU.mjs} +1 -1
  18. package/dist/{chunk-QPASYUSE.mjs → chunk-UF7ZCXHA.mjs} +1 -1
  19. package/dist/{chunk-NX3OSK42.mjs → chunk-V6VCKJTK.mjs} +2 -2
  20. package/dist/{chunk-2X56VZF4.mjs → chunk-ZAYVP3DS.mjs} +1 -1
  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,289 @@
1
+ ![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Pulumi Tools
4
+
5
+ ## [0.7.36](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.36) (2025-03-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([90d1828f9](https://github.com/storm-software/storm-ops/commit/90d1828f9))
11
+
12
+ ## [0.7.35](https://github.com/storm-software/storm-ops/releases/tag/pulumi-tools%400.7.35) (2025-03-17)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
18
+
1
19
  ## 0.7.34 (2025-02-06)
2
20
 
3
21
  ### Miscellaneous
4
22
 
5
- - **monorepo:** Regenerate README markdown files ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
6
25
 
7
26
  ## 0.7.33 (2025-02-05)
8
27
 
9
28
  ### Miscellaneous
10
29
 
11
- - **monorepo:** Regenerate README markdown files ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
30
+ - **monorepo:** Regenerate README markdown files
31
+ ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
12
32
 
13
33
  ## 0.7.32 (2025-02-05)
14
34
 
15
35
  ### Miscellaneous
16
36
 
17
- - **monorepo:** Regenerate README markdown files ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
37
+ - **monorepo:** Regenerate README markdown files
38
+ ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
18
39
 
19
40
  ## 0.7.31 (2025-02-05)
20
41
 
21
42
  ### Miscellaneous
22
43
 
23
- - **monorepo:** Regenerate README markdown files ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
44
+ - **monorepo:** Regenerate README markdown files
45
+ ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
24
46
 
25
47
  ## 0.7.30 (2025-02-05)
26
48
 
27
49
  ### Miscellaneous
28
50
 
29
- - **monorepo:** Regenerated README markdown files ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
51
+ - **monorepo:** Regenerated README markdown files
52
+ ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
30
53
 
31
54
  ## 0.7.29 (2025-02-04)
32
55
 
33
56
  ### Miscellaneous
34
57
 
35
- - **monorepo:** Regenerate README markdown files ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
58
+ - **monorepo:** Regenerate README markdown files
59
+ ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
36
60
 
37
61
  ## 0.7.28 (2025-02-04)
38
62
 
39
63
  ### Miscellaneous
40
64
 
41
- - **monorepo:** Regenerate README markdown files ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
65
+ - **monorepo:** Regenerate README markdown files
66
+ ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
42
67
 
43
68
  ## 0.7.27 (2025-02-04)
44
69
 
45
70
  ### Miscellaneous
46
71
 
47
- - **monorepo:** Generate README markdown files ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
72
+ - **monorepo:** Generate README markdown files
73
+ ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
48
74
 
49
75
  ## 0.7.26 (2025-02-04)
50
76
 
51
77
  ### Miscellaneous
52
78
 
53
- - **monorepo:** Regenerate README markdown files ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
79
+ - **monorepo:** Regenerate README markdown files
80
+ ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
54
81
 
55
82
  ## 0.7.25 (2025-02-04)
56
83
 
57
84
  ### Miscellaneous
58
85
 
59
- - **monorepo:** Regenerate README markdown files ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
86
+ - **monorepo:** Regenerate README markdown files
87
+ ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
60
88
 
61
89
  ## 0.7.24 (2025-02-04)
62
90
 
63
91
  ### Miscellaneous
64
92
 
65
- - **monorepo:** Regenerate README markdown files ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
93
+ - **monorepo:** Regenerate README markdown files
94
+ ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
66
95
 
67
96
  ## 0.7.23 (2025-02-04)
68
97
 
69
98
  ### Bug Fixes
70
99
 
71
- - **monorepo:** Resolve issue with inconsistent `chalk` versions ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
100
+ - **monorepo:** Resolve issue with inconsistent `chalk` versions
101
+ ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
72
102
 
73
103
  ## 0.7.22 (2025-02-04)
74
104
 
75
105
  ### Bug Fixes
76
106
 
77
- - **monorepo:** Resolved issue with invalid `prettier` config used in hooks ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
107
+ - **monorepo:** Resolved issue with invalid `prettier` config used in hooks
108
+ ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
78
109
 
79
110
  ### Miscellaneous
80
111
 
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))
112
+ - **monorepo:** Reformat the repo's files
113
+ ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
114
+ - **monorepo:** Regenerate README markdown files
115
+ ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
83
116
 
84
117
  ## 0.7.21 (2025-02-03)
85
118
 
86
119
  ### Miscellaneous
87
120
 
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))
121
+ - **monorepo:** Regenerate README markdown files
122
+ ([6a5afe3d6](https://github.com/storm-software/storm-ops/commit/6a5afe3d6))
123
+ - **monorepo:** Regenerate README markdown files
124
+ ([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
90
125
 
91
126
  ## 0.7.20 (2025-02-02)
92
127
 
93
128
  ### Miscellaneous
94
129
 
95
- - **monorepo:** Regenerate README markdown files ([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
130
+ - **monorepo:** Regenerate README markdown files
131
+ ([c73bfdb6a](https://github.com/storm-software/storm-ops/commit/c73bfdb6a))
96
132
 
97
133
  ## 0.7.19 (2025-02-02)
98
134
 
99
135
  ### Miscellaneous
100
136
 
101
- - **monorepo:** Regenerate README markdown files ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
137
+ - **monorepo:** Regenerate README markdown files
138
+ ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
102
139
 
103
140
  ## 0.7.18 (2025-02-02)
104
141
 
105
142
  ### Miscellaneous
106
143
 
107
- - **monorepo:** Regenerate README markdown files ([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
144
+ - **monorepo:** Regenerate README markdown files
145
+ ([e5f00be12](https://github.com/storm-software/storm-ops/commit/e5f00be12))
108
146
 
109
147
  ## 0.7.17 (2025-02-02)
110
148
 
111
149
  ### Miscellaneous
112
150
 
113
- - **monorepo:** Regenerate README markdown files ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
151
+ - **monorepo:** Regenerate README markdown files
152
+ ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
114
153
 
115
154
  ## 0.7.16 (2025-02-02)
116
155
 
117
156
  ### Miscellaneous
118
157
 
119
- - **monorepo:** Regenerate README markdown files ([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
158
+ - **monorepo:** Regenerate README markdown files
159
+ ([7e673dd2f](https://github.com/storm-software/storm-ops/commit/7e673dd2f))
120
160
 
121
161
  ## 0.7.15 (2025-02-02)
122
162
 
123
163
  ### Miscellaneous
124
164
 
125
- - **monorepo:** Regenerate README markdown files ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
165
+ - **monorepo:** Regenerate README markdown files
166
+ ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
126
167
 
127
168
  ## 0.7.14 (2025-02-02)
128
169
 
129
170
  ### Miscellaneous
130
171
 
131
- - **monorepo:** Regenerate README markdown files ([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
172
+ - **monorepo:** Regenerate README markdown files
173
+ ([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
132
174
 
133
175
  ## 0.7.13 (2025-02-02)
134
176
 
135
177
  ### Miscellaneous
136
178
 
137
- - **monorepo:** Regenerate README markdown files ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
179
+ - **monorepo:** Regenerate README markdown files
180
+ ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
138
181
 
139
182
  ## 0.7.12 (2025-02-02)
140
183
 
141
184
  ### Miscellaneous
142
185
 
143
- - **monorepo:** Regenerate README markdown files ([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
186
+ - **monorepo:** Regenerate README markdown files
187
+ ([e47c955b](https://github.com/storm-software/storm-ops/commit/e47c955b))
144
188
 
145
189
  ## 0.7.11 (2025-02-02)
146
190
 
147
191
  ### Miscellaneous
148
192
 
149
- - **monorepo:** Regenerate README markdown files ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
193
+ - **monorepo:** Regenerate README markdown files
194
+ ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
150
195
 
151
196
  ## 0.7.10 (2025-02-02)
152
197
 
153
198
  ### Miscellaneous
154
199
 
155
- - **monorepo:** Regenerate README markdown files ([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
200
+ - **monorepo:** Regenerate README markdown files
201
+ ([4e1584d0](https://github.com/storm-software/storm-ops/commit/4e1584d0))
156
202
 
157
203
  ## 0.7.9 (2025-02-01)
158
204
 
159
205
  ### Miscellaneous
160
206
 
161
- - **monorepo:** Regenerate README markdown files ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
207
+ - **monorepo:** Regenerate README markdown files
208
+ ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
162
209
 
163
210
  ## 0.7.8 (2025-02-01)
164
211
 
165
212
  ### Miscellaneous
166
213
 
167
- - **monorepo:** Regenerate README markdown files ([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
214
+ - **monorepo:** Regenerate README markdown files
215
+ ([3874ee4d](https://github.com/storm-software/storm-ops/commit/3874ee4d))
168
216
 
169
217
  ## 0.7.7 (2025-01-29)
170
218
 
171
219
  ### Miscellaneous
172
220
 
173
- - **monorepo:** Regenerate README markdown files ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
221
+ - **monorepo:** Regenerate README markdown files
222
+ ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
174
223
 
175
224
  ## 0.7.6 (2025-01-29)
176
225
 
177
226
  ### Bug Fixes
178
227
 
179
- - **unbuild:** Resolved issue applying plugins ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
228
+ - **unbuild:** Resolved issue applying plugins
229
+ ([21459fd0](https://github.com/storm-software/storm-ops/commit/21459fd0))
180
230
 
181
231
  ## 0.7.5 (2025-01-29)
182
232
 
183
233
  ### Miscellaneous
184
234
 
185
- - **monorepo:** Regenerate README markdown files ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
235
+ - **monorepo:** Regenerate README markdown files
236
+ ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
186
237
 
187
238
  ## 0.7.4 (2025-01-23)
188
239
 
189
240
  ### Bug Fixes
190
241
 
191
- - **monorepo:** Resolve issue with internal package referencing ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
242
+ - **monorepo:** Resolve issue with internal package referencing
243
+ ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
192
244
 
193
245
  ## 0.7.3 (2025-01-20)
194
246
 
195
247
  ### Bug Fixes
196
248
 
197
- - **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
249
+ - **untyped:** Resovle bundling issue with externals
250
+ ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
198
251
 
199
252
  ## 0.7.2 (2025-01-20)
200
253
 
201
254
  ### Bug Fixes
202
255
 
203
- - **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
256
+ - **unbuild:** Update package to bundle the `unbuild` package for distribution
257
+ ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
204
258
 
205
259
  ## 0.7.1 (2025-01-20)
206
260
 
207
261
  ### Bug Fixes
208
262
 
209
- - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
263
+ - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
264
+ ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
210
265
 
211
266
  ## 0.7.0 (2025-01-20)
212
267
 
213
268
  ### Features
214
269
 
215
- - **untyped:** Standard file name changes to avoid collisions ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
270
+ - **untyped:** Standard file name changes to avoid collisions
271
+ ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
216
272
 
217
273
  ### Bug Fixes
218
274
 
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))
275
+ - **pulumi-tools:** Resolved issue with invalid import paths
276
+ ([af7e7c5e](https://github.com/storm-software/storm-ops/commit/af7e7c5e))
277
+ - **workspace-tools:** Resolved issues with import paths
278
+ ([9eeb1f73](https://github.com/storm-software/storm-ops/commit/9eeb1f73))
221
279
 
222
280
  ## 0.6.0 (2025-01-20)
223
281
 
224
282
  ### Features
225
283
 
226
- - **workspace-tools:** Update Nx plugin packages to use new build/dist infrastructure ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
284
+ - **workspace-tools:** Update Nx plugin packages to use new build/dist
285
+ infrastructure
286
+ ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
227
287
 
228
288
  ## 0.5.1 (2025-01-09)
229
289
 
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.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)
24
+ [![Version](https://img.shields.io/badge/version-0.7.35-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,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
3
 
4
- var _chunkJ67CDMJQjs = require('./chunk-J67CDMJQ.js');
4
+ var _chunk7E4BAGV4js = require('./chunk-7E4BAGV4.js');
5
5
 
6
6
 
7
7
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -10,7 +10,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
10
10
  var _path = require('path');
11
11
  var _shelljs = require('shelljs');
12
12
  var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (command, argsMapper, executorOptions = {}) => async (_options, context) => {
13
- return _chunkJ67CDMJQjs.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
13
+ return _chunk7E4BAGV4js.withRunExecutor.call(void 0, `Pulumi \`${command}\` Command Executor`, async (options, context2, config) => {
14
14
  if (!_shelljs.which.call(void 0, "pulumi")) {
15
15
  throw new Error("Pulumi is not installed. Please install it before running this executor.");
16
16
  }
@@ -18,7 +18,7 @@ var withPulumiExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (c
18
18
  throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
19
19
  }
20
20
  const { sourceRoot } = context2.projectsConfigurations.projects[context2.projectName];
21
- _chunkJ67CDMJQjs.run.call(void 0, config, [
21
+ _chunk7E4BAGV4js.run.call(void 0, config, [
22
22
  "pulumi",
23
23
  command,
24
24
  ...argsMapper(options)
@@ -5,7 +5,7 @@ var _chunkDBLK3NPEjs = require('./chunk-DBLK3NPE.js');
5
5
 
6
6
 
7
7
 
8
- var _chunkJ67CDMJQjs = require('./chunk-J67CDMJQ.js');
8
+ var _chunk7E4BAGV4js = require('./chunk-7E4BAGV4.js');
9
9
 
10
10
 
11
11
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -15,7 +15,7 @@ var _devkit = require('@nx/devkit');
15
15
  var _fs = require('fs');
16
16
  var _path = require('path');
17
17
  async function initGeneratorFn(tree, options, config) {
18
- const task = _chunkJ67CDMJQjs.initGenerator.call(void 0, tree, options);
18
+ const task = _chunk7E4BAGV4js.initGenerator.call(void 0, tree, options);
19
19
  _devkit.addProjectConfiguration.call(void 0, tree, options.name || "deployment", {
20
20
  root: options.directory || "./deployment",
21
21
  projectType: "application",
@@ -49,11 +49,11 @@ async function initGeneratorFn(tree, options, config) {
49
49
  return task;
50
50
  }
51
51
  _chunk3GQAWCBQjs.__name.call(void 0, initGeneratorFn, "initGeneratorFn");
52
- var generator_default = _chunkJ67CDMJQjs.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
52
+ var generator_default = _chunk7E4BAGV4js.withRunGenerator.call(void 0, "Initialize Storm Pulumi workspace", initGeneratorFn);
53
53
  function generateNewPulumiProject(tree, options, config) {
54
54
  return () => {
55
55
  const template = _chunkDBLK3NPEjs.getCloudTemplateName.call(void 0, options.provider);
56
- _chunkJ67CDMJQjs.run.call(void 0, config, [
56
+ _chunk7E4BAGV4js.run.call(void 0, config, [
57
57
  `pulumi new ${template}`,
58
58
  `--name=${options.name || "deployment"}`,
59
59
  `--dir=${options.directory || "./deployment"}`,
@@ -73,7 +73,7 @@ function loginToPulumi(tree, options, config) {
73
73
  if (options.login.startsWith("file://")) {
74
74
  options.login = `file://${tree.root}/${options.directory || "./deployment"}/${options.login.replace("file://", "")}`;
75
75
  }
76
- _chunkJ67CDMJQjs.run.call(void 0, config, [
76
+ _chunk7E4BAGV4js.run.call(void 0, config, [
77
77
  "pulumi login",
78
78
  options.login
79
79
  ].filter(Boolean).join(" "), _path.join.call(void 0, config.workspaceRoot, options.directory || "./deployment"), "inherit", {