@salesforce/plugin-release-management 5.8.11 → 5.8.13
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 +1932 -505
- package/oclif.lock +721 -147
- package/oclif.manifest.json +102 -102
- package/package.json +4 -4
package/oclif.manifest.json
CHANGED
|
@@ -1025,6 +1025,107 @@
|
|
|
1025
1025
|
"verify.js"
|
|
1026
1026
|
]
|
|
1027
1027
|
},
|
|
1028
|
+
"cli:versions:inspect": {
|
|
1029
|
+
"aliases": [],
|
|
1030
|
+
"args": {},
|
|
1031
|
+
"description": "inspect the CLI version across all install paths",
|
|
1032
|
+
"examples": [
|
|
1033
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1034
|
+
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1035
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1036
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1037
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1038
|
+
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1039
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1040
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1041
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1042
|
+
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
1043
|
+
],
|
|
1044
|
+
"flags": {
|
|
1045
|
+
"json": {
|
|
1046
|
+
"description": "Format output as json.",
|
|
1047
|
+
"helpGroup": "GLOBAL",
|
|
1048
|
+
"name": "json",
|
|
1049
|
+
"allowNo": false,
|
|
1050
|
+
"type": "boolean"
|
|
1051
|
+
},
|
|
1052
|
+
"flags-dir": {
|
|
1053
|
+
"helpGroup": "GLOBAL",
|
|
1054
|
+
"name": "flags-dir",
|
|
1055
|
+
"summary": "Import flag values from a directory.",
|
|
1056
|
+
"hasDynamicHelp": false,
|
|
1057
|
+
"multiple": false,
|
|
1058
|
+
"type": "option"
|
|
1059
|
+
},
|
|
1060
|
+
"dependencies": {
|
|
1061
|
+
"char": "d",
|
|
1062
|
+
"name": "dependencies",
|
|
1063
|
+
"summary": "glob pattern of dependencies you want to see the version of",
|
|
1064
|
+
"hasDynamicHelp": false,
|
|
1065
|
+
"multiple": true,
|
|
1066
|
+
"type": "option"
|
|
1067
|
+
},
|
|
1068
|
+
"salesforce": {
|
|
1069
|
+
"char": "s",
|
|
1070
|
+
"name": "salesforce",
|
|
1071
|
+
"summary": "show versions of salesforce owned dependencies",
|
|
1072
|
+
"allowNo": false,
|
|
1073
|
+
"type": "boolean"
|
|
1074
|
+
},
|
|
1075
|
+
"channels": {
|
|
1076
|
+
"char": "c",
|
|
1077
|
+
"name": "channels",
|
|
1078
|
+
"required": true,
|
|
1079
|
+
"summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
1080
|
+
"hasDynamicHelp": false,
|
|
1081
|
+
"multiple": true,
|
|
1082
|
+
"options": [
|
|
1083
|
+
"stable",
|
|
1084
|
+
"stable-rc",
|
|
1085
|
+
"latest",
|
|
1086
|
+
"latest-rc",
|
|
1087
|
+
"nightly"
|
|
1088
|
+
],
|
|
1089
|
+
"type": "option"
|
|
1090
|
+
},
|
|
1091
|
+
"locations": {
|
|
1092
|
+
"char": "l",
|
|
1093
|
+
"name": "locations",
|
|
1094
|
+
"required": true,
|
|
1095
|
+
"summary": "the location you want to inspect",
|
|
1096
|
+
"hasDynamicHelp": false,
|
|
1097
|
+
"multiple": true,
|
|
1098
|
+
"options": [
|
|
1099
|
+
"archive",
|
|
1100
|
+
"npm"
|
|
1101
|
+
],
|
|
1102
|
+
"type": "option"
|
|
1103
|
+
},
|
|
1104
|
+
"ignore-missing": {
|
|
1105
|
+
"name": "ignore-missing",
|
|
1106
|
+
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1107
|
+
"allowNo": false,
|
|
1108
|
+
"type": "boolean"
|
|
1109
|
+
}
|
|
1110
|
+
},
|
|
1111
|
+
"hasDynamicHelp": false,
|
|
1112
|
+
"hiddenAliases": [],
|
|
1113
|
+
"id": "cli:versions:inspect",
|
|
1114
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1115
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1116
|
+
"pluginType": "core",
|
|
1117
|
+
"strict": true,
|
|
1118
|
+
"summary": "inspect the CLI version across all install paths",
|
|
1119
|
+
"enableJsonFlag": true,
|
|
1120
|
+
"isESM": true,
|
|
1121
|
+
"relativePath": [
|
|
1122
|
+
"lib",
|
|
1123
|
+
"commands",
|
|
1124
|
+
"cli",
|
|
1125
|
+
"versions",
|
|
1126
|
+
"inspect.js"
|
|
1127
|
+
]
|
|
1128
|
+
},
|
|
1028
1129
|
"github:check:closed": {
|
|
1029
1130
|
"aliases": [],
|
|
1030
1131
|
"args": {},
|
|
@@ -1141,107 +1242,6 @@
|
|
|
1141
1242
|
"pin.js"
|
|
1142
1243
|
]
|
|
1143
1244
|
},
|
|
1144
|
-
"cli:versions:inspect": {
|
|
1145
|
-
"aliases": [],
|
|
1146
|
-
"args": {},
|
|
1147
|
-
"description": "inspect the CLI version across all install paths",
|
|
1148
|
-
"examples": [
|
|
1149
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable",
|
|
1150
|
-
"<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
|
|
1151
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable",
|
|
1152
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest",
|
|
1153
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
|
|
1154
|
-
"<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
|
|
1155
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
|
|
1156
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
|
|
1157
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
|
|
1158
|
-
"<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
|
|
1159
|
-
],
|
|
1160
|
-
"flags": {
|
|
1161
|
-
"json": {
|
|
1162
|
-
"description": "Format output as json.",
|
|
1163
|
-
"helpGroup": "GLOBAL",
|
|
1164
|
-
"name": "json",
|
|
1165
|
-
"allowNo": false,
|
|
1166
|
-
"type": "boolean"
|
|
1167
|
-
},
|
|
1168
|
-
"flags-dir": {
|
|
1169
|
-
"helpGroup": "GLOBAL",
|
|
1170
|
-
"name": "flags-dir",
|
|
1171
|
-
"summary": "Import flag values from a directory.",
|
|
1172
|
-
"hasDynamicHelp": false,
|
|
1173
|
-
"multiple": false,
|
|
1174
|
-
"type": "option"
|
|
1175
|
-
},
|
|
1176
|
-
"dependencies": {
|
|
1177
|
-
"char": "d",
|
|
1178
|
-
"name": "dependencies",
|
|
1179
|
-
"summary": "glob pattern of dependencies you want to see the version of",
|
|
1180
|
-
"hasDynamicHelp": false,
|
|
1181
|
-
"multiple": true,
|
|
1182
|
-
"type": "option"
|
|
1183
|
-
},
|
|
1184
|
-
"salesforce": {
|
|
1185
|
-
"char": "s",
|
|
1186
|
-
"name": "salesforce",
|
|
1187
|
-
"summary": "show versions of salesforce owned dependencies",
|
|
1188
|
-
"allowNo": false,
|
|
1189
|
-
"type": "boolean"
|
|
1190
|
-
},
|
|
1191
|
-
"channels": {
|
|
1192
|
-
"char": "c",
|
|
1193
|
-
"name": "channels",
|
|
1194
|
-
"required": true,
|
|
1195
|
-
"summary": "the channel you want to inspect (for achives, latest and latest-rc are translated to stable and stable-rc. And vice-versa for npm)",
|
|
1196
|
-
"hasDynamicHelp": false,
|
|
1197
|
-
"multiple": true,
|
|
1198
|
-
"options": [
|
|
1199
|
-
"stable",
|
|
1200
|
-
"stable-rc",
|
|
1201
|
-
"latest",
|
|
1202
|
-
"latest-rc",
|
|
1203
|
-
"nightly"
|
|
1204
|
-
],
|
|
1205
|
-
"type": "option"
|
|
1206
|
-
},
|
|
1207
|
-
"locations": {
|
|
1208
|
-
"char": "l",
|
|
1209
|
-
"name": "locations",
|
|
1210
|
-
"required": true,
|
|
1211
|
-
"summary": "the location you want to inspect",
|
|
1212
|
-
"hasDynamicHelp": false,
|
|
1213
|
-
"multiple": true,
|
|
1214
|
-
"options": [
|
|
1215
|
-
"archive",
|
|
1216
|
-
"npm"
|
|
1217
|
-
],
|
|
1218
|
-
"type": "option"
|
|
1219
|
-
},
|
|
1220
|
-
"ignore-missing": {
|
|
1221
|
-
"name": "ignore-missing",
|
|
1222
|
-
"summary": "skip missing archives. Useful when supporting new architectures in oclif",
|
|
1223
|
-
"allowNo": false,
|
|
1224
|
-
"type": "boolean"
|
|
1225
|
-
}
|
|
1226
|
-
},
|
|
1227
|
-
"hasDynamicHelp": false,
|
|
1228
|
-
"hiddenAliases": [],
|
|
1229
|
-
"id": "cli:versions:inspect",
|
|
1230
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1231
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1232
|
-
"pluginType": "core",
|
|
1233
|
-
"strict": true,
|
|
1234
|
-
"summary": "inspect the CLI version across all install paths",
|
|
1235
|
-
"enableJsonFlag": true,
|
|
1236
|
-
"isESM": true,
|
|
1237
|
-
"relativePath": [
|
|
1238
|
-
"lib",
|
|
1239
|
-
"commands",
|
|
1240
|
-
"cli",
|
|
1241
|
-
"versions",
|
|
1242
|
-
"inspect.js"
|
|
1243
|
-
]
|
|
1244
|
-
},
|
|
1245
1245
|
"npm:package:release": {
|
|
1246
1246
|
"aliases": [],
|
|
1247
1247
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.8.
|
|
1393
|
+
"version": "5.8.13"
|
|
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.8.
|
|
4
|
+
"version": "5.8.13",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
16
16
|
"@octokit/plugin-throttling": "^9.6.1",
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
18
18
|
"@salesforce/core": "^8.28.3",
|
|
19
19
|
"@salesforce/kit": "^3.2.6",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.81",
|
|
21
21
|
"@salesforce/plugin-trust": "^3.7.89",
|
|
22
22
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
23
23
|
"@salesforce/ts-types": "^2.0.10",
|
|
24
|
-
"@smithy/node-http-handler": "^4.
|
|
24
|
+
"@smithy/node-http-handler": "^4.6.1",
|
|
25
25
|
"@smithy/types": "^4.11.0",
|
|
26
26
|
"chalk": "^5.6.0",
|
|
27
27
|
"commit-and-tag-version": "^12.7.1",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/shelljs": "^0.10.0",
|
|
43
43
|
"aws-sdk-client-mock": "^4.1.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.
|
|
45
|
+
"oclif": "^4.23.0",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|