@salesforce/plugin-release-management 5.7.28 → 5.7.30
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/README.md +17 -17
- package/npm-shrinkwrap.json +67 -294
- package/oclif.lock +37 -136
- package/oclif.manifest.json +188 -188
- package/package.json +5 -5
package/oclif.manifest.json
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"
|
|
3
|
+
"cli:releasenotes": {
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {},
|
|
6
|
-
"description": "
|
|
6
|
+
"description": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
7
7
|
"examples": [
|
|
8
|
-
"<%= config.bin %> <%= command.id %> --
|
|
8
|
+
"<%= config.bin %> <%= command.id %> --cli sf",
|
|
9
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
10
|
+
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
11
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
12
|
+
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
13
|
+
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
9
14
|
],
|
|
10
15
|
"flags": {
|
|
11
16
|
"json": {
|
|
@@ -23,56 +28,11 @@
|
|
|
23
28
|
"multiple": false,
|
|
24
29
|
"type": "option"
|
|
25
30
|
},
|
|
26
|
-
"dryrun": {
|
|
27
|
-
"char": "d",
|
|
28
|
-
"name": "dryrun",
|
|
29
|
-
"summary": "If true, only show what would happen",
|
|
30
|
-
"allowNo": false,
|
|
31
|
-
"type": "boolean"
|
|
32
|
-
},
|
|
33
|
-
"promote-to-channel": {
|
|
34
|
-
"aliases": [
|
|
35
|
-
"target"
|
|
36
|
-
],
|
|
37
|
-
"char": "t",
|
|
38
|
-
"name": "promote-to-channel",
|
|
39
|
-
"required": true,
|
|
40
|
-
"summary": "the channel name that you are promoting to",
|
|
41
|
-
"default": "stable",
|
|
42
|
-
"hasDynamicHelp": false,
|
|
43
|
-
"multiple": false,
|
|
44
|
-
"type": "option"
|
|
45
|
-
},
|
|
46
|
-
"promote-from-channel": {
|
|
47
|
-
"aliases": [
|
|
48
|
-
"candidate"
|
|
49
|
-
],
|
|
50
|
-
"char": "C",
|
|
51
|
-
"name": "promote-from-channel",
|
|
52
|
-
"summary": "the channel name that you want to promote",
|
|
53
|
-
"hasDynamicHelp": false,
|
|
54
|
-
"multiple": false,
|
|
55
|
-
"type": "option"
|
|
56
|
-
},
|
|
57
|
-
"platform": {
|
|
58
|
-
"char": "p",
|
|
59
|
-
"name": "platform",
|
|
60
|
-
"summary": "the platform to promote",
|
|
61
|
-
"delimiter": ",",
|
|
62
|
-
"hasDynamicHelp": false,
|
|
63
|
-
"multiple": true,
|
|
64
|
-
"options": [
|
|
65
|
-
"win",
|
|
66
|
-
"macos",
|
|
67
|
-
"deb"
|
|
68
|
-
],
|
|
69
|
-
"type": "option"
|
|
70
|
-
},
|
|
71
31
|
"cli": {
|
|
72
32
|
"char": "c",
|
|
73
33
|
"name": "cli",
|
|
74
34
|
"required": true,
|
|
75
|
-
"summary": "the cli
|
|
35
|
+
"summary": "the cli to pull information for",
|
|
76
36
|
"hasDynamicHelp": false,
|
|
77
37
|
"multiple": false,
|
|
78
38
|
"options": [
|
|
@@ -81,83 +41,37 @@
|
|
|
81
41
|
],
|
|
82
42
|
"type": "option"
|
|
83
43
|
},
|
|
84
|
-
"
|
|
44
|
+
"since": {
|
|
85
45
|
"char": "s",
|
|
86
|
-
"name": "
|
|
87
|
-
"summary": "the
|
|
46
|
+
"name": "since",
|
|
47
|
+
"summary": "the version number of the previous release. Defaults to the latest-rc version on npm",
|
|
88
48
|
"hasDynamicHelp": false,
|
|
89
49
|
"multiple": false,
|
|
90
50
|
"type": "option"
|
|
91
51
|
},
|
|
92
|
-
"
|
|
93
|
-
"aliases": [
|
|
94
|
-
"maxage"
|
|
95
|
-
],
|
|
52
|
+
"markdown": {
|
|
96
53
|
"char": "m",
|
|
97
|
-
"name": "
|
|
98
|
-
"summary": "
|
|
99
|
-
"
|
|
100
|
-
"hasDynamicHelp": false,
|
|
101
|
-
"multiple": false,
|
|
102
|
-
"type": "option"
|
|
103
|
-
},
|
|
104
|
-
"indexes": {
|
|
105
|
-
"char": "i",
|
|
106
|
-
"name": "indexes",
|
|
107
|
-
"summary": "append the promoted urls into the index files",
|
|
108
|
-
"allowNo": true,
|
|
109
|
-
"type": "boolean"
|
|
110
|
-
},
|
|
111
|
-
"xz": {
|
|
112
|
-
"char": "x",
|
|
113
|
-
"name": "xz",
|
|
114
|
-
"summary": "also upload xz",
|
|
115
|
-
"allowNo": true,
|
|
54
|
+
"name": "markdown",
|
|
55
|
+
"summary": "format the output in markdown",
|
|
56
|
+
"allowNo": false,
|
|
116
57
|
"type": "boolean"
|
|
117
|
-
},
|
|
118
|
-
"architecture-target": {
|
|
119
|
-
"aliases": [
|
|
120
|
-
"targets"
|
|
121
|
-
],
|
|
122
|
-
"char": "T",
|
|
123
|
-
"name": "architecture-target",
|
|
124
|
-
"summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
|
|
125
|
-
"delimiter": ",",
|
|
126
|
-
"hasDynamicHelp": false,
|
|
127
|
-
"multiple": true,
|
|
128
|
-
"options": [
|
|
129
|
-
"linux-x64",
|
|
130
|
-
"linux-arm",
|
|
131
|
-
"win32-x64",
|
|
132
|
-
"win32-x86",
|
|
133
|
-
"darwin-x64"
|
|
134
|
-
],
|
|
135
|
-
"type": "option"
|
|
136
|
-
},
|
|
137
|
-
"version": {
|
|
138
|
-
"char": "v",
|
|
139
|
-
"name": "version",
|
|
140
|
-
"summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
|
|
141
|
-
"hasDynamicHelp": false,
|
|
142
|
-
"multiple": false,
|
|
143
|
-
"type": "option"
|
|
144
58
|
}
|
|
145
59
|
},
|
|
146
60
|
"hasDynamicHelp": false,
|
|
147
61
|
"hiddenAliases": [],
|
|
148
|
-
"id": "
|
|
62
|
+
"id": "cli:releasenotes",
|
|
149
63
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
150
64
|
"pluginName": "@salesforce/plugin-release-management",
|
|
151
65
|
"pluginType": "core",
|
|
152
66
|
"strict": true,
|
|
153
|
-
"summary": "
|
|
67
|
+
"summary": "pull all relevant information for writing release notes.\nRequires the GH_TOKEN to be set in the environment.",
|
|
154
68
|
"enableJsonFlag": true,
|
|
155
69
|
"isESM": true,
|
|
156
70
|
"relativePath": [
|
|
157
71
|
"lib",
|
|
158
72
|
"commands",
|
|
159
|
-
"
|
|
160
|
-
"
|
|
73
|
+
"cli",
|
|
74
|
+
"releasenotes.js"
|
|
161
75
|
]
|
|
162
76
|
},
|
|
163
77
|
"dependabot:automerge": {
|
|
@@ -267,17 +181,12 @@
|
|
|
267
181
|
"automerge.js"
|
|
268
182
|
]
|
|
269
183
|
},
|
|
270
|
-
"
|
|
184
|
+
"channel:promote": {
|
|
271
185
|
"aliases": [],
|
|
272
186
|
"args": {},
|
|
273
|
-
"description": "
|
|
187
|
+
"description": "promote a s3 channel",
|
|
274
188
|
"examples": [
|
|
275
|
-
"<%= config.bin %> <%= command.id %> --
|
|
276
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
277
|
-
"<%= config.bin %> <%= command.id %> --cli sf --since 1.0.0",
|
|
278
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx --since 7.19.0",
|
|
279
|
-
"<%= config.bin %> <%= command.id %> --cli sf > changes.txt",
|
|
280
|
-
"<%= config.bin %> <%= command.id %> --cli sf --markdown > changes.md"
|
|
189
|
+
"<%= config.bin %> <%= command.id %> --candidate latest-rc --target latest --platform win --platform mac"
|
|
281
190
|
],
|
|
282
191
|
"flags": {
|
|
283
192
|
"json": {
|
|
@@ -295,11 +204,56 @@
|
|
|
295
204
|
"multiple": false,
|
|
296
205
|
"type": "option"
|
|
297
206
|
},
|
|
207
|
+
"dryrun": {
|
|
208
|
+
"char": "d",
|
|
209
|
+
"name": "dryrun",
|
|
210
|
+
"summary": "If true, only show what would happen",
|
|
211
|
+
"allowNo": false,
|
|
212
|
+
"type": "boolean"
|
|
213
|
+
},
|
|
214
|
+
"promote-to-channel": {
|
|
215
|
+
"aliases": [
|
|
216
|
+
"target"
|
|
217
|
+
],
|
|
218
|
+
"char": "t",
|
|
219
|
+
"name": "promote-to-channel",
|
|
220
|
+
"required": true,
|
|
221
|
+
"summary": "the channel name that you are promoting to",
|
|
222
|
+
"default": "stable",
|
|
223
|
+
"hasDynamicHelp": false,
|
|
224
|
+
"multiple": false,
|
|
225
|
+
"type": "option"
|
|
226
|
+
},
|
|
227
|
+
"promote-from-channel": {
|
|
228
|
+
"aliases": [
|
|
229
|
+
"candidate"
|
|
230
|
+
],
|
|
231
|
+
"char": "C",
|
|
232
|
+
"name": "promote-from-channel",
|
|
233
|
+
"summary": "the channel name that you want to promote",
|
|
234
|
+
"hasDynamicHelp": false,
|
|
235
|
+
"multiple": false,
|
|
236
|
+
"type": "option"
|
|
237
|
+
},
|
|
238
|
+
"platform": {
|
|
239
|
+
"char": "p",
|
|
240
|
+
"name": "platform",
|
|
241
|
+
"summary": "the platform to promote",
|
|
242
|
+
"delimiter": ",",
|
|
243
|
+
"hasDynamicHelp": false,
|
|
244
|
+
"multiple": true,
|
|
245
|
+
"options": [
|
|
246
|
+
"win",
|
|
247
|
+
"macos",
|
|
248
|
+
"deb"
|
|
249
|
+
],
|
|
250
|
+
"type": "option"
|
|
251
|
+
},
|
|
298
252
|
"cli": {
|
|
299
253
|
"char": "c",
|
|
300
254
|
"name": "cli",
|
|
301
255
|
"required": true,
|
|
302
|
-
"summary": "the cli to
|
|
256
|
+
"summary": "the cli name to promote",
|
|
303
257
|
"hasDynamicHelp": false,
|
|
304
258
|
"multiple": false,
|
|
305
259
|
"options": [
|
|
@@ -308,37 +262,83 @@
|
|
|
308
262
|
],
|
|
309
263
|
"type": "option"
|
|
310
264
|
},
|
|
311
|
-
"
|
|
265
|
+
"sha": {
|
|
312
266
|
"char": "s",
|
|
313
|
-
"name": "
|
|
314
|
-
"summary": "the
|
|
267
|
+
"name": "sha",
|
|
268
|
+
"summary": "the short sha to promote",
|
|
315
269
|
"hasDynamicHelp": false,
|
|
316
270
|
"multiple": false,
|
|
317
271
|
"type": "option"
|
|
318
272
|
},
|
|
319
|
-
"
|
|
273
|
+
"max-age": {
|
|
274
|
+
"aliases": [
|
|
275
|
+
"maxage"
|
|
276
|
+
],
|
|
320
277
|
"char": "m",
|
|
321
|
-
"name": "
|
|
322
|
-
"summary": "
|
|
323
|
-
"
|
|
278
|
+
"name": "max-age",
|
|
279
|
+
"summary": "cache control max-age in seconds",
|
|
280
|
+
"default": 300,
|
|
281
|
+
"hasDynamicHelp": false,
|
|
282
|
+
"multiple": false,
|
|
283
|
+
"type": "option"
|
|
284
|
+
},
|
|
285
|
+
"indexes": {
|
|
286
|
+
"char": "i",
|
|
287
|
+
"name": "indexes",
|
|
288
|
+
"summary": "append the promoted urls into the index files",
|
|
289
|
+
"allowNo": true,
|
|
324
290
|
"type": "boolean"
|
|
291
|
+
},
|
|
292
|
+
"xz": {
|
|
293
|
+
"char": "x",
|
|
294
|
+
"name": "xz",
|
|
295
|
+
"summary": "also upload xz",
|
|
296
|
+
"allowNo": true,
|
|
297
|
+
"type": "boolean"
|
|
298
|
+
},
|
|
299
|
+
"architecture-target": {
|
|
300
|
+
"aliases": [
|
|
301
|
+
"targets"
|
|
302
|
+
],
|
|
303
|
+
"char": "T",
|
|
304
|
+
"name": "architecture-target",
|
|
305
|
+
"summary": "comma-separated targets to promote (e.g.: linux-arm,win32-x64)",
|
|
306
|
+
"delimiter": ",",
|
|
307
|
+
"hasDynamicHelp": false,
|
|
308
|
+
"multiple": true,
|
|
309
|
+
"options": [
|
|
310
|
+
"linux-x64",
|
|
311
|
+
"linux-arm",
|
|
312
|
+
"win32-x64",
|
|
313
|
+
"win32-x86",
|
|
314
|
+
"darwin-x64"
|
|
315
|
+
],
|
|
316
|
+
"type": "option"
|
|
317
|
+
},
|
|
318
|
+
"version": {
|
|
319
|
+
"char": "v",
|
|
320
|
+
"name": "version",
|
|
321
|
+
"summary": "the version of the candidate to be promoted, which must exist already in s3. Used to fetch the correct sha",
|
|
322
|
+
"hasDynamicHelp": false,
|
|
323
|
+
"multiple": false,
|
|
324
|
+
"type": "option"
|
|
325
325
|
}
|
|
326
326
|
},
|
|
327
327
|
"hasDynamicHelp": false,
|
|
328
328
|
"hiddenAliases": [],
|
|
329
|
-
"id": "
|
|
329
|
+
"id": "channel:promote",
|
|
330
330
|
"pluginAlias": "@salesforce/plugin-release-management",
|
|
331
331
|
"pluginName": "@salesforce/plugin-release-management",
|
|
332
332
|
"pluginType": "core",
|
|
333
333
|
"strict": true,
|
|
334
|
-
"summary": "
|
|
334
|
+
"summary": "promote a s3 channel",
|
|
335
335
|
"enableJsonFlag": true,
|
|
336
336
|
"isESM": true,
|
|
337
337
|
"relativePath": [
|
|
338
338
|
"lib",
|
|
339
339
|
"commands",
|
|
340
|
-
"
|
|
341
|
-
"
|
|
340
|
+
"channel",
|
|
341
|
+
"promote.js"
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
344
|
"repositories": {
|
|
@@ -460,67 +460,6 @@
|
|
|
460
460
|
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"github:check:closed": {
|
|
464
|
-
"aliases": [],
|
|
465
|
-
"args": {},
|
|
466
|
-
"description": "Description of a command.",
|
|
467
|
-
"examples": [
|
|
468
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
469
|
-
],
|
|
470
|
-
"flags": {
|
|
471
|
-
"json": {
|
|
472
|
-
"description": "Format output as json.",
|
|
473
|
-
"helpGroup": "GLOBAL",
|
|
474
|
-
"name": "json",
|
|
475
|
-
"allowNo": false,
|
|
476
|
-
"type": "boolean"
|
|
477
|
-
},
|
|
478
|
-
"flags-dir": {
|
|
479
|
-
"helpGroup": "GLOBAL",
|
|
480
|
-
"name": "flags-dir",
|
|
481
|
-
"summary": "Import flag values from a directory.",
|
|
482
|
-
"hasDynamicHelp": false,
|
|
483
|
-
"multiple": false,
|
|
484
|
-
"type": "option"
|
|
485
|
-
},
|
|
486
|
-
"gus": {
|
|
487
|
-
"char": "o",
|
|
488
|
-
"name": "gus",
|
|
489
|
-
"noCacheDefault": true,
|
|
490
|
-
"required": true,
|
|
491
|
-
"summary": "Username/alias of your GUS org connection",
|
|
492
|
-
"hasDynamicHelp": true,
|
|
493
|
-
"multiple": false,
|
|
494
|
-
"type": "option"
|
|
495
|
-
},
|
|
496
|
-
"github-token": {
|
|
497
|
-
"env": "GITHUB_TOKEN",
|
|
498
|
-
"name": "github-token",
|
|
499
|
-
"required": true,
|
|
500
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
501
|
-
"hasDynamicHelp": false,
|
|
502
|
-
"multiple": false,
|
|
503
|
-
"type": "option"
|
|
504
|
-
}
|
|
505
|
-
},
|
|
506
|
-
"hasDynamicHelp": true,
|
|
507
|
-
"hiddenAliases": [],
|
|
508
|
-
"id": "github:check:closed",
|
|
509
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
510
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
511
|
-
"pluginType": "core",
|
|
512
|
-
"strict": true,
|
|
513
|
-
"summary": "Show open Github issues with GUS WI",
|
|
514
|
-
"enableJsonFlag": true,
|
|
515
|
-
"isESM": true,
|
|
516
|
-
"relativePath": [
|
|
517
|
-
"lib",
|
|
518
|
-
"commands",
|
|
519
|
-
"github",
|
|
520
|
-
"check",
|
|
521
|
-
"closed.js"
|
|
522
|
-
]
|
|
523
|
-
},
|
|
524
463
|
"cli:artifacts:compare": {
|
|
525
464
|
"aliases": [],
|
|
526
465
|
"args": {},
|
|
@@ -1187,6 +1126,67 @@
|
|
|
1187
1126
|
"inspect.js"
|
|
1188
1127
|
]
|
|
1189
1128
|
},
|
|
1129
|
+
"github:check:closed": {
|
|
1130
|
+
"aliases": [],
|
|
1131
|
+
"args": {},
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
1136
|
+
"flags": {
|
|
1137
|
+
"json": {
|
|
1138
|
+
"description": "Format output as json.",
|
|
1139
|
+
"helpGroup": "GLOBAL",
|
|
1140
|
+
"name": "json",
|
|
1141
|
+
"allowNo": false,
|
|
1142
|
+
"type": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
"flags-dir": {
|
|
1145
|
+
"helpGroup": "GLOBAL",
|
|
1146
|
+
"name": "flags-dir",
|
|
1147
|
+
"summary": "Import flag values from a directory.",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": false,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"gus": {
|
|
1153
|
+
"char": "o",
|
|
1154
|
+
"name": "gus",
|
|
1155
|
+
"noCacheDefault": true,
|
|
1156
|
+
"required": true,
|
|
1157
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
+
"hasDynamicHelp": true,
|
|
1159
|
+
"multiple": false,
|
|
1160
|
+
"type": "option"
|
|
1161
|
+
},
|
|
1162
|
+
"github-token": {
|
|
1163
|
+
"env": "GITHUB_TOKEN",
|
|
1164
|
+
"name": "github-token",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
+
"hasDynamicHelp": false,
|
|
1168
|
+
"multiple": false,
|
|
1169
|
+
"type": "option"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1173
|
+
"hiddenAliases": [],
|
|
1174
|
+
"id": "github:check:closed",
|
|
1175
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
+
"pluginType": "core",
|
|
1178
|
+
"strict": true,
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
+
"enableJsonFlag": true,
|
|
1181
|
+
"isESM": true,
|
|
1182
|
+
"relativePath": [
|
|
1183
|
+
"lib",
|
|
1184
|
+
"commands",
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
1190
|
"npm:dependencies:pin": {
|
|
1191
1191
|
"aliases": [],
|
|
1192
1192
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.30"
|
|
1394
1394
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-release-management",
|
|
3
3
|
"description": "A plugin for preparing and publishing npm packages",
|
|
4
|
-
"version": "5.7.
|
|
4
|
+
"version": "5.7.30",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@salesforce/core": "^8.11.0",
|
|
18
18
|
"@salesforce/kit": "^3.2.0",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
20
|
-
"@salesforce/plugin-trust": "^3.7.
|
|
20
|
+
"@salesforce/plugin-trust": "^3.7.89",
|
|
21
21
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
22
22
|
"@salesforce/ts-types": "^2.0.10",
|
|
23
23
|
"aws-sdk": "^2.1692.0",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"got": "^13",
|
|
27
27
|
"just-diff": "^5.2.0",
|
|
28
28
|
"proxy-agent": "^6.4.0",
|
|
29
|
-
"semver": "^7.7.
|
|
29
|
+
"semver": "^7.7.2",
|
|
30
30
|
"shelljs": "^0.10.0",
|
|
31
31
|
"standard-version": "^9.5.0",
|
|
32
32
|
"strip-ansi": "^6",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
38
38
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
39
39
|
"@types/semver": "^7.7.0",
|
|
40
|
-
"@types/shelljs": "^0.8.
|
|
40
|
+
"@types/shelljs": "^0.8.16",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
42
|
+
"eslint-plugin-sf-plugin": "^1.20.23",
|
|
43
43
|
"oclif": "^4.17.46",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.8.3"
|