@salesforce/plugin-packaging 1.27.1 → 1.27.3

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 (40) hide show
  1. package/README.md +94 -138
  2. package/lib/commands/package/convert.d.ts +9 -9
  3. package/lib/commands/package/convert.js +2 -2
  4. package/lib/commands/package/convert.js.map +1 -1
  5. package/lib/commands/package/create.d.ts +8 -8
  6. package/lib/commands/package/delete.d.ts +4 -4
  7. package/lib/commands/package/install/report.d.ts +4 -4
  8. package/lib/commands/package/install.d.ts +12 -13
  9. package/lib/commands/package/install.js.map +1 -1
  10. package/lib/commands/package/installed/list.d.ts +3 -3
  11. package/lib/commands/package/list.d.ts +3 -3
  12. package/lib/commands/package/uninstall/report.d.ts +4 -4
  13. package/lib/commands/package/uninstall.d.ts +5 -5
  14. package/lib/commands/package/update.d.ts +7 -7
  15. package/lib/commands/package/version/create/list.d.ts +5 -5
  16. package/lib/commands/package/version/create/report.d.ts +4 -4
  17. package/lib/commands/package/version/create/report.js +3 -1
  18. package/lib/commands/package/version/create/report.js.map +1 -1
  19. package/lib/commands/package/version/create.d.ts +19 -19
  20. package/lib/commands/package/version/create.js +2 -2
  21. package/lib/commands/package/version/create.js.map +1 -1
  22. package/lib/commands/package/version/delete.d.ts +4 -4
  23. package/lib/commands/package/version/displayancestry.d.ts +4 -4
  24. package/lib/commands/package/version/list.d.ts +7 -7
  25. package/lib/commands/package/version/list.js +2 -2
  26. package/lib/commands/package/version/list.js.map +1 -1
  27. package/lib/commands/package/version/promote.d.ts +4 -4
  28. package/lib/commands/package/version/report.d.ts +4 -4
  29. package/lib/commands/package/version/report.js +1 -1
  30. package/lib/commands/package/version/report.js.map +1 -1
  31. package/lib/commands/package/version/retrieve.d.ts +5 -5
  32. package/lib/commands/package/version/update.d.ts +9 -9
  33. package/lib/commands/package1/version/create/get.d.ts +4 -4
  34. package/lib/commands/package1/version/create.d.ts +11 -11
  35. package/lib/commands/package1/version/display.d.ts +4 -4
  36. package/lib/commands/package1/version/list.d.ts +4 -4
  37. package/lib/utils/hubFlag.d.ts +1 -1
  38. package/oclif.lock +421 -557
  39. package/oclif.manifest.json +25 -216
  40. package/package.json +14 -37
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.27.1",
2
+ "version": "1.27.3",
3
3
  "commands": {
4
4
  "package:convert": {
5
5
  "id": "package:convert",
@@ -19,14 +19,6 @@
19
19
  ],
20
20
  "deprecateAliases": true,
21
21
  "flags": {
22
- "json": {
23
- "name": "json",
24
- "type": "boolean",
25
- "description": "Format output as json.",
26
- "helpGroup": "GLOBAL",
27
- "allowNo": false,
28
- "deprecateAliases": true
29
- },
30
22
  "loglevel": {
31
23
  "name": "loglevel",
32
24
  "type": "option",
@@ -41,7 +33,7 @@
41
33
  "name": "target-dev-hub",
42
34
  "type": "option",
43
35
  "char": "v",
44
- "summary": "Username or alias of the Dev Hub org.",
36
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
45
37
  "required": true,
46
38
  "multiple": false,
47
39
  "deprecateAliases": true,
@@ -166,14 +158,6 @@
166
158
  ],
167
159
  "deprecateAliases": true,
168
160
  "flags": {
169
- "json": {
170
- "name": "json",
171
- "type": "boolean",
172
- "description": "Format output as json.",
173
- "helpGroup": "GLOBAL",
174
- "allowNo": false,
175
- "deprecateAliases": true
176
- },
177
161
  "loglevel": {
178
162
  "name": "loglevel",
179
163
  "type": "option",
@@ -188,7 +172,7 @@
188
172
  "name": "target-dev-hub",
189
173
  "type": "option",
190
174
  "char": "v",
191
- "summary": "Username or alias of the Dev Hub org.",
175
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
192
176
  "required": true,
193
177
  "multiple": false,
194
178
  "deprecateAliases": true,
@@ -307,14 +291,6 @@
307
291
  ],
308
292
  "deprecateAliases": true,
309
293
  "flags": {
310
- "json": {
311
- "name": "json",
312
- "type": "boolean",
313
- "description": "Format output as json.",
314
- "helpGroup": "GLOBAL",
315
- "allowNo": false,
316
- "deprecateAliases": true
317
- },
318
294
  "loglevel": {
319
295
  "name": "loglevel",
320
296
  "type": "option",
@@ -329,7 +305,7 @@
329
305
  "name": "target-dev-hub",
330
306
  "type": "option",
331
307
  "char": "v",
332
- "summary": "Username or alias of the Dev Hub org.",
308
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
333
309
  "required": true,
334
310
  "multiple": false,
335
311
  "deprecateAliases": true,
@@ -400,14 +376,6 @@
400
376
  ],
401
377
  "deprecateAliases": true,
402
378
  "flags": {
403
- "json": {
404
- "name": "json",
405
- "type": "boolean",
406
- "description": "Format output as json.",
407
- "helpGroup": "GLOBAL",
408
- "allowNo": false,
409
- "deprecateAliases": true
410
- },
411
379
  "loglevel": {
412
380
  "name": "loglevel",
413
381
  "type": "option",
@@ -422,7 +390,7 @@
422
390
  "name": "target-org",
423
391
  "type": "option",
424
392
  "char": "o",
425
- "summary": "Username or alias of the target org.",
393
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
426
394
  "required": true,
427
395
  "multiple": false,
428
396
  "deprecateAliases": true,
@@ -585,14 +553,6 @@
585
553
  ],
586
554
  "deprecateAliases": true,
587
555
  "flags": {
588
- "json": {
589
- "name": "json",
590
- "type": "boolean",
591
- "description": "Format output as json.",
592
- "helpGroup": "GLOBAL",
593
- "allowNo": false,
594
- "deprecateAliases": true
595
- },
596
556
  "loglevel": {
597
557
  "name": "loglevel",
598
558
  "type": "option",
@@ -607,7 +567,7 @@
607
567
  "name": "target-dev-hub",
608
568
  "type": "option",
609
569
  "char": "v",
610
- "summary": "Username or alias of the Dev Hub org.",
570
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
611
571
  "required": true,
612
572
  "multiple": false,
613
573
  "deprecateAliases": true,
@@ -656,14 +616,6 @@
656
616
  ],
657
617
  "deprecateAliases": true,
658
618
  "flags": {
659
- "json": {
660
- "name": "json",
661
- "type": "boolean",
662
- "description": "Format output as json.",
663
- "helpGroup": "GLOBAL",
664
- "allowNo": false,
665
- "deprecateAliases": true
666
- },
667
619
  "loglevel": {
668
620
  "name": "loglevel",
669
621
  "type": "option",
@@ -678,7 +630,7 @@
678
630
  "name": "target-org",
679
631
  "type": "option",
680
632
  "char": "o",
681
- "summary": "Username or alias of the target org.",
633
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
682
634
  "required": true,
683
635
  "multiple": false,
684
636
  "deprecateAliases": true,
@@ -739,14 +691,6 @@
739
691
  ],
740
692
  "deprecateAliases": true,
741
693
  "flags": {
742
- "json": {
743
- "name": "json",
744
- "type": "boolean",
745
- "description": "Format output as json.",
746
- "helpGroup": "GLOBAL",
747
- "allowNo": false,
748
- "deprecateAliases": true
749
- },
750
694
  "loglevel": {
751
695
  "name": "loglevel",
752
696
  "type": "option",
@@ -761,7 +705,7 @@
761
705
  "name": "target-dev-hub",
762
706
  "type": "option",
763
707
  "char": "v",
764
- "summary": "Username or alias of the Dev Hub org.",
708
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
765
709
  "required": true,
766
710
  "multiple": false,
767
711
  "deprecateAliases": true,
@@ -845,19 +789,11 @@
845
789
  ],
846
790
  "deprecateAliases": true,
847
791
  "flags": {
848
- "json": {
849
- "name": "json",
850
- "type": "boolean",
851
- "description": "Format output as json.",
852
- "helpGroup": "GLOBAL",
853
- "allowNo": false,
854
- "deprecateAliases": true
855
- },
856
792
  "target-org": {
857
793
  "name": "target-org",
858
794
  "type": "option",
859
795
  "char": "o",
860
- "summary": "Username or alias of the target org.",
796
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
861
797
  "required": true,
862
798
  "multiple": false,
863
799
  "deprecateAliases": true,
@@ -918,14 +854,6 @@
918
854
  ],
919
855
  "deprecateAliases": true,
920
856
  "flags": {
921
- "json": {
922
- "name": "json",
923
- "type": "boolean",
924
- "description": "Format output as json.",
925
- "helpGroup": "GLOBAL",
926
- "allowNo": false,
927
- "deprecateAliases": true
928
- },
929
857
  "loglevel": {
930
858
  "name": "loglevel",
931
859
  "type": "option",
@@ -940,7 +868,7 @@
940
868
  "name": "target-org",
941
869
  "type": "option",
942
870
  "char": "o",
943
- "summary": "Username or alias of the target org.",
871
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
944
872
  "required": true,
945
873
  "multiple": false,
946
874
  "deprecateAliases": true,
@@ -980,14 +908,6 @@
980
908
  ],
981
909
  "deprecateAliases": true,
982
910
  "flags": {
983
- "json": {
984
- "name": "json",
985
- "type": "boolean",
986
- "description": "Format output as json.",
987
- "helpGroup": "GLOBAL",
988
- "allowNo": false,
989
- "deprecateAliases": true
990
- },
991
911
  "loglevel": {
992
912
  "name": "loglevel",
993
913
  "type": "option",
@@ -1002,7 +922,7 @@
1002
922
  "name": "target-org",
1003
923
  "type": "option",
1004
924
  "char": "o",
1005
- "summary": "Username or alias of the target org.",
925
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1006
926
  "required": true,
1007
927
  "multiple": false,
1008
928
  "deprecateAliases": true,
@@ -1056,14 +976,6 @@
1056
976
  ],
1057
977
  "deprecateAliases": true,
1058
978
  "flags": {
1059
- "json": {
1060
- "name": "json",
1061
- "type": "boolean",
1062
- "description": "Format output as json.",
1063
- "helpGroup": "GLOBAL",
1064
- "allowNo": false,
1065
- "deprecateAliases": true
1066
- },
1067
979
  "loglevel": {
1068
980
  "name": "loglevel",
1069
981
  "type": "option",
@@ -1078,7 +990,7 @@
1078
990
  "name": "target-dev-hub",
1079
991
  "type": "option",
1080
992
  "char": "v",
1081
- "summary": "Username or alias of the Dev Hub org.",
993
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1082
994
  "required": true,
1083
995
  "multiple": false,
1084
996
  "deprecateAliases": true,
@@ -1363,14 +1275,6 @@
1363
1275
  ],
1364
1276
  "deprecateAliases": true,
1365
1277
  "flags": {
1366
- "json": {
1367
- "name": "json",
1368
- "type": "boolean",
1369
- "description": "Format output as json.",
1370
- "helpGroup": "GLOBAL",
1371
- "allowNo": false,
1372
- "deprecateAliases": true
1373
- },
1374
1278
  "loglevel": {
1375
1279
  "name": "loglevel",
1376
1280
  "type": "option",
@@ -1385,7 +1289,7 @@
1385
1289
  "name": "target-dev-hub",
1386
1290
  "type": "option",
1387
1291
  "char": "v",
1388
- "summary": "Username or alias of the Dev Hub org.",
1292
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1389
1293
  "required": true,
1390
1294
  "multiple": false,
1391
1295
  "deprecateAliases": true,
@@ -1455,14 +1359,6 @@
1455
1359
  ],
1456
1360
  "deprecateAliases": true,
1457
1361
  "flags": {
1458
- "json": {
1459
- "name": "json",
1460
- "type": "boolean",
1461
- "description": "Format output as json.",
1462
- "helpGroup": "GLOBAL",
1463
- "allowNo": false,
1464
- "deprecateAliases": true
1465
- },
1466
1362
  "loglevel": {
1467
1363
  "name": "loglevel",
1468
1364
  "type": "option",
@@ -1477,7 +1373,7 @@
1477
1373
  "name": "target-dev-hub",
1478
1374
  "type": "option",
1479
1375
  "char": "v",
1480
- "summary": "Username or alias of the Dev Hub org.",
1376
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1481
1377
  "required": true,
1482
1378
  "multiple": false,
1483
1379
  "deprecateAliases": true,
@@ -1550,14 +1446,6 @@
1550
1446
  ],
1551
1447
  "deprecateAliases": true,
1552
1448
  "flags": {
1553
- "json": {
1554
- "name": "json",
1555
- "type": "boolean",
1556
- "description": "Format output as json.",
1557
- "helpGroup": "GLOBAL",
1558
- "allowNo": false,
1559
- "deprecateAliases": true
1560
- },
1561
1449
  "loglevel": {
1562
1450
  "name": "loglevel",
1563
1451
  "type": "option",
@@ -1572,7 +1460,7 @@
1572
1460
  "name": "target-dev-hub",
1573
1461
  "type": "option",
1574
1462
  "char": "v",
1575
- "summary": "Username or alias of the Dev Hub org.",
1463
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1576
1464
  "required": true,
1577
1465
  "multiple": false,
1578
1466
  "deprecateAliases": true,
@@ -1683,14 +1571,6 @@
1683
1571
  ],
1684
1572
  "deprecateAliases": true,
1685
1573
  "flags": {
1686
- "json": {
1687
- "name": "json",
1688
- "type": "boolean",
1689
- "description": "Format output as json.",
1690
- "helpGroup": "GLOBAL",
1691
- "allowNo": false,
1692
- "deprecateAliases": true
1693
- },
1694
1574
  "loglevel": {
1695
1575
  "name": "loglevel",
1696
1576
  "type": "option",
@@ -1705,7 +1585,7 @@
1705
1585
  "name": "target-dev-hub",
1706
1586
  "type": "option",
1707
1587
  "char": "v",
1708
- "summary": "Username or alias of the Dev Hub org.",
1588
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1709
1589
  "required": true,
1710
1590
  "multiple": false,
1711
1591
  "deprecateAliases": true,
@@ -1766,14 +1646,6 @@
1766
1646
  ],
1767
1647
  "deprecateAliases": true,
1768
1648
  "flags": {
1769
- "json": {
1770
- "name": "json",
1771
- "type": "boolean",
1772
- "description": "Format output as json.",
1773
- "helpGroup": "GLOBAL",
1774
- "allowNo": false,
1775
- "deprecateAliases": true
1776
- },
1777
1649
  "loglevel": {
1778
1650
  "name": "loglevel",
1779
1651
  "type": "option",
@@ -1788,7 +1660,7 @@
1788
1660
  "name": "target-dev-hub",
1789
1661
  "type": "option",
1790
1662
  "char": "v",
1791
- "summary": "Username or alias of the Dev Hub org.",
1663
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1792
1664
  "required": true,
1793
1665
  "multiple": false,
1794
1666
  "deprecateAliases": true,
@@ -1842,13 +1714,6 @@
1842
1714
  "Retrieve package metadata for a subscriber package version ID (starts with 04t) into my-folder/ within your Salesforce DX project directory:\n<%= config.bin %> <%= command.id %> --package 04t... --output-dir my-folder –-target-org my-scratch\nIf you omit --target-org, this command runs against your default org."
1843
1715
  ],
1844
1716
  "flags": {
1845
- "json": {
1846
- "name": "json",
1847
- "type": "boolean",
1848
- "description": "Format output as json.",
1849
- "helpGroup": "GLOBAL",
1850
- "allowNo": false
1851
- },
1852
1717
  "loglevel": {
1853
1718
  "name": "loglevel",
1854
1719
  "type": "option",
@@ -1871,7 +1736,7 @@
1871
1736
  "name": "target-org",
1872
1737
  "type": "option",
1873
1738
  "char": "o",
1874
- "summary": "Username or alias of the target org.",
1739
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
1875
1740
  "required": true,
1876
1741
  "multiple": false,
1877
1742
  "aliases": [
@@ -1918,14 +1783,6 @@
1918
1783
  ],
1919
1784
  "deprecateAliases": true,
1920
1785
  "flags": {
1921
- "json": {
1922
- "name": "json",
1923
- "type": "boolean",
1924
- "description": "Format output as json.",
1925
- "helpGroup": "GLOBAL",
1926
- "allowNo": false,
1927
- "deprecateAliases": true
1928
- },
1929
1786
  "loglevel": {
1930
1787
  "name": "loglevel",
1931
1788
  "type": "option",
@@ -1940,7 +1797,7 @@
1940
1797
  "name": "target-dev-hub",
1941
1798
  "type": "option",
1942
1799
  "char": "v",
1943
- "summary": "Username or alias of the Dev Hub org.",
1800
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
1944
1801
  "required": true,
1945
1802
  "multiple": false,
1946
1803
  "deprecateAliases": true,
@@ -2039,14 +1896,6 @@
2039
1896
  ],
2040
1897
  "deprecateAliases": true,
2041
1898
  "flags": {
2042
- "json": {
2043
- "name": "json",
2044
- "type": "boolean",
2045
- "description": "Format output as json.",
2046
- "helpGroup": "GLOBAL",
2047
- "allowNo": false,
2048
- "deprecateAliases": true
2049
- },
2050
1899
  "loglevel": {
2051
1900
  "name": "loglevel",
2052
1901
  "type": "option",
@@ -2061,7 +1910,7 @@
2061
1910
  "name": "target-org",
2062
1911
  "type": "option",
2063
1912
  "char": "o",
2064
- "summary": "Username or alias of the target org.",
1913
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2065
1914
  "required": true,
2066
1915
  "multiple": false,
2067
1916
  "deprecateAliases": true,
@@ -2193,14 +2042,6 @@
2193
2042
  ],
2194
2043
  "deprecateAliases": true,
2195
2044
  "flags": {
2196
- "json": {
2197
- "name": "json",
2198
- "type": "boolean",
2199
- "description": "Format output as json.",
2200
- "helpGroup": "GLOBAL",
2201
- "allowNo": false,
2202
- "deprecateAliases": true
2203
- },
2204
2045
  "loglevel": {
2205
2046
  "name": "loglevel",
2206
2047
  "type": "option",
@@ -2215,7 +2056,7 @@
2215
2056
  "name": "target-org",
2216
2057
  "type": "option",
2217
2058
  "char": "o",
2218
- "summary": "Username or alias of the target org.",
2059
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2219
2060
  "required": true,
2220
2061
  "multiple": false,
2221
2062
  "deprecateAliases": true,
@@ -2266,14 +2107,6 @@
2266
2107
  ],
2267
2108
  "deprecateAliases": true,
2268
2109
  "flags": {
2269
- "json": {
2270
- "name": "json",
2271
- "type": "boolean",
2272
- "description": "Format output as json.",
2273
- "helpGroup": "GLOBAL",
2274
- "allowNo": false,
2275
- "deprecateAliases": true
2276
- },
2277
2110
  "loglevel": {
2278
2111
  "name": "loglevel",
2279
2112
  "type": "option",
@@ -2288,7 +2121,7 @@
2288
2121
  "name": "target-org",
2289
2122
  "type": "option",
2290
2123
  "char": "o",
2291
- "summary": "Username or alias of the target org.",
2124
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2292
2125
  "required": true,
2293
2126
  "multiple": false,
2294
2127
  "deprecateAliases": true,
@@ -2343,14 +2176,6 @@
2343
2176
  ],
2344
2177
  "deprecateAliases": true,
2345
2178
  "flags": {
2346
- "json": {
2347
- "name": "json",
2348
- "type": "boolean",
2349
- "description": "Format output as json.",
2350
- "helpGroup": "GLOBAL",
2351
- "allowNo": false,
2352
- "deprecateAliases": true
2353
- },
2354
2179
  "loglevel": {
2355
2180
  "name": "loglevel",
2356
2181
  "type": "option",
@@ -2365,7 +2190,7 @@
2365
2190
  "name": "target-dev-hub",
2366
2191
  "type": "option",
2367
2192
  "char": "v",
2368
- "summary": "Username or alias of the Dev Hub org.",
2193
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
2369
2194
  "required": true,
2370
2195
  "multiple": false,
2371
2196
  "deprecateAliases": true,
@@ -2444,14 +2269,6 @@
2444
2269
  ],
2445
2270
  "deprecateAliases": true,
2446
2271
  "flags": {
2447
- "json": {
2448
- "name": "json",
2449
- "type": "boolean",
2450
- "description": "Format output as json.",
2451
- "helpGroup": "GLOBAL",
2452
- "allowNo": false,
2453
- "deprecateAliases": true
2454
- },
2455
2272
  "loglevel": {
2456
2273
  "name": "loglevel",
2457
2274
  "type": "option",
@@ -2466,7 +2283,7 @@
2466
2283
  "name": "target-dev-hub",
2467
2284
  "type": "option",
2468
2285
  "char": "v",
2469
- "summary": "Username or alias of the Dev Hub org.",
2286
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
2470
2287
  "required": true,
2471
2288
  "multiple": false,
2472
2289
  "deprecateAliases": true,
@@ -2517,14 +2334,6 @@
2517
2334
  ],
2518
2335
  "deprecateAliases": true,
2519
2336
  "flags": {
2520
- "json": {
2521
- "name": "json",
2522
- "type": "boolean",
2523
- "description": "Format output as json.",
2524
- "helpGroup": "GLOBAL",
2525
- "allowNo": false,
2526
- "deprecateAliases": true
2527
- },
2528
2337
  "loglevel": {
2529
2338
  "name": "loglevel",
2530
2339
  "type": "option",
@@ -2539,7 +2348,7 @@
2539
2348
  "name": "target-org",
2540
2349
  "type": "option",
2541
2350
  "char": "o",
2542
- "summary": "Username or alias of the target org.",
2351
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
2543
2352
  "required": true,
2544
2353
  "multiple": false,
2545
2354
  "deprecateAliases": true,
package/package.json CHANGED
@@ -1,53 +1,30 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-packaging",
3
3
  "description": "SF plugin that support Salesforce Packaging Platform",
4
- "version": "1.27.1",
4
+ "version": "1.27.3",
5
5
  "main": "lib/index.js",
6
6
  "author": "Salesforce",
7
7
  "bugs": "https://github.com/forcedotcom/cli/issues",
8
8
  "dependencies": {
9
- "@oclif/core": "^2.15.0",
10
- "@salesforce/core": "^5.3.14",
9
+ "@oclif/core": "^3.11.0",
10
+ "@salesforce/core": "^6.1.3",
11
11
  "@salesforce/kit": "^3.0.15",
12
- "@salesforce/packaging": "^2.4.19",
13
- "@salesforce/sf-plugins-core": "^3.1.25",
12
+ "@salesforce/packaging": "^3.0.0",
13
+ "@salesforce/sf-plugins-core": "^5.0.3",
14
14
  "chalk": "^4.1.2",
15
15
  "tslib": "^2"
16
16
  },
17
17
  "devDependencies": {
18
- "@oclif/plugin-command-snapshot": "^4.0.14",
19
- "@salesforce/cli-plugins-testkit": "^4.4.2",
20
- "@salesforce/dev-config": "^4.0.1",
21
- "@salesforce/dev-scripts": "^5.12.2",
22
- "@salesforce/plugin-auth": "^2.8.25",
23
- "@salesforce/plugin-command-reference": "^3.0.39",
24
- "@salesforce/prettier-config": "^0.0.3",
25
- "@salesforce/ts-sinon": "^1.4.14",
26
- "@salesforce/ts-types": "^2.0.6",
18
+ "@oclif/plugin-command-snapshot": "^4.0.16",
19
+ "@salesforce/cli-plugins-testkit": "^4.4.12",
20
+ "@salesforce/dev-scripts": "^7.1.1",
21
+ "@salesforce/plugin-command-reference": "^3.0.46",
27
22
  "@swc/core": "1.3.39",
28
- "@typescript-eslint/eslint-plugin": "^5.61.0",
29
- "@typescript-eslint/parser": "^5.61.0",
30
- "chai": "^4.3.10",
31
- "eslint": "^8.52.0",
32
- "eslint-config-prettier": "^8.8.0",
33
- "eslint-config-salesforce": "^2.0.1",
34
- "eslint-config-salesforce-license": "^0.2.0",
35
- "eslint-config-salesforce-typescript": "^2.0.0",
36
- "eslint-plugin-header": "^3.1.1",
37
- "eslint-plugin-import": "^2.27.5",
38
- "eslint-plugin-jsdoc": "^46.8.2",
39
- "eslint-plugin-sf-plugin": "^1.16.10",
40
- "husky": "^7.0.4",
41
- "mocha": "^9.1.3",
42
- "nyc": "^15.1.0",
23
+ "eslint-plugin-sf-plugin": "^1.16.15",
43
24
  "oclif": "^3.16.0",
44
- "prettier": "^2.8.8",
45
- "pretty-quick": "^3.1.3",
46
25
  "shx": "0.3.4",
47
- "sinon": "^11.1.2",
48
- "ts-node": "^10.8.1",
49
- "typescript": "^5.2.2",
50
- "wireit": "^0.14.1"
26
+ "ts-node": "^10.9.1",
27
+ "typescript": "^5.2.2"
51
28
  },
52
29
  "config": {},
53
30
  "engines": {
@@ -261,7 +238,7 @@
261
238
  }
262
239
  },
263
240
  "sfdx": {
264
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.1.crt",
265
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.1.sig"
241
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.3.crt",
242
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/1.27.3.sig"
266
243
  }
267
244
  }