@salesforce/plugin-release-management 5.6.47 → 5.6.48
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 +16 -16
- package/npm-shrinkwrap.json +198 -190
- package/oclif.lock +219 -213
- package/oclif.manifest.json +127 -127
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -341,6 +341,71 @@
|
|
|
341
341
|
"automerge.js"
|
|
342
342
|
]
|
|
343
343
|
},
|
|
344
|
+
"cli:artifacts:compare": {
|
|
345
|
+
"aliases": [],
|
|
346
|
+
"args": {},
|
|
347
|
+
"examples": [
|
|
348
|
+
"<%= config.bin %> <%= command.id %>"
|
|
349
|
+
],
|
|
350
|
+
"flags": {
|
|
351
|
+
"json": {
|
|
352
|
+
"description": "Format output as json.",
|
|
353
|
+
"helpGroup": "GLOBAL",
|
|
354
|
+
"name": "json",
|
|
355
|
+
"allowNo": false,
|
|
356
|
+
"type": "boolean"
|
|
357
|
+
},
|
|
358
|
+
"flags-dir": {
|
|
359
|
+
"helpGroup": "GLOBAL",
|
|
360
|
+
"name": "flags-dir",
|
|
361
|
+
"summary": "Import flag values from a directory.",
|
|
362
|
+
"hasDynamicHelp": false,
|
|
363
|
+
"multiple": false,
|
|
364
|
+
"type": "option"
|
|
365
|
+
},
|
|
366
|
+
"plugin": {
|
|
367
|
+
"char": "p",
|
|
368
|
+
"name": "plugin",
|
|
369
|
+
"summary": "List of plugins to check for breaking changes.",
|
|
370
|
+
"hasDynamicHelp": false,
|
|
371
|
+
"multiple": true,
|
|
372
|
+
"type": "option"
|
|
373
|
+
},
|
|
374
|
+
"previous": {
|
|
375
|
+
"char": "r",
|
|
376
|
+
"name": "previous",
|
|
377
|
+
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
378
|
+
"hasDynamicHelp": false,
|
|
379
|
+
"multiple": false,
|
|
380
|
+
"type": "option"
|
|
381
|
+
},
|
|
382
|
+
"current": {
|
|
383
|
+
"char": "c",
|
|
384
|
+
"name": "current",
|
|
385
|
+
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
386
|
+
"hasDynamicHelp": false,
|
|
387
|
+
"multiple": false,
|
|
388
|
+
"type": "option"
|
|
389
|
+
}
|
|
390
|
+
},
|
|
391
|
+
"hasDynamicHelp": false,
|
|
392
|
+
"hiddenAliases": [],
|
|
393
|
+
"id": "cli:artifacts:compare",
|
|
394
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
395
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
396
|
+
"pluginType": "core",
|
|
397
|
+
"strict": true,
|
|
398
|
+
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
399
|
+
"enableJsonFlag": true,
|
|
400
|
+
"isESM": true,
|
|
401
|
+
"relativePath": [
|
|
402
|
+
"lib",
|
|
403
|
+
"commands",
|
|
404
|
+
"cli",
|
|
405
|
+
"artifacts",
|
|
406
|
+
"compare.js"
|
|
407
|
+
]
|
|
408
|
+
},
|
|
344
409
|
"repositories": {
|
|
345
410
|
"aliases": [],
|
|
346
411
|
"args": {},
|
|
@@ -460,71 +525,6 @@
|
|
|
460
525
|
"index.js"
|
|
461
526
|
]
|
|
462
527
|
},
|
|
463
|
-
"cli:artifacts:compare": {
|
|
464
|
-
"aliases": [],
|
|
465
|
-
"args": {},
|
|
466
|
-
"examples": [
|
|
467
|
-
"<%= config.bin %> <%= command.id %>"
|
|
468
|
-
],
|
|
469
|
-
"flags": {
|
|
470
|
-
"json": {
|
|
471
|
-
"description": "Format output as json.",
|
|
472
|
-
"helpGroup": "GLOBAL",
|
|
473
|
-
"name": "json",
|
|
474
|
-
"allowNo": false,
|
|
475
|
-
"type": "boolean"
|
|
476
|
-
},
|
|
477
|
-
"flags-dir": {
|
|
478
|
-
"helpGroup": "GLOBAL",
|
|
479
|
-
"name": "flags-dir",
|
|
480
|
-
"summary": "Import flag values from a directory.",
|
|
481
|
-
"hasDynamicHelp": false,
|
|
482
|
-
"multiple": false,
|
|
483
|
-
"type": "option"
|
|
484
|
-
},
|
|
485
|
-
"plugin": {
|
|
486
|
-
"char": "p",
|
|
487
|
-
"name": "plugin",
|
|
488
|
-
"summary": "List of plugins to check for breaking changes.",
|
|
489
|
-
"hasDynamicHelp": false,
|
|
490
|
-
"multiple": true,
|
|
491
|
-
"type": "option"
|
|
492
|
-
},
|
|
493
|
-
"previous": {
|
|
494
|
-
"char": "r",
|
|
495
|
-
"name": "previous",
|
|
496
|
-
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
497
|
-
"hasDynamicHelp": false,
|
|
498
|
-
"multiple": false,
|
|
499
|
-
"type": "option"
|
|
500
|
-
},
|
|
501
|
-
"current": {
|
|
502
|
-
"char": "c",
|
|
503
|
-
"name": "current",
|
|
504
|
-
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
505
|
-
"hasDynamicHelp": false,
|
|
506
|
-
"multiple": false,
|
|
507
|
-
"type": "option"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"hasDynamicHelp": false,
|
|
511
|
-
"hiddenAliases": [],
|
|
512
|
-
"id": "cli:artifacts:compare",
|
|
513
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
514
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
515
|
-
"pluginType": "core",
|
|
516
|
-
"strict": true,
|
|
517
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
518
|
-
"enableJsonFlag": true,
|
|
519
|
-
"isESM": true,
|
|
520
|
-
"relativePath": [
|
|
521
|
-
"lib",
|
|
522
|
-
"commands",
|
|
523
|
-
"cli",
|
|
524
|
-
"artifacts",
|
|
525
|
-
"compare.js"
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
528
|
"cli:install:test": {
|
|
529
529
|
"aliases": [],
|
|
530
530
|
"args": {},
|
|
@@ -1025,67 +1025,6 @@
|
|
|
1025
1025
|
"verify.js"
|
|
1026
1026
|
]
|
|
1027
1027
|
},
|
|
1028
|
-
"github:check:closed": {
|
|
1029
|
-
"aliases": [],
|
|
1030
|
-
"args": {},
|
|
1031
|
-
"description": "Description of a command.",
|
|
1032
|
-
"examples": [
|
|
1033
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1034
|
-
],
|
|
1035
|
-
"flags": {
|
|
1036
|
-
"json": {
|
|
1037
|
-
"description": "Format output as json.",
|
|
1038
|
-
"helpGroup": "GLOBAL",
|
|
1039
|
-
"name": "json",
|
|
1040
|
-
"allowNo": false,
|
|
1041
|
-
"type": "boolean"
|
|
1042
|
-
},
|
|
1043
|
-
"flags-dir": {
|
|
1044
|
-
"helpGroup": "GLOBAL",
|
|
1045
|
-
"name": "flags-dir",
|
|
1046
|
-
"summary": "Import flag values from a directory.",
|
|
1047
|
-
"hasDynamicHelp": false,
|
|
1048
|
-
"multiple": false,
|
|
1049
|
-
"type": "option"
|
|
1050
|
-
},
|
|
1051
|
-
"gus": {
|
|
1052
|
-
"char": "o",
|
|
1053
|
-
"name": "gus",
|
|
1054
|
-
"noCacheDefault": true,
|
|
1055
|
-
"required": true,
|
|
1056
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1057
|
-
"hasDynamicHelp": true,
|
|
1058
|
-
"multiple": false,
|
|
1059
|
-
"type": "option"
|
|
1060
|
-
},
|
|
1061
|
-
"github-token": {
|
|
1062
|
-
"env": "GITHUB_TOKEN",
|
|
1063
|
-
"name": "github-token",
|
|
1064
|
-
"required": true,
|
|
1065
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1066
|
-
"hasDynamicHelp": false,
|
|
1067
|
-
"multiple": false,
|
|
1068
|
-
"type": "option"
|
|
1069
|
-
}
|
|
1070
|
-
},
|
|
1071
|
-
"hasDynamicHelp": true,
|
|
1072
|
-
"hiddenAliases": [],
|
|
1073
|
-
"id": "github:check:closed",
|
|
1074
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1075
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1076
|
-
"pluginType": "core",
|
|
1077
|
-
"strict": true,
|
|
1078
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1079
|
-
"enableJsonFlag": true,
|
|
1080
|
-
"isESM": true,
|
|
1081
|
-
"relativePath": [
|
|
1082
|
-
"lib",
|
|
1083
|
-
"commands",
|
|
1084
|
-
"github",
|
|
1085
|
-
"check",
|
|
1086
|
-
"closed.js"
|
|
1087
|
-
]
|
|
1088
|
-
},
|
|
1089
1028
|
"cli:versions:inspect": {
|
|
1090
1029
|
"aliases": [],
|
|
1091
1030
|
"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.6.
|
|
1393
|
+
"version": "5.6.48"
|
|
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.6.
|
|
4
|
+
"version": "5.6.48",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4.2.6",
|
|
13
13
|
"@octokit/core": "^4.2.4",
|
|
14
|
-
"@octokit/plugin-paginate-rest": "^
|
|
14
|
+
"@octokit/plugin-paginate-rest": "^11.4.1",
|
|
15
15
|
"@octokit/plugin-throttling": "^5.2.3",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
17
17
|
"@salesforce/core": "^8.8.2",
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"yarn-deduplicate": "^6.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
36
|
+
"@oclif/plugin-command-snapshot": "^5.2.31",
|
|
37
37
|
"@salesforce/dev-scripts": "^10.2.4",
|
|
38
38
|
"@salesforce/ts-sinon": "^1.4.30",
|
|
39
39
|
"@types/semver": "^7.5.8",
|
|
40
40
|
"@types/shelljs": "^0.8.15",
|
|
41
41
|
"aws-sdk-mock": "^5.9.0",
|
|
42
42
|
"eslint-plugin-sf-plugin": "^1.20.14",
|
|
43
|
-
"oclif": "^4.17.
|
|
43
|
+
"oclif": "^4.17.27",
|
|
44
44
|
"ts-node": "^10.9.2",
|
|
45
45
|
"typescript": "^5.7.3"
|
|
46
46
|
},
|