@salesforce/plugin-packaging 2.19.7 → 2.19.9

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.
Files changed (67) hide show
  1. package/README.md +28 -28
  2. package/lib/commands/package/convert.js +13 -4
  3. package/lib/commands/package/convert.js.map +1 -1
  4. package/lib/commands/package/create.js +13 -4
  5. package/lib/commands/package/create.js.map +1 -1
  6. package/lib/commands/package/delete.js +13 -4
  7. package/lib/commands/package/delete.js.map +1 -1
  8. package/lib/commands/package/install/report.js +13 -4
  9. package/lib/commands/package/install/report.js.map +1 -1
  10. package/lib/commands/package/install.js +13 -4
  11. package/lib/commands/package/install.js.map +1 -1
  12. package/lib/commands/package/installed/list.js +13 -4
  13. package/lib/commands/package/installed/list.js.map +1 -1
  14. package/lib/commands/package/list.js +13 -4
  15. package/lib/commands/package/list.js.map +1 -1
  16. package/lib/commands/package/push-upgrade/abort.js +13 -4
  17. package/lib/commands/package/push-upgrade/abort.js.map +1 -1
  18. package/lib/commands/package/push-upgrade/list.js +13 -4
  19. package/lib/commands/package/push-upgrade/list.js.map +1 -1
  20. package/lib/commands/package/push-upgrade/report.js +13 -4
  21. package/lib/commands/package/push-upgrade/report.js.map +1 -1
  22. package/lib/commands/package/push-upgrade/schedule.js +13 -4
  23. package/lib/commands/package/push-upgrade/schedule.js.map +1 -1
  24. package/lib/commands/package/uninstall/report.js +13 -4
  25. package/lib/commands/package/uninstall/report.js.map +1 -1
  26. package/lib/commands/package/uninstall.js +13 -4
  27. package/lib/commands/package/uninstall.js.map +1 -1
  28. package/lib/commands/package/update.js +13 -4
  29. package/lib/commands/package/update.js.map +1 -1
  30. package/lib/commands/package/version/create/list.js +13 -4
  31. package/lib/commands/package/version/create/list.js.map +1 -1
  32. package/lib/commands/package/version/create/report.js +13 -4
  33. package/lib/commands/package/version/create/report.js.map +1 -1
  34. package/lib/commands/package/version/create.js +13 -4
  35. package/lib/commands/package/version/create.js.map +1 -1
  36. package/lib/commands/package/version/delete.js +13 -4
  37. package/lib/commands/package/version/delete.js.map +1 -1
  38. package/lib/commands/package/version/displayancestry.js +13 -4
  39. package/lib/commands/package/version/displayancestry.js.map +1 -1
  40. package/lib/commands/package/version/displaydependencies.js +13 -4
  41. package/lib/commands/package/version/displaydependencies.js.map +1 -1
  42. package/lib/commands/package/version/list.js +13 -4
  43. package/lib/commands/package/version/list.js.map +1 -1
  44. package/lib/commands/package/version/promote.js +13 -4
  45. package/lib/commands/package/version/promote.js.map +1 -1
  46. package/lib/commands/package/version/report.js +13 -4
  47. package/lib/commands/package/version/report.js.map +1 -1
  48. package/lib/commands/package/version/retrieve.js +13 -4
  49. package/lib/commands/package/version/retrieve.js.map +1 -1
  50. package/lib/commands/package/version/update.js +13 -4
  51. package/lib/commands/package/version/update.js.map +1 -1
  52. package/lib/commands/package1/version/create/get.js +13 -4
  53. package/lib/commands/package1/version/create/get.js.map +1 -1
  54. package/lib/commands/package1/version/create.js +13 -4
  55. package/lib/commands/package1/version/create.js.map +1 -1
  56. package/lib/commands/package1/version/display.js +13 -4
  57. package/lib/commands/package1/version/display.js.map +1 -1
  58. package/lib/commands/package1/version/list.js +13 -4
  59. package/lib/commands/package1/version/list.js.map +1 -1
  60. package/lib/index.js +13 -4
  61. package/lib/index.js.map +1 -1
  62. package/lib/utils/getProject.js +13 -4
  63. package/lib/utils/getProject.js.map +1 -1
  64. package/lib/utils/hubFlag.js +13 -4
  65. package/lib/utils/hubFlag.js.map +1 -1
  66. package/oclif.manifest.json +238 -238
  67. package/package.json +9 -9
@@ -1053,15 +1053,15 @@
1053
1053
  "update:package"
1054
1054
  ]
1055
1055
  },
1056
- "package:installed:list": {
1056
+ "package:install:report": {
1057
1057
  "aliases": [
1058
- "force:package:installed:list"
1058
+ "force:package:install:report"
1059
1059
  ],
1060
1060
  "args": {},
1061
1061
  "deprecateAliases": true,
1062
1062
  "examples": [
1063
- "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1064
- "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1063
+ "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1064
+ "Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
1065
1065
  ],
1066
1066
  "flags": {
1067
1067
  "json": {
@@ -1079,16 +1079,6 @@
1079
1079
  "multiple": false,
1080
1080
  "type": "option"
1081
1081
  },
1082
- "loglevel": {
1083
- "deprecated": {
1084
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1085
- },
1086
- "hidden": true,
1087
- "name": "loglevel",
1088
- "hasDynamicHelp": false,
1089
- "multiple": false,
1090
- "type": "option"
1091
- },
1092
1082
  "target-org": {
1093
1083
  "aliases": [
1094
1084
  "targetusername",
@@ -1114,69 +1104,92 @@
1114
1104
  "hasDynamicHelp": false,
1115
1105
  "multiple": false,
1116
1106
  "type": "option"
1107
+ },
1108
+ "loglevel": {
1109
+ "deprecated": {
1110
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1111
+ },
1112
+ "hidden": true,
1113
+ "name": "loglevel",
1114
+ "hasDynamicHelp": false,
1115
+ "multiple": false,
1116
+ "type": "option"
1117
+ },
1118
+ "request-id": {
1119
+ "aliases": [
1120
+ "requestid"
1121
+ ],
1122
+ "char": "i",
1123
+ "deprecateAliases": true,
1124
+ "name": "request-id",
1125
+ "required": true,
1126
+ "summary": "ID of the package install request you want to check; starts with 0Hf.",
1127
+ "hasDynamicHelp": false,
1128
+ "multiple": false,
1129
+ "type": "option"
1117
1130
  }
1118
1131
  },
1119
1132
  "hasDynamicHelp": true,
1120
1133
  "hiddenAliases": [],
1121
- "id": "package:installed:list",
1134
+ "id": "package:install:report",
1122
1135
  "pluginAlias": "@salesforce/plugin-packaging",
1123
1136
  "pluginName": "@salesforce/plugin-packaging",
1124
1137
  "pluginType": "core",
1125
1138
  "strict": true,
1126
- "summary": "List the org’s installed packages.",
1139
+ "summary": "Retrieve the status of a package installation request.",
1127
1140
  "enableJsonFlag": true,
1128
1141
  "isESM": true,
1129
1142
  "relativePath": [
1130
1143
  "lib",
1131
1144
  "commands",
1132
1145
  "package",
1133
- "installed",
1134
- "list.js"
1146
+ "install",
1147
+ "report.js"
1135
1148
  ],
1136
1149
  "aliasPermutations": [
1137
- "force:package:installed:list",
1138
- "package:force:installed:list",
1139
- "package:installed:force:list",
1140
- "package:installed:list:force",
1141
- "force:installed:package:list",
1142
- "installed:force:package:list",
1143
- "installed:package:force:list",
1144
- "installed:package:list:force",
1145
- "force:installed:list:package",
1146
- "installed:force:list:package",
1147
- "installed:list:force:package",
1148
- "installed:list:package:force",
1149
- "force:package:list:installed",
1150
- "package:force:list:installed",
1151
- "package:list:force:installed",
1152
- "package:list:installed:force",
1153
- "force:list:package:installed",
1154
- "list:force:package:installed",
1155
- "list:package:force:installed",
1156
- "list:package:installed:force",
1157
- "force:list:installed:package",
1158
- "list:force:installed:package",
1159
- "list:installed:force:package",
1160
- "list:installed:package:force"
1150
+ "force:package:install:report",
1151
+ "package:force:install:report",
1152
+ "package:install:force:report",
1153
+ "package:install:report:force",
1154
+ "force:install:package:report",
1155
+ "install:force:package:report",
1156
+ "install:package:force:report",
1157
+ "install:package:report:force",
1158
+ "force:install:report:package",
1159
+ "install:force:report:package",
1160
+ "install:report:force:package",
1161
+ "install:report:package:force",
1162
+ "force:package:report:install",
1163
+ "package:force:report:install",
1164
+ "package:report:force:install",
1165
+ "package:report:install:force",
1166
+ "force:report:package:install",
1167
+ "report:force:package:install",
1168
+ "report:package:force:install",
1169
+ "report:package:install:force",
1170
+ "force:report:install:package",
1171
+ "report:force:install:package",
1172
+ "report:install:force:package",
1173
+ "report:install:package:force"
1161
1174
  ],
1162
1175
  "permutations": [
1163
- "package:installed:list",
1164
- "installed:package:list",
1165
- "installed:list:package",
1166
- "package:list:installed",
1167
- "list:package:installed",
1168
- "list:installed:package"
1176
+ "package:install:report",
1177
+ "install:package:report",
1178
+ "install:report:package",
1179
+ "package:report:install",
1180
+ "report:package:install",
1181
+ "report:install:package"
1169
1182
  ]
1170
1183
  },
1171
- "package:install:report": {
1184
+ "package:installed:list": {
1172
1185
  "aliases": [
1173
- "force:package:install:report"
1186
+ "force:package:installed:list"
1174
1187
  ],
1175
1188
  "args": {},
1176
1189
  "deprecateAliases": true,
1177
1190
  "examples": [
1178
- "Retrieve the status of a package installation request with the specified ID on your default org:\n<%= config.bin %> <%= command.id %> --request-id 0Hf...",
1179
- "Similar to previous example, except use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 0Hf... --target-org me@example.com"
1191
+ "List the installed packages in your default org:\n<%= config.bin %> <%= command.id %>",
1192
+ "List the installed packages in the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --target-org me@example.com"
1180
1193
  ],
1181
1194
  "flags": {
1182
1195
  "json": {
@@ -1194,6 +1207,16 @@
1194
1207
  "multiple": false,
1195
1208
  "type": "option"
1196
1209
  },
1210
+ "loglevel": {
1211
+ "deprecated": {
1212
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1213
+ },
1214
+ "hidden": true,
1215
+ "name": "loglevel",
1216
+ "hasDynamicHelp": false,
1217
+ "multiple": false,
1218
+ "type": "option"
1219
+ },
1197
1220
  "target-org": {
1198
1221
  "aliases": [
1199
1222
  "targetusername",
@@ -1219,81 +1242,58 @@
1219
1242
  "hasDynamicHelp": false,
1220
1243
  "multiple": false,
1221
1244
  "type": "option"
1222
- },
1223
- "loglevel": {
1224
- "deprecated": {
1225
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1226
- },
1227
- "hidden": true,
1228
- "name": "loglevel",
1229
- "hasDynamicHelp": false,
1230
- "multiple": false,
1231
- "type": "option"
1232
- },
1233
- "request-id": {
1234
- "aliases": [
1235
- "requestid"
1236
- ],
1237
- "char": "i",
1238
- "deprecateAliases": true,
1239
- "name": "request-id",
1240
- "required": true,
1241
- "summary": "ID of the package install request you want to check; starts with 0Hf.",
1242
- "hasDynamicHelp": false,
1243
- "multiple": false,
1244
- "type": "option"
1245
1245
  }
1246
1246
  },
1247
1247
  "hasDynamicHelp": true,
1248
1248
  "hiddenAliases": [],
1249
- "id": "package:install:report",
1249
+ "id": "package:installed:list",
1250
1250
  "pluginAlias": "@salesforce/plugin-packaging",
1251
1251
  "pluginName": "@salesforce/plugin-packaging",
1252
1252
  "pluginType": "core",
1253
1253
  "strict": true,
1254
- "summary": "Retrieve the status of a package installation request.",
1254
+ "summary": "List the org’s installed packages.",
1255
1255
  "enableJsonFlag": true,
1256
1256
  "isESM": true,
1257
1257
  "relativePath": [
1258
1258
  "lib",
1259
1259
  "commands",
1260
1260
  "package",
1261
- "install",
1262
- "report.js"
1261
+ "installed",
1262
+ "list.js"
1263
1263
  ],
1264
1264
  "aliasPermutations": [
1265
- "force:package:install:report",
1266
- "package:force:install:report",
1267
- "package:install:force:report",
1268
- "package:install:report:force",
1269
- "force:install:package:report",
1270
- "install:force:package:report",
1271
- "install:package:force:report",
1272
- "install:package:report:force",
1273
- "force:install:report:package",
1274
- "install:force:report:package",
1275
- "install:report:force:package",
1276
- "install:report:package:force",
1277
- "force:package:report:install",
1278
- "package:force:report:install",
1279
- "package:report:force:install",
1280
- "package:report:install:force",
1281
- "force:report:package:install",
1282
- "report:force:package:install",
1283
- "report:package:force:install",
1284
- "report:package:install:force",
1285
- "force:report:install:package",
1286
- "report:force:install:package",
1287
- "report:install:force:package",
1288
- "report:install:package:force"
1265
+ "force:package:installed:list",
1266
+ "package:force:installed:list",
1267
+ "package:installed:force:list",
1268
+ "package:installed:list:force",
1269
+ "force:installed:package:list",
1270
+ "installed:force:package:list",
1271
+ "installed:package:force:list",
1272
+ "installed:package:list:force",
1273
+ "force:installed:list:package",
1274
+ "installed:force:list:package",
1275
+ "installed:list:force:package",
1276
+ "installed:list:package:force",
1277
+ "force:package:list:installed",
1278
+ "package:force:list:installed",
1279
+ "package:list:force:installed",
1280
+ "package:list:installed:force",
1281
+ "force:list:package:installed",
1282
+ "list:force:package:installed",
1283
+ "list:package:force:installed",
1284
+ "list:package:installed:force",
1285
+ "force:list:installed:package",
1286
+ "list:force:installed:package",
1287
+ "list:installed:force:package",
1288
+ "list:installed:package:force"
1289
1289
  ],
1290
1290
  "permutations": [
1291
- "package:install:report",
1292
- "install:package:report",
1293
- "install:report:package",
1294
- "package:report:install",
1295
- "report:package:install",
1296
- "report:install:package"
1291
+ "package:installed:list",
1292
+ "installed:package:list",
1293
+ "installed:list:package",
1294
+ "package:list:installed",
1295
+ "list:package:installed",
1296
+ "list:installed:package"
1297
1297
  ]
1298
1298
  },
1299
1299
  "package:push-upgrade:abort": {
@@ -1775,134 +1775,6 @@
1775
1775
  "schedule:push-upgrade:package"
1776
1776
  ]
1777
1777
  },
1778
- "package:uninstall:report": {
1779
- "aliases": [
1780
- "force:package:uninstall:report"
1781
- ],
1782
- "args": {},
1783
- "deprecateAliases": true,
1784
- "examples": [
1785
- "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
1786
- "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
1787
- ],
1788
- "flags": {
1789
- "json": {
1790
- "description": "Format output as json.",
1791
- "helpGroup": "GLOBAL",
1792
- "name": "json",
1793
- "allowNo": false,
1794
- "type": "boolean"
1795
- },
1796
- "flags-dir": {
1797
- "helpGroup": "GLOBAL",
1798
- "name": "flags-dir",
1799
- "summary": "Import flag values from a directory.",
1800
- "hasDynamicHelp": false,
1801
- "multiple": false,
1802
- "type": "option"
1803
- },
1804
- "loglevel": {
1805
- "deprecated": {
1806
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
1807
- },
1808
- "hidden": true,
1809
- "name": "loglevel",
1810
- "hasDynamicHelp": false,
1811
- "multiple": false,
1812
- "type": "option"
1813
- },
1814
- "target-org": {
1815
- "aliases": [
1816
- "targetusername",
1817
- "u"
1818
- ],
1819
- "char": "o",
1820
- "deprecateAliases": true,
1821
- "name": "target-org",
1822
- "noCacheDefault": true,
1823
- "required": true,
1824
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1825
- "hasDynamicHelp": true,
1826
- "multiple": false,
1827
- "type": "option"
1828
- },
1829
- "api-version": {
1830
- "aliases": [
1831
- "apiversion"
1832
- ],
1833
- "deprecateAliases": true,
1834
- "description": "Override the api version used for api requests made by this command",
1835
- "name": "api-version",
1836
- "hasDynamicHelp": false,
1837
- "multiple": false,
1838
- "type": "option"
1839
- },
1840
- "request-id": {
1841
- "aliases": [
1842
- "requestid"
1843
- ],
1844
- "char": "i",
1845
- "deprecateAliases": true,
1846
- "name": "request-id",
1847
- "required": true,
1848
- "summary": "ID of the package uninstall request you want to check; starts with 06y.",
1849
- "hasDynamicHelp": false,
1850
- "multiple": false,
1851
- "type": "option"
1852
- }
1853
- },
1854
- "hasDynamicHelp": true,
1855
- "hiddenAliases": [],
1856
- "id": "package:uninstall:report",
1857
- "pluginAlias": "@salesforce/plugin-packaging",
1858
- "pluginName": "@salesforce/plugin-packaging",
1859
- "pluginType": "core",
1860
- "strict": true,
1861
- "summary": "Retrieve the status of a package uninstall request.",
1862
- "enableJsonFlag": true,
1863
- "isESM": true,
1864
- "relativePath": [
1865
- "lib",
1866
- "commands",
1867
- "package",
1868
- "uninstall",
1869
- "report.js"
1870
- ],
1871
- "aliasPermutations": [
1872
- "force:package:uninstall:report",
1873
- "package:force:uninstall:report",
1874
- "package:uninstall:force:report",
1875
- "package:uninstall:report:force",
1876
- "force:uninstall:package:report",
1877
- "uninstall:force:package:report",
1878
- "uninstall:package:force:report",
1879
- "uninstall:package:report:force",
1880
- "force:uninstall:report:package",
1881
- "uninstall:force:report:package",
1882
- "uninstall:report:force:package",
1883
- "uninstall:report:package:force",
1884
- "force:package:report:uninstall",
1885
- "package:force:report:uninstall",
1886
- "package:report:force:uninstall",
1887
- "package:report:uninstall:force",
1888
- "force:report:package:uninstall",
1889
- "report:force:package:uninstall",
1890
- "report:package:force:uninstall",
1891
- "report:package:uninstall:force",
1892
- "force:report:uninstall:package",
1893
- "report:force:uninstall:package",
1894
- "report:uninstall:force:package",
1895
- "report:uninstall:package:force"
1896
- ],
1897
- "permutations": [
1898
- "package:uninstall:report",
1899
- "uninstall:package:report",
1900
- "uninstall:report:package",
1901
- "package:report:uninstall",
1902
- "report:package:uninstall",
1903
- "report:uninstall:package"
1904
- ]
1905
- },
1906
1778
  "package:version:create": {
1907
1779
  "aliases": [
1908
1780
  "force:package:version:create"
@@ -3439,6 +3311,134 @@
3439
3311
  "update:version:package"
3440
3312
  ]
3441
3313
  },
3314
+ "package:uninstall:report": {
3315
+ "aliases": [
3316
+ "force:package:uninstall:report"
3317
+ ],
3318
+ "args": {},
3319
+ "deprecateAliases": true,
3320
+ "examples": [
3321
+ "Retrieve the status of a package uninstall in your default org using the specified request ID:\n<%= config.bin %> <%= command.id %> --request-id 06y...",
3322
+ "Similar to previous example, but use the org with username me@example.com:\n<%= config.bin %> <%= command.id %> --request-id 06y... --target-org me@example.com"
3323
+ ],
3324
+ "flags": {
3325
+ "json": {
3326
+ "description": "Format output as json.",
3327
+ "helpGroup": "GLOBAL",
3328
+ "name": "json",
3329
+ "allowNo": false,
3330
+ "type": "boolean"
3331
+ },
3332
+ "flags-dir": {
3333
+ "helpGroup": "GLOBAL",
3334
+ "name": "flags-dir",
3335
+ "summary": "Import flag values from a directory.",
3336
+ "hasDynamicHelp": false,
3337
+ "multiple": false,
3338
+ "type": "option"
3339
+ },
3340
+ "loglevel": {
3341
+ "deprecated": {
3342
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3343
+ },
3344
+ "hidden": true,
3345
+ "name": "loglevel",
3346
+ "hasDynamicHelp": false,
3347
+ "multiple": false,
3348
+ "type": "option"
3349
+ },
3350
+ "target-org": {
3351
+ "aliases": [
3352
+ "targetusername",
3353
+ "u"
3354
+ ],
3355
+ "char": "o",
3356
+ "deprecateAliases": true,
3357
+ "name": "target-org",
3358
+ "noCacheDefault": true,
3359
+ "required": true,
3360
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
3361
+ "hasDynamicHelp": true,
3362
+ "multiple": false,
3363
+ "type": "option"
3364
+ },
3365
+ "api-version": {
3366
+ "aliases": [
3367
+ "apiversion"
3368
+ ],
3369
+ "deprecateAliases": true,
3370
+ "description": "Override the api version used for api requests made by this command",
3371
+ "name": "api-version",
3372
+ "hasDynamicHelp": false,
3373
+ "multiple": false,
3374
+ "type": "option"
3375
+ },
3376
+ "request-id": {
3377
+ "aliases": [
3378
+ "requestid"
3379
+ ],
3380
+ "char": "i",
3381
+ "deprecateAliases": true,
3382
+ "name": "request-id",
3383
+ "required": true,
3384
+ "summary": "ID of the package uninstall request you want to check; starts with 06y.",
3385
+ "hasDynamicHelp": false,
3386
+ "multiple": false,
3387
+ "type": "option"
3388
+ }
3389
+ },
3390
+ "hasDynamicHelp": true,
3391
+ "hiddenAliases": [],
3392
+ "id": "package:uninstall:report",
3393
+ "pluginAlias": "@salesforce/plugin-packaging",
3394
+ "pluginName": "@salesforce/plugin-packaging",
3395
+ "pluginType": "core",
3396
+ "strict": true,
3397
+ "summary": "Retrieve the status of a package uninstall request.",
3398
+ "enableJsonFlag": true,
3399
+ "isESM": true,
3400
+ "relativePath": [
3401
+ "lib",
3402
+ "commands",
3403
+ "package",
3404
+ "uninstall",
3405
+ "report.js"
3406
+ ],
3407
+ "aliasPermutations": [
3408
+ "force:package:uninstall:report",
3409
+ "package:force:uninstall:report",
3410
+ "package:uninstall:force:report",
3411
+ "package:uninstall:report:force",
3412
+ "force:uninstall:package:report",
3413
+ "uninstall:force:package:report",
3414
+ "uninstall:package:force:report",
3415
+ "uninstall:package:report:force",
3416
+ "force:uninstall:report:package",
3417
+ "uninstall:force:report:package",
3418
+ "uninstall:report:force:package",
3419
+ "uninstall:report:package:force",
3420
+ "force:package:report:uninstall",
3421
+ "package:force:report:uninstall",
3422
+ "package:report:force:uninstall",
3423
+ "package:report:uninstall:force",
3424
+ "force:report:package:uninstall",
3425
+ "report:force:package:uninstall",
3426
+ "report:package:force:uninstall",
3427
+ "report:package:uninstall:force",
3428
+ "force:report:uninstall:package",
3429
+ "report:force:uninstall:package",
3430
+ "report:uninstall:force:package",
3431
+ "report:uninstall:package:force"
3432
+ ],
3433
+ "permutations": [
3434
+ "package:uninstall:report",
3435
+ "uninstall:package:report",
3436
+ "uninstall:report:package",
3437
+ "package:report:uninstall",
3438
+ "report:package:uninstall",
3439
+ "report:uninstall:package"
3440
+ ]
3441
+ },
3442
3442
  "package1:version:create": {
3443
3443
  "aliases": [
3444
3444
  "force:package1:version:create"
@@ -4667,5 +4667,5 @@
4667
4667
  ]
4668
4668
  }
4669
4669
  },
4670
- "version": "2.19.7"
4670
+ "version": "2.19.9"
4671
4671
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "2.19.7",
4
+ "version": "2.19.9",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
- "@salesforce/core": "^8.21.2",
9
+ "@salesforce/core": "^8.22.0",
10
10
  "@salesforce/kit": "^3.2.3",
11
- "@salesforce/packaging": "^4.12.0",
11
+ "@salesforce/packaging": "^4.13.1",
12
12
  "@salesforce/sf-plugins-core": "^12.2.4",
13
13
  "chalk": "^5.6.0"
14
14
  },
15
15
  "devDependencies": {
16
16
  "@oclif/plugin-command-snapshot": "^5.3.5",
17
- "@salesforce/cli-plugins-testkit": "^5.3.39",
18
- "@salesforce/dev-scripts": "^11.0.3",
19
- "@salesforce/plugin-command-reference": "^3.1.65",
17
+ "@salesforce/cli-plugins-testkit": "^5.3.41",
18
+ "@salesforce/dev-scripts": "^11.0.4",
19
+ "@salesforce/plugin-command-reference": "^3.1.67",
20
20
  "eslint-plugin-sf-plugin": "^1.20.31",
21
- "oclif": "^4.22.12",
21
+ "oclif": "^4.22.14",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.9.2"
24
24
  },
@@ -247,7 +247,7 @@
247
247
  "exports": "./lib/index.js",
248
248
  "type": "module",
249
249
  "sfdx": {
250
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.7.crt",
251
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.7.sig"
250
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.9.crt",
251
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.19.9.sig"
252
252
  }
253
253
  }