@salesforce/plugin-release-management 5.7.58 → 5.7.60

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,107 +848,6 @@
848
848
  "build.js"
849
849
  ]
850
850
  },
851
- "cli:versions:inspect": {
852
- "aliases": [],
853
- "args": {},
854
- "description": "inspect the CLI version across all install paths",
855
- "examples": [
856
- "<%= config.bin %> <%= command.id %> -l archive -c stable",
857
- "<%= config.bin %> <%= command.id %> -l archive -c stable-rc",
858
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable",
859
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest",
860
- "<%= config.bin %> <%= command.id %> -l archive npm -c latest latest-rc",
861
- "<%= config.bin %> <%= command.id %> -l archive npm -c stable stable-rc",
862
- "<%= config.bin %> <%= command.id %> -l npm -c latest --salesforce",
863
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/core",
864
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d @salesforce/\\*\\*/ salesforce-alm",
865
- "<%= config.bin %> <%= command.id %> -l npm -c latest -d chalk -s"
866
- ],
867
- "flags": {
868
- "json": {
869
- "description": "Format output as json.",
870
- "helpGroup": "GLOBAL",
871
- "name": "json",
872
- "allowNo": false,
873
- "type": "boolean"
874
- },
875
- "flags-dir": {
876
- "helpGroup": "GLOBAL",
877
- "name": "flags-dir",
878
- "summary": "Import flag values from a directory.",
879
- "hasDynamicHelp": false,
880
- "multiple": false,
881
- "type": "option"
882
- },
883
- "dependencies": {
884
- "char": "d",
885
- "name": "dependencies",
886
- "summary": "glob pattern of dependencies you want to see the version of",
887
- "hasDynamicHelp": false,
888
- "multiple": true,
889
- "type": "option"
890
- },
891
- "salesforce": {
892
- "char": "s",
893
- "name": "salesforce",
894
- "summary": "show versions of salesforce owned dependencies",
895
- "allowNo": false,
896
- "type": "boolean"
897
- },
898
- "channels": {
899
- "char": "c",
900
- "name": "channels",
901
- "required": true,
902
- "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)",
903
- "hasDynamicHelp": false,
904
- "multiple": true,
905
- "options": [
906
- "stable",
907
- "stable-rc",
908
- "latest",
909
- "latest-rc",
910
- "nightly"
911
- ],
912
- "type": "option"
913
- },
914
- "locations": {
915
- "char": "l",
916
- "name": "locations",
917
- "required": true,
918
- "summary": "the location you want to inspect",
919
- "hasDynamicHelp": false,
920
- "multiple": true,
921
- "options": [
922
- "archive",
923
- "npm"
924
- ],
925
- "type": "option"
926
- },
927
- "ignore-missing": {
928
- "name": "ignore-missing",
929
- "summary": "skip missing archives. Useful when supporting new architectures in oclif",
930
- "allowNo": false,
931
- "type": "boolean"
932
- }
933
- },
934
- "hasDynamicHelp": false,
935
- "hiddenAliases": [],
936
- "id": "cli:versions:inspect",
937
- "pluginAlias": "@salesforce/plugin-release-management",
938
- "pluginName": "@salesforce/plugin-release-management",
939
- "pluginType": "core",
940
- "strict": true,
941
- "summary": "inspect the CLI version across all install paths",
942
- "enableJsonFlag": true,
943
- "isESM": true,
944
- "relativePath": [
945
- "lib",
946
- "commands",
947
- "cli",
948
- "versions",
949
- "inspect.js"
950
- ]
951
- },
952
851
  "cli:tarballs:prepare": {
953
852
  "aliases": [],
954
853
  "args": {},
@@ -1126,6 +1025,107 @@
1126
1025
  "verify.js"
1127
1026
  ]
1128
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
+ },
1129
1129
  "github:check:closed": {
1130
1130
  "aliases": [],
1131
1131
  "args": {},
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "5.7.58"
1393
+ "version": "5.7.60"
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.58",
4
+ "version": "5.7.60",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "type": "module",
@@ -13,10 +13,10 @@
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
- "@salesforce/cli-plugins-testkit": "^5.3.39",
16
+ "@salesforce/cli-plugins-testkit": "^5.3.41",
17
17
  "@salesforce/core": "^8.22.0",
18
18
  "@salesforce/kit": "^3.2.0",
19
- "@salesforce/plugin-command-reference": "^3.1.65",
19
+ "@salesforce/plugin-command-reference": "^3.1.66",
20
20
  "@salesforce/plugin-trust": "^3.7.89",
21
21
  "@salesforce/sf-plugins-core": "^12.2.4",
22
22
  "@salesforce/ts-types": "^2.0.10",
@@ -35,12 +35,12 @@
35
35
  "devDependencies": {
36
36
  "@oclif/plugin-command-snapshot": "^5.3.5",
37
37
  "@salesforce/dev-scripts": "^10.2.4",
38
- "@salesforce/ts-sinon": "^1.4.30",
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
42
  "eslint-plugin-sf-plugin": "^1.20.31",
43
- "oclif": "^4.22.12",
43
+ "oclif": "^4.22.16",
44
44
  "ts-node": "^10.9.2",
45
45
  "typescript": "^5.9.2"
46
46
  },