@salesforce/plugin-packaging 2.1.12 → 2.3.0
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 +104 -82
- package/lib/commands/package/version/create.js +2 -2
- package/lib/commands/package/version/create.js.map +1 -1
- package/npm-shrinkwrap.json +2140 -5422
- package/oclif.lock +1271 -2796
- package/oclif.manifest.json +199 -27
- package/package.json +14 -15
package/oclif.manifest.json
CHANGED
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
"allowNo": false,
|
|
20
20
|
"type": "boolean"
|
|
21
21
|
},
|
|
22
|
+
"flags-dir": {
|
|
23
|
+
"helpGroup": "GLOBAL",
|
|
24
|
+
"name": "flags-dir",
|
|
25
|
+
"summary": "Import flag values from a directory.",
|
|
26
|
+
"hasDynamicHelp": false,
|
|
27
|
+
"multiple": false,
|
|
28
|
+
"type": "option"
|
|
29
|
+
},
|
|
22
30
|
"loglevel": {
|
|
23
31
|
"deprecated": {
|
|
24
32
|
"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."
|
|
@@ -106,11 +114,7 @@
|
|
|
106
114
|
"char": "w",
|
|
107
115
|
"name": "wait",
|
|
108
116
|
"summary": "Minutes to wait for the package version to be created.",
|
|
109
|
-
"
|
|
110
|
-
"quantity": 0,
|
|
111
|
-
"unit": 0
|
|
112
|
-
},
|
|
113
|
-
"hasDynamicHelp": false,
|
|
117
|
+
"hasDynamicHelp": true,
|
|
114
118
|
"multiple": false,
|
|
115
119
|
"type": "option"
|
|
116
120
|
},
|
|
@@ -192,6 +196,14 @@
|
|
|
192
196
|
"allowNo": false,
|
|
193
197
|
"type": "boolean"
|
|
194
198
|
},
|
|
199
|
+
"flags-dir": {
|
|
200
|
+
"helpGroup": "GLOBAL",
|
|
201
|
+
"name": "flags-dir",
|
|
202
|
+
"summary": "Import flag values from a directory.",
|
|
203
|
+
"hasDynamicHelp": false,
|
|
204
|
+
"multiple": false,
|
|
205
|
+
"type": "option"
|
|
206
|
+
},
|
|
195
207
|
"loglevel": {
|
|
196
208
|
"deprecated": {
|
|
197
209
|
"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."
|
|
@@ -358,6 +370,14 @@
|
|
|
358
370
|
"allowNo": false,
|
|
359
371
|
"type": "boolean"
|
|
360
372
|
},
|
|
373
|
+
"flags-dir": {
|
|
374
|
+
"helpGroup": "GLOBAL",
|
|
375
|
+
"name": "flags-dir",
|
|
376
|
+
"summary": "Import flag values from a directory.",
|
|
377
|
+
"hasDynamicHelp": false,
|
|
378
|
+
"multiple": false,
|
|
379
|
+
"type": "option"
|
|
380
|
+
},
|
|
361
381
|
"loglevel": {
|
|
362
382
|
"deprecated": {
|
|
363
383
|
"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."
|
|
@@ -473,6 +493,14 @@
|
|
|
473
493
|
"allowNo": false,
|
|
474
494
|
"type": "boolean"
|
|
475
495
|
},
|
|
496
|
+
"flags-dir": {
|
|
497
|
+
"helpGroup": "GLOBAL",
|
|
498
|
+
"name": "flags-dir",
|
|
499
|
+
"summary": "Import flag values from a directory.",
|
|
500
|
+
"hasDynamicHelp": false,
|
|
501
|
+
"multiple": false,
|
|
502
|
+
"type": "option"
|
|
503
|
+
},
|
|
476
504
|
"loglevel": {
|
|
477
505
|
"deprecated": {
|
|
478
506
|
"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."
|
|
@@ -513,11 +541,7 @@
|
|
|
513
541
|
"char": "w",
|
|
514
542
|
"name": "wait",
|
|
515
543
|
"summary": "Number of minutes to wait for installation status.",
|
|
516
|
-
"
|
|
517
|
-
"quantity": 0,
|
|
518
|
-
"unit": 0
|
|
519
|
-
},
|
|
520
|
-
"hasDynamicHelp": false,
|
|
544
|
+
"hasDynamicHelp": true,
|
|
521
545
|
"multiple": false,
|
|
522
546
|
"type": "option"
|
|
523
547
|
},
|
|
@@ -541,11 +565,7 @@
|
|
|
541
565
|
"deprecateAliases": true,
|
|
542
566
|
"name": "publish-wait",
|
|
543
567
|
"summary": "Maximum number of minutes to wait for the Subscriber Package Version ID to become available in the target org before canceling the install request.",
|
|
544
|
-
"
|
|
545
|
-
"quantity": 0,
|
|
546
|
-
"unit": 0
|
|
547
|
-
},
|
|
548
|
-
"hasDynamicHelp": false,
|
|
568
|
+
"hasDynamicHelp": true,
|
|
549
569
|
"multiple": false,
|
|
550
570
|
"type": "option"
|
|
551
571
|
},
|
|
@@ -686,6 +706,14 @@
|
|
|
686
706
|
"allowNo": false,
|
|
687
707
|
"type": "boolean"
|
|
688
708
|
},
|
|
709
|
+
"flags-dir": {
|
|
710
|
+
"helpGroup": "GLOBAL",
|
|
711
|
+
"name": "flags-dir",
|
|
712
|
+
"summary": "Import flag values from a directory.",
|
|
713
|
+
"hasDynamicHelp": false,
|
|
714
|
+
"multiple": false,
|
|
715
|
+
"type": "option"
|
|
716
|
+
},
|
|
689
717
|
"loglevel": {
|
|
690
718
|
"deprecated": {
|
|
691
719
|
"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."
|
|
@@ -779,6 +807,14 @@
|
|
|
779
807
|
"allowNo": false,
|
|
780
808
|
"type": "boolean"
|
|
781
809
|
},
|
|
810
|
+
"flags-dir": {
|
|
811
|
+
"helpGroup": "GLOBAL",
|
|
812
|
+
"name": "flags-dir",
|
|
813
|
+
"summary": "Import flag values from a directory.",
|
|
814
|
+
"hasDynamicHelp": false,
|
|
815
|
+
"multiple": false,
|
|
816
|
+
"type": "option"
|
|
817
|
+
},
|
|
782
818
|
"loglevel": {
|
|
783
819
|
"deprecated": {
|
|
784
820
|
"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."
|
|
@@ -819,11 +855,7 @@
|
|
|
819
855
|
"char": "w",
|
|
820
856
|
"name": "wait",
|
|
821
857
|
"summary": "Number of minutes to wait for uninstall status.",
|
|
822
|
-
"
|
|
823
|
-
"quantity": 0,
|
|
824
|
-
"unit": 0
|
|
825
|
-
},
|
|
826
|
-
"hasDynamicHelp": false,
|
|
858
|
+
"hasDynamicHelp": true,
|
|
827
859
|
"multiple": false,
|
|
828
860
|
"type": "option"
|
|
829
861
|
},
|
|
@@ -885,6 +917,14 @@
|
|
|
885
917
|
"allowNo": false,
|
|
886
918
|
"type": "boolean"
|
|
887
919
|
},
|
|
920
|
+
"flags-dir": {
|
|
921
|
+
"helpGroup": "GLOBAL",
|
|
922
|
+
"name": "flags-dir",
|
|
923
|
+
"summary": "Import flag values from a directory.",
|
|
924
|
+
"hasDynamicHelp": false,
|
|
925
|
+
"multiple": false,
|
|
926
|
+
"type": "option"
|
|
927
|
+
},
|
|
888
928
|
"loglevel": {
|
|
889
929
|
"deprecated": {
|
|
890
930
|
"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."
|
|
@@ -1014,6 +1054,14 @@
|
|
|
1014
1054
|
"allowNo": false,
|
|
1015
1055
|
"type": "boolean"
|
|
1016
1056
|
},
|
|
1057
|
+
"flags-dir": {
|
|
1058
|
+
"helpGroup": "GLOBAL",
|
|
1059
|
+
"name": "flags-dir",
|
|
1060
|
+
"summary": "Import flag values from a directory.",
|
|
1061
|
+
"hasDynamicHelp": false,
|
|
1062
|
+
"multiple": false,
|
|
1063
|
+
"type": "option"
|
|
1064
|
+
},
|
|
1017
1065
|
"target-org": {
|
|
1018
1066
|
"aliases": [
|
|
1019
1067
|
"targetusername",
|
|
@@ -1134,6 +1182,14 @@
|
|
|
1134
1182
|
"allowNo": false,
|
|
1135
1183
|
"type": "boolean"
|
|
1136
1184
|
},
|
|
1185
|
+
"flags-dir": {
|
|
1186
|
+
"helpGroup": "GLOBAL",
|
|
1187
|
+
"name": "flags-dir",
|
|
1188
|
+
"summary": "Import flag values from a directory.",
|
|
1189
|
+
"hasDynamicHelp": false,
|
|
1190
|
+
"multiple": false,
|
|
1191
|
+
"type": "option"
|
|
1192
|
+
},
|
|
1137
1193
|
"loglevel": {
|
|
1138
1194
|
"deprecated": {
|
|
1139
1195
|
"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."
|
|
@@ -1242,6 +1298,14 @@
|
|
|
1242
1298
|
"allowNo": false,
|
|
1243
1299
|
"type": "boolean"
|
|
1244
1300
|
},
|
|
1301
|
+
"flags-dir": {
|
|
1302
|
+
"helpGroup": "GLOBAL",
|
|
1303
|
+
"name": "flags-dir",
|
|
1304
|
+
"summary": "Import flag values from a directory.",
|
|
1305
|
+
"hasDynamicHelp": false,
|
|
1306
|
+
"multiple": false,
|
|
1307
|
+
"type": "option"
|
|
1308
|
+
},
|
|
1245
1309
|
"loglevel": {
|
|
1246
1310
|
"deprecated": {
|
|
1247
1311
|
"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."
|
|
@@ -1365,6 +1429,14 @@
|
|
|
1365
1429
|
"allowNo": false,
|
|
1366
1430
|
"type": "boolean"
|
|
1367
1431
|
},
|
|
1432
|
+
"flags-dir": {
|
|
1433
|
+
"helpGroup": "GLOBAL",
|
|
1434
|
+
"name": "flags-dir",
|
|
1435
|
+
"summary": "Import flag values from a directory.",
|
|
1436
|
+
"hasDynamicHelp": false,
|
|
1437
|
+
"multiple": false,
|
|
1438
|
+
"type": "option"
|
|
1439
|
+
},
|
|
1368
1440
|
"loglevel": {
|
|
1369
1441
|
"deprecated": {
|
|
1370
1442
|
"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."
|
|
@@ -1630,11 +1702,7 @@
|
|
|
1630
1702
|
"char": "w",
|
|
1631
1703
|
"name": "wait",
|
|
1632
1704
|
"summary": "Number of minutes to wait for the package version to be created.",
|
|
1633
|
-
"
|
|
1634
|
-
"quantity": 0,
|
|
1635
|
-
"unit": 0
|
|
1636
|
-
},
|
|
1637
|
-
"hasDynamicHelp": false,
|
|
1705
|
+
"hasDynamicHelp": true,
|
|
1638
1706
|
"multiple": false,
|
|
1639
1707
|
"type": "option"
|
|
1640
1708
|
},
|
|
@@ -1726,6 +1794,14 @@
|
|
|
1726
1794
|
"allowNo": false,
|
|
1727
1795
|
"type": "boolean"
|
|
1728
1796
|
},
|
|
1797
|
+
"flags-dir": {
|
|
1798
|
+
"helpGroup": "GLOBAL",
|
|
1799
|
+
"name": "flags-dir",
|
|
1800
|
+
"summary": "Import flag values from a directory.",
|
|
1801
|
+
"hasDynamicHelp": false,
|
|
1802
|
+
"multiple": false,
|
|
1803
|
+
"type": "option"
|
|
1804
|
+
},
|
|
1729
1805
|
"loglevel": {
|
|
1730
1806
|
"deprecated": {
|
|
1731
1807
|
"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."
|
|
@@ -1863,6 +1939,14 @@
|
|
|
1863
1939
|
"allowNo": false,
|
|
1864
1940
|
"type": "boolean"
|
|
1865
1941
|
},
|
|
1942
|
+
"flags-dir": {
|
|
1943
|
+
"helpGroup": "GLOBAL",
|
|
1944
|
+
"name": "flags-dir",
|
|
1945
|
+
"summary": "Import flag values from a directory.",
|
|
1946
|
+
"hasDynamicHelp": false,
|
|
1947
|
+
"multiple": false,
|
|
1948
|
+
"type": "option"
|
|
1949
|
+
},
|
|
1866
1950
|
"loglevel": {
|
|
1867
1951
|
"deprecated": {
|
|
1868
1952
|
"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."
|
|
@@ -2003,6 +2087,14 @@
|
|
|
2003
2087
|
"allowNo": false,
|
|
2004
2088
|
"type": "boolean"
|
|
2005
2089
|
},
|
|
2090
|
+
"flags-dir": {
|
|
2091
|
+
"helpGroup": "GLOBAL",
|
|
2092
|
+
"name": "flags-dir",
|
|
2093
|
+
"summary": "Import flag values from a directory.",
|
|
2094
|
+
"hasDynamicHelp": false,
|
|
2095
|
+
"multiple": false,
|
|
2096
|
+
"type": "option"
|
|
2097
|
+
},
|
|
2006
2098
|
"loglevel": {
|
|
2007
2099
|
"deprecated": {
|
|
2008
2100
|
"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."
|
|
@@ -2181,6 +2273,14 @@
|
|
|
2181
2273
|
"allowNo": false,
|
|
2182
2274
|
"type": "boolean"
|
|
2183
2275
|
},
|
|
2276
|
+
"flags-dir": {
|
|
2277
|
+
"helpGroup": "GLOBAL",
|
|
2278
|
+
"name": "flags-dir",
|
|
2279
|
+
"summary": "Import flag values from a directory.",
|
|
2280
|
+
"hasDynamicHelp": false,
|
|
2281
|
+
"multiple": false,
|
|
2282
|
+
"type": "option"
|
|
2283
|
+
},
|
|
2184
2284
|
"loglevel": {
|
|
2185
2285
|
"deprecated": {
|
|
2186
2286
|
"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."
|
|
@@ -2310,6 +2410,14 @@
|
|
|
2310
2410
|
"allowNo": false,
|
|
2311
2411
|
"type": "boolean"
|
|
2312
2412
|
},
|
|
2413
|
+
"flags-dir": {
|
|
2414
|
+
"helpGroup": "GLOBAL",
|
|
2415
|
+
"name": "flags-dir",
|
|
2416
|
+
"summary": "Import flag values from a directory.",
|
|
2417
|
+
"hasDynamicHelp": false,
|
|
2418
|
+
"multiple": false,
|
|
2419
|
+
"type": "option"
|
|
2420
|
+
},
|
|
2313
2421
|
"loglevel": {
|
|
2314
2422
|
"deprecated": {
|
|
2315
2423
|
"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."
|
|
@@ -2430,6 +2538,14 @@
|
|
|
2430
2538
|
"allowNo": false,
|
|
2431
2539
|
"type": "boolean"
|
|
2432
2540
|
},
|
|
2541
|
+
"flags-dir": {
|
|
2542
|
+
"helpGroup": "GLOBAL",
|
|
2543
|
+
"name": "flags-dir",
|
|
2544
|
+
"summary": "Import flag values from a directory.",
|
|
2545
|
+
"hasDynamicHelp": false,
|
|
2546
|
+
"multiple": false,
|
|
2547
|
+
"type": "option"
|
|
2548
|
+
},
|
|
2433
2549
|
"loglevel": {
|
|
2434
2550
|
"deprecated": {
|
|
2435
2551
|
"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."
|
|
@@ -2534,6 +2650,14 @@
|
|
|
2534
2650
|
"allowNo": false,
|
|
2535
2651
|
"type": "boolean"
|
|
2536
2652
|
},
|
|
2653
|
+
"flags-dir": {
|
|
2654
|
+
"helpGroup": "GLOBAL",
|
|
2655
|
+
"name": "flags-dir",
|
|
2656
|
+
"summary": "Import flag values from a directory.",
|
|
2657
|
+
"hasDynamicHelp": false,
|
|
2658
|
+
"multiple": false,
|
|
2659
|
+
"type": "option"
|
|
2660
|
+
},
|
|
2537
2661
|
"loglevel": {
|
|
2538
2662
|
"deprecated": {
|
|
2539
2663
|
"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."
|
|
@@ -2704,6 +2828,14 @@
|
|
|
2704
2828
|
"allowNo": false,
|
|
2705
2829
|
"type": "boolean"
|
|
2706
2830
|
},
|
|
2831
|
+
"flags-dir": {
|
|
2832
|
+
"helpGroup": "GLOBAL",
|
|
2833
|
+
"name": "flags-dir",
|
|
2834
|
+
"summary": "Import flag values from a directory.",
|
|
2835
|
+
"hasDynamicHelp": false,
|
|
2836
|
+
"multiple": false,
|
|
2837
|
+
"type": "option"
|
|
2838
|
+
},
|
|
2707
2839
|
"loglevel": {
|
|
2708
2840
|
"deprecated": {
|
|
2709
2841
|
"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."
|
|
@@ -2832,7 +2964,7 @@
|
|
|
2832
2964
|
"char": "w",
|
|
2833
2965
|
"name": "wait",
|
|
2834
2966
|
"summary": "Minutes to wait for the package version to be created (default: 2 minutes).",
|
|
2835
|
-
"hasDynamicHelp":
|
|
2967
|
+
"hasDynamicHelp": true,
|
|
2836
2968
|
"multiple": false,
|
|
2837
2969
|
"type": "option"
|
|
2838
2970
|
}
|
|
@@ -2908,6 +3040,14 @@
|
|
|
2908
3040
|
"allowNo": false,
|
|
2909
3041
|
"type": "boolean"
|
|
2910
3042
|
},
|
|
3043
|
+
"flags-dir": {
|
|
3044
|
+
"helpGroup": "GLOBAL",
|
|
3045
|
+
"name": "flags-dir",
|
|
3046
|
+
"summary": "Import flag values from a directory.",
|
|
3047
|
+
"hasDynamicHelp": false,
|
|
3048
|
+
"multiple": false,
|
|
3049
|
+
"type": "option"
|
|
3050
|
+
},
|
|
2911
3051
|
"loglevel": {
|
|
2912
3052
|
"deprecated": {
|
|
2913
3053
|
"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."
|
|
@@ -3028,6 +3168,14 @@
|
|
|
3028
3168
|
"allowNo": false,
|
|
3029
3169
|
"type": "boolean"
|
|
3030
3170
|
},
|
|
3171
|
+
"flags-dir": {
|
|
3172
|
+
"helpGroup": "GLOBAL",
|
|
3173
|
+
"name": "flags-dir",
|
|
3174
|
+
"summary": "Import flag values from a directory.",
|
|
3175
|
+
"hasDynamicHelp": false,
|
|
3176
|
+
"multiple": false,
|
|
3177
|
+
"type": "option"
|
|
3178
|
+
},
|
|
3031
3179
|
"loglevel": {
|
|
3032
3180
|
"deprecated": {
|
|
3033
3181
|
"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."
|
|
@@ -3152,6 +3300,14 @@
|
|
|
3152
3300
|
"allowNo": false,
|
|
3153
3301
|
"type": "boolean"
|
|
3154
3302
|
},
|
|
3303
|
+
"flags-dir": {
|
|
3304
|
+
"helpGroup": "GLOBAL",
|
|
3305
|
+
"name": "flags-dir",
|
|
3306
|
+
"summary": "Import flag values from a directory.",
|
|
3307
|
+
"hasDynamicHelp": false,
|
|
3308
|
+
"multiple": false,
|
|
3309
|
+
"type": "option"
|
|
3310
|
+
},
|
|
3155
3311
|
"loglevel": {
|
|
3156
3312
|
"deprecated": {
|
|
3157
3313
|
"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."
|
|
@@ -3413,6 +3569,14 @@
|
|
|
3413
3569
|
"allowNo": false,
|
|
3414
3570
|
"type": "boolean"
|
|
3415
3571
|
},
|
|
3572
|
+
"flags-dir": {
|
|
3573
|
+
"helpGroup": "GLOBAL",
|
|
3574
|
+
"name": "flags-dir",
|
|
3575
|
+
"summary": "Import flag values from a directory.",
|
|
3576
|
+
"hasDynamicHelp": false,
|
|
3577
|
+
"multiple": false,
|
|
3578
|
+
"type": "option"
|
|
3579
|
+
},
|
|
3416
3580
|
"loglevel": {
|
|
3417
3581
|
"deprecated": {
|
|
3418
3582
|
"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."
|
|
@@ -3648,6 +3812,14 @@
|
|
|
3648
3812
|
"allowNo": false,
|
|
3649
3813
|
"type": "boolean"
|
|
3650
3814
|
},
|
|
3815
|
+
"flags-dir": {
|
|
3816
|
+
"helpGroup": "GLOBAL",
|
|
3817
|
+
"name": "flags-dir",
|
|
3818
|
+
"summary": "Import flag values from a directory.",
|
|
3819
|
+
"hasDynamicHelp": false,
|
|
3820
|
+
"multiple": false,
|
|
3821
|
+
"type": "option"
|
|
3822
|
+
},
|
|
3651
3823
|
"loglevel": {
|
|
3652
3824
|
"deprecated": {
|
|
3653
3825
|
"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."
|
|
@@ -3866,5 +4038,5 @@
|
|
|
3866
4038
|
]
|
|
3867
4039
|
}
|
|
3868
4040
|
},
|
|
3869
|
-
"version": "2.
|
|
4041
|
+
"version": "2.3.0"
|
|
3870
4042
|
}
|
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-packaging",
|
|
3
3
|
"description": "SF plugin that support Salesforce Packaging Platform",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.3.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.
|
|
10
|
-
"@salesforce/kit": "^3.0
|
|
11
|
-
"@salesforce/packaging": "^3.2.
|
|
12
|
-
"@salesforce/sf-plugins-core": "^
|
|
8
|
+
"@oclif/core": "^3.26.0",
|
|
9
|
+
"@salesforce/core": "^6.7.3",
|
|
10
|
+
"@salesforce/kit": "^3.1.0",
|
|
11
|
+
"@salesforce/packaging": "^3.2.34",
|
|
12
|
+
"@salesforce/sf-plugins-core": "^8.0.2",
|
|
13
13
|
"chalk": "^5.3.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.1.4",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.12",
|
|
18
18
|
"@salesforce/dev-scripts": "^8.4.2",
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.73",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
21
|
-
"oclif": "^4.
|
|
21
|
+
"oclif": "^4.7.0",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
|
-
"typescript": "^5.
|
|
23
|
+
"typescript": "^5.4.3"
|
|
24
24
|
},
|
|
25
25
|
"config": {},
|
|
26
26
|
"engines": {
|
|
@@ -57,8 +57,7 @@
|
|
|
57
57
|
"devPlugins": [
|
|
58
58
|
"@oclif/plugin-help",
|
|
59
59
|
"@oclif/plugin-command-snapshot",
|
|
60
|
-
"@salesforce/plugin-command-reference"
|
|
61
|
-
"@salesforce/plugin-auth"
|
|
60
|
+
"@salesforce/plugin-command-reference"
|
|
62
61
|
],
|
|
63
62
|
"plugins": [],
|
|
64
63
|
"topics": {
|
|
@@ -249,7 +248,7 @@
|
|
|
249
248
|
"exports": "./lib/index.js",
|
|
250
249
|
"type": "module",
|
|
251
250
|
"sfdx": {
|
|
252
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.3.0.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-packaging/2.3.0.sig"
|
|
254
253
|
}
|
|
255
254
|
}
|