@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.
- package/CHANGELOG.md +94 -41
- package/README.md +6 -6
- package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-5H6VSOGJ.mjs → chunk-4IQTGKLU.mjs} +1 -1
- package/dist/{chunk-NX3OSK42.mjs → chunk-5EAXI5VS.mjs} +2 -2
- package/dist/{chunk-J67CDMJQ.js → chunk-BFQTJ7I3.js} +444 -459
- package/dist/{chunk-2X56VZF4.mjs → chunk-BHPF3Z2K.mjs} +1 -1
- package/dist/{chunk-CCTQVQPZ.js → chunk-DWPTI4FZ.js} +2 -2
- package/dist/{chunk-DXMUEDWS.js → chunk-GN2FDH3O.js} +2 -2
- package/dist/{chunk-V6HZK3HQ.mjs → chunk-IGLU7MRU.mjs} +1 -1
- package/dist/{chunk-DMZH2LTU.js → chunk-J4J2DP62.js} +3 -3
- package/dist/{chunk-UZDQXNWJ.js → chunk-LF7AM2SN.js} +2 -2
- package/dist/{chunk-A5P4P7EM.js → chunk-NWUENBI4.js} +2 -2
- package/dist/{chunk-VQTLM4TK.mjs → chunk-TLK5O377.mjs} +413 -428
- package/dist/{chunk-6Q5RPJFO.mjs → chunk-TP5PC7K5.mjs} +3 -3
- package/dist/{chunk-YLBLU7WG.mjs → chunk-TUJHGWNG.mjs} +1 -1
- package/dist/{chunk-QPASYUSE.mjs → chunk-UF7ZCXHA.mjs} +1 -1
- package/dist/{chunk-PTCFM37L.js → chunk-Y6K5MKSO.js} +2 -2
- package/dist/{chunk-NHWCRKCE.mjs → chunk-YH7Y5GNY.mjs} +1 -1
- package/dist/{chunk-5FEXVTSH.js → chunk-YMB64S2H.js} +5 -5
- package/dist/executors.d.mts +1 -1
- package/dist/executors.d.ts +1 -1
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +8 -8
- package/dist/{generators-BqtVID0f.d.ts → generators-Bua4nMog.d.ts} +1 -1
- package/dist/{generators-9HIDBCUE.d.mts → generators-CrZPZKBW.d.mts} +1 -1
- package/dist/generators.d.mts +2 -2
- package/dist/generators.d.ts +2 -2
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +4 -4
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +9 -9
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-executor.d.mts +1 -1
- package/dist/src/base/base-executor.d.ts +1 -1
- package/dist/src/base/base-executor.js +3 -3
- package/dist/src/base/base-executor.mjs +3 -3
- package/dist/src/base/index.d.mts +1 -1
- package/dist/src/base/index.d.ts +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +4 -4
- package/dist/src/base/providers.mjs +2 -2
- package/dist/src/executors/config/executor.d.mts +1 -1
- package/dist/src/executors/config/executor.d.ts +1 -1
- package/dist/src/executors/config/executor.js +4 -4
- package/dist/src/executors/config/executor.mjs +4 -4
- package/dist/src/executors/import/executor.d.mts +1 -1
- package/dist/src/executors/import/executor.d.ts +1 -1
- package/dist/src/executors/import/executor.js +4 -4
- package/dist/src/executors/import/executor.mjs +4 -4
- package/dist/src/executors/preview/executor.d.mts +1 -1
- package/dist/src/executors/preview/executor.d.ts +1 -1
- package/dist/src/executors/preview/executor.js +4 -4
- package/dist/src/executors/preview/executor.mjs +4 -4
- package/dist/src/executors/refresh/executor.d.mts +1 -1
- package/dist/src/executors/refresh/executor.d.ts +1 -1
- package/dist/src/executors/refresh/executor.js +4 -4
- package/dist/src/executors/refresh/executor.mjs +4 -4
- package/dist/src/executors/up/executor.d.mts +1 -1
- package/dist/src/executors/up/executor.d.ts +1 -1
- package/dist/src/executors/up/executor.js +4 -4
- package/dist/src/executors/up/executor.mjs +4 -4
- package/dist/src/generators/init/generator.d.mts +2 -2
- package/dist/src/generators/init/generator.d.ts +2 -2
- package/dist/src/generators/init/generator.js +3 -3
- package/dist/src/generators/init/generator.mjs +4 -4
- package/dist/tsup.config.mjs +1 -1
- package/dist/{types-HiZpltUX.d.mts → types-BXfk4hPO.d.mts} +67 -3
- package/dist/{types-HiZpltUX.d.ts → types-BXfk4hPO.d.ts} +67 -3
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,229 +1,282 @@
|
|
|
1
|
+

|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
82
|
-
|
|
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
|
|
89
|
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
220
|
-
|
|
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
|
|
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://
|
|
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
|
|
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://
|
|
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>
|
|
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://
|
|
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://
|
|
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.
|
|
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,10 +1,10 @@
|
|
|
1
1
|
import {
|
|
2
2
|
run,
|
|
3
3
|
withRunExecutor
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-TLK5O377.mjs";
|
|
5
5
|
import {
|
|
6
6
|
__name
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-2BPV2XV2.mjs";
|
|
8
8
|
|
|
9
9
|
// src/base/base-executor.ts
|
|
10
10
|
import { join } from "node:path";
|