@salesforce/plugin-release-management 5.7.61 → 5.7.63

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.
@@ -848,6 +848,183 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
+ "cli:tarballs:prepare": {
852
+ "aliases": [],
853
+ "args": {},
854
+ "description": "remove unnecessary files from node_modules",
855
+ "examples": [
856
+ "<%= config.bin %> <%= command.id %>"
857
+ ],
858
+ "flags": {
859
+ "json": {
860
+ "description": "Format output as json.",
861
+ "helpGroup": "GLOBAL",
862
+ "name": "json",
863
+ "allowNo": false,
864
+ "type": "boolean"
865
+ },
866
+ "flags-dir": {
867
+ "helpGroup": "GLOBAL",
868
+ "name": "flags-dir",
869
+ "summary": "Import flag values from a directory.",
870
+ "hasDynamicHelp": false,
871
+ "multiple": false,
872
+ "type": "option"
873
+ },
874
+ "dryrun": {
875
+ "char": "d",
876
+ "name": "dryrun",
877
+ "summary": "only show what would be removed from node_modules",
878
+ "allowNo": false,
879
+ "type": "boolean"
880
+ },
881
+ "types": {
882
+ "char": "t",
883
+ "name": "types",
884
+ "summary": "remove all types (.d.ts) files from node_modules",
885
+ "allowNo": false,
886
+ "type": "boolean"
887
+ },
888
+ "verbose": {
889
+ "name": "verbose",
890
+ "summary": "show all files paths being removed",
891
+ "allowNo": false,
892
+ "type": "boolean"
893
+ }
894
+ },
895
+ "hasDynamicHelp": false,
896
+ "hiddenAliases": [],
897
+ "id": "cli:tarballs:prepare",
898
+ "pluginAlias": "@salesforce/plugin-release-management",
899
+ "pluginName": "@salesforce/plugin-release-management",
900
+ "pluginType": "core",
901
+ "strict": true,
902
+ "summary": "remove unnecessary files from node_modules",
903
+ "enableJsonFlag": true,
904
+ "isESM": true,
905
+ "relativePath": [
906
+ "lib",
907
+ "commands",
908
+ "cli",
909
+ "tarballs",
910
+ "prepare.js"
911
+ ]
912
+ },
913
+ "cli:tarballs:smoke": {
914
+ "aliases": [],
915
+ "args": {},
916
+ "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
917
+ "examples": [
918
+ "<%= config.bin %> <%= command.id %>",
919
+ "<%= config.bin %> <%= command.id %>"
920
+ ],
921
+ "flags": {
922
+ "json": {
923
+ "description": "Format output as json.",
924
+ "helpGroup": "GLOBAL",
925
+ "name": "json",
926
+ "allowNo": false,
927
+ "type": "boolean"
928
+ },
929
+ "flags-dir": {
930
+ "helpGroup": "GLOBAL",
931
+ "name": "flags-dir",
932
+ "summary": "Import flag values from a directory.",
933
+ "hasDynamicHelp": false,
934
+ "multiple": false,
935
+ "type": "option"
936
+ },
937
+ "verbose": {
938
+ "name": "verbose",
939
+ "summary": "show the --help output for each command",
940
+ "allowNo": false,
941
+ "type": "boolean"
942
+ }
943
+ },
944
+ "hasDynamicHelp": false,
945
+ "hiddenAliases": [],
946
+ "id": "cli:tarballs:smoke",
947
+ "pluginAlias": "@salesforce/plugin-release-management",
948
+ "pluginName": "@salesforce/plugin-release-management",
949
+ "pluginType": "core",
950
+ "strict": true,
951
+ "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
952
+ "enableJsonFlag": true,
953
+ "isESM": true,
954
+ "relativePath": [
955
+ "lib",
956
+ "commands",
957
+ "cli",
958
+ "tarballs",
959
+ "smoke.js"
960
+ ]
961
+ },
962
+ "cli:tarballs:verify": {
963
+ "aliases": [],
964
+ "args": {},
965
+ "description": "verify that tarballs are ready to be uploaded",
966
+ "examples": [
967
+ "<%= config.bin %> <%= command.id %>",
968
+ "<%= config.bin %> <%= command.id %> --cli sfdx",
969
+ "<%= config.bin %> <%= command.id %> --cli sf"
970
+ ],
971
+ "flags": {
972
+ "json": {
973
+ "description": "Format output as json.",
974
+ "helpGroup": "GLOBAL",
975
+ "name": "json",
976
+ "allowNo": false,
977
+ "type": "boolean"
978
+ },
979
+ "flags-dir": {
980
+ "helpGroup": "GLOBAL",
981
+ "name": "flags-dir",
982
+ "summary": "Import flag values from a directory.",
983
+ "hasDynamicHelp": false,
984
+ "multiple": false,
985
+ "type": "option"
986
+ },
987
+ "cli": {
988
+ "char": "c",
989
+ "name": "cli",
990
+ "summary": "the cli to verify",
991
+ "default": "sfdx",
992
+ "hasDynamicHelp": false,
993
+ "multiple": false,
994
+ "options": [
995
+ "sf",
996
+ "sfdx"
997
+ ],
998
+ "type": "option"
999
+ },
1000
+ "windows-username-buffer": {
1001
+ "char": "w",
1002
+ "name": "windows-username-buffer",
1003
+ "summary": "the number of characters to allow for windows usernames",
1004
+ "default": 41,
1005
+ "hasDynamicHelp": false,
1006
+ "multiple": false,
1007
+ "type": "option"
1008
+ }
1009
+ },
1010
+ "hasDynamicHelp": false,
1011
+ "hiddenAliases": [],
1012
+ "id": "cli:tarballs:verify",
1013
+ "pluginAlias": "@salesforce/plugin-release-management",
1014
+ "pluginName": "@salesforce/plugin-release-management",
1015
+ "pluginType": "core",
1016
+ "strict": true,
1017
+ "summary": "verify that tarballs are ready to be uploaded",
1018
+ "enableJsonFlag": true,
1019
+ "isESM": true,
1020
+ "relativePath": [
1021
+ "lib",
1022
+ "commands",
1023
+ "cli",
1024
+ "tarballs",
1025
+ "verify.js"
1026
+ ]
1027
+ },
851
1028
  "cli:versions:inspect": {
852
1029
  "aliases": [],
853
1030
  "args": {},
@@ -1211,184 +1388,7 @@
1211
1388
  "jit",
1212
1389
  "test.js"
1213
1390
  ]
1214
- },
1215
- "cli:tarballs:prepare": {
1216
- "aliases": [],
1217
- "args": {},
1218
- "description": "remove unnecessary files from node_modules",
1219
- "examples": [
1220
- "<%= config.bin %> <%= command.id %>"
1221
- ],
1222
- "flags": {
1223
- "json": {
1224
- "description": "Format output as json.",
1225
- "helpGroup": "GLOBAL",
1226
- "name": "json",
1227
- "allowNo": false,
1228
- "type": "boolean"
1229
- },
1230
- "flags-dir": {
1231
- "helpGroup": "GLOBAL",
1232
- "name": "flags-dir",
1233
- "summary": "Import flag values from a directory.",
1234
- "hasDynamicHelp": false,
1235
- "multiple": false,
1236
- "type": "option"
1237
- },
1238
- "dryrun": {
1239
- "char": "d",
1240
- "name": "dryrun",
1241
- "summary": "only show what would be removed from node_modules",
1242
- "allowNo": false,
1243
- "type": "boolean"
1244
- },
1245
- "types": {
1246
- "char": "t",
1247
- "name": "types",
1248
- "summary": "remove all types (.d.ts) files from node_modules",
1249
- "allowNo": false,
1250
- "type": "boolean"
1251
- },
1252
- "verbose": {
1253
- "name": "verbose",
1254
- "summary": "show all files paths being removed",
1255
- "allowNo": false,
1256
- "type": "boolean"
1257
- }
1258
- },
1259
- "hasDynamicHelp": false,
1260
- "hiddenAliases": [],
1261
- "id": "cli:tarballs:prepare",
1262
- "pluginAlias": "@salesforce/plugin-release-management",
1263
- "pluginName": "@salesforce/plugin-release-management",
1264
- "pluginType": "core",
1265
- "strict": true,
1266
- "summary": "remove unnecessary files from node_modules",
1267
- "enableJsonFlag": true,
1268
- "isESM": true,
1269
- "relativePath": [
1270
- "lib",
1271
- "commands",
1272
- "cli",
1273
- "tarballs",
1274
- "prepare.js"
1275
- ]
1276
- },
1277
- "cli:tarballs:smoke": {
1278
- "aliases": [],
1279
- "args": {},
1280
- "description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1281
- "examples": [
1282
- "<%= config.bin %> <%= command.id %>",
1283
- "<%= config.bin %> <%= command.id %>"
1284
- ],
1285
- "flags": {
1286
- "json": {
1287
- "description": "Format output as json.",
1288
- "helpGroup": "GLOBAL",
1289
- "name": "json",
1290
- "allowNo": false,
1291
- "type": "boolean"
1292
- },
1293
- "flags-dir": {
1294
- "helpGroup": "GLOBAL",
1295
- "name": "flags-dir",
1296
- "summary": "Import flag values from a directory.",
1297
- "hasDynamicHelp": false,
1298
- "multiple": false,
1299
- "type": "option"
1300
- },
1301
- "verbose": {
1302
- "name": "verbose",
1303
- "summary": "show the --help output for each command",
1304
- "allowNo": false,
1305
- "type": "boolean"
1306
- }
1307
- },
1308
- "hasDynamicHelp": false,
1309
- "hiddenAliases": [],
1310
- "id": "cli:tarballs:smoke",
1311
- "pluginAlias": "@salesforce/plugin-release-management",
1312
- "pluginName": "@salesforce/plugin-release-management",
1313
- "pluginType": "core",
1314
- "strict": true,
1315
- "summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
1316
- "enableJsonFlag": true,
1317
- "isESM": true,
1318
- "relativePath": [
1319
- "lib",
1320
- "commands",
1321
- "cli",
1322
- "tarballs",
1323
- "smoke.js"
1324
- ]
1325
- },
1326
- "cli:tarballs:verify": {
1327
- "aliases": [],
1328
- "args": {},
1329
- "description": "verify that tarballs are ready to be uploaded",
1330
- "examples": [
1331
- "<%= config.bin %> <%= command.id %>",
1332
- "<%= config.bin %> <%= command.id %> --cli sfdx",
1333
- "<%= config.bin %> <%= command.id %> --cli sf"
1334
- ],
1335
- "flags": {
1336
- "json": {
1337
- "description": "Format output as json.",
1338
- "helpGroup": "GLOBAL",
1339
- "name": "json",
1340
- "allowNo": false,
1341
- "type": "boolean"
1342
- },
1343
- "flags-dir": {
1344
- "helpGroup": "GLOBAL",
1345
- "name": "flags-dir",
1346
- "summary": "Import flag values from a directory.",
1347
- "hasDynamicHelp": false,
1348
- "multiple": false,
1349
- "type": "option"
1350
- },
1351
- "cli": {
1352
- "char": "c",
1353
- "name": "cli",
1354
- "summary": "the cli to verify",
1355
- "default": "sfdx",
1356
- "hasDynamicHelp": false,
1357
- "multiple": false,
1358
- "options": [
1359
- "sf",
1360
- "sfdx"
1361
- ],
1362
- "type": "option"
1363
- },
1364
- "windows-username-buffer": {
1365
- "char": "w",
1366
- "name": "windows-username-buffer",
1367
- "summary": "the number of characters to allow for windows usernames",
1368
- "default": 41,
1369
- "hasDynamicHelp": false,
1370
- "multiple": false,
1371
- "type": "option"
1372
- }
1373
- },
1374
- "hasDynamicHelp": false,
1375
- "hiddenAliases": [],
1376
- "id": "cli:tarballs:verify",
1377
- "pluginAlias": "@salesforce/plugin-release-management",
1378
- "pluginName": "@salesforce/plugin-release-management",
1379
- "pluginType": "core",
1380
- "strict": true,
1381
- "summary": "verify that tarballs are ready to be uploaded",
1382
- "enableJsonFlag": true,
1383
- "isESM": true,
1384
- "relativePath": [
1385
- "lib",
1386
- "commands",
1387
- "cli",
1388
- "tarballs",
1389
- "verify.js"
1390
- ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.61"
1393
+ "version": "5.7.63"
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.61",
4
+ "version": "5.7.63",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -9,13 +9,13 @@
9
9
  "sf-release": "bin/run.js"
10
10
  },
11
11
  "dependencies": {
12
- "@oclif/core": "^4.5.2",
12
+ "@oclif/core": "^4.5.4",
13
13
  "@octokit/core": "^6.1.6",
14
14
  "@octokit/plugin-paginate-rest": "^11.6.0",
15
15
  "@octokit/plugin-throttling": "^9.6.1",
16
16
  "@salesforce/cli-plugins-testkit": "^5.3.41",
17
17
  "@salesforce/core": "^8.22.0",
18
- "@salesforce/kit": "^3.2.0",
18
+ "@salesforce/kit": "^3.2.4",
19
19
  "@salesforce/plugin-command-reference": "^3.1.67",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
@@ -33,14 +33,14 @@
33
33
  "yarn-deduplicate": "^6.0.2"
34
34
  },
35
35
  "devDependencies": {
36
- "@oclif/plugin-command-snapshot": "^5.3.5",
36
+ "@oclif/plugin-command-snapshot": "^5.3.6",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
38
  "@salesforce/ts-sinon": "^1.4.31",
39
39
  "@types/semver": "^7.7.0",
40
40
  "@types/shelljs": "^0.8.17",
41
41
  "aws-sdk-mock": "^5.9.0",
42
- "eslint-plugin-sf-plugin": "^1.20.31",
43
- "oclif": "^4.22.16",
42
+ "eslint-plugin-sf-plugin": "^1.20.32",
43
+ "oclif": "^4.22.18",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.9.2"
46
46
  },