@salesforce/plugin-release-management 5.7.109 → 5.7.110
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 +16 -16
- package/npm-shrinkwrap.json +636 -601
- package/oclif.lock +691 -676
- package/oclif.manifest.json +228 -228
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -460,71 +460,6 @@
|
|
|
460
460
|
"index.js"
|
|
461
461
|
]
|
|
462
462
|
},
|
|
463
|
-
"cli:artifacts:compare": {
|
|
464
|
-
"aliases": [],
|
|
465
|
-
"args": {},
|
|
466
|
-
"examples": [
|
|
467
|
-
"<%= config.bin %> <%= command.id %>"
|
|
468
|
-
],
|
|
469
|
-
"flags": {
|
|
470
|
-
"json": {
|
|
471
|
-
"description": "Format output as json.",
|
|
472
|
-
"helpGroup": "GLOBAL",
|
|
473
|
-
"name": "json",
|
|
474
|
-
"allowNo": false,
|
|
475
|
-
"type": "boolean"
|
|
476
|
-
},
|
|
477
|
-
"flags-dir": {
|
|
478
|
-
"helpGroup": "GLOBAL",
|
|
479
|
-
"name": "flags-dir",
|
|
480
|
-
"summary": "Import flag values from a directory.",
|
|
481
|
-
"hasDynamicHelp": false,
|
|
482
|
-
"multiple": false,
|
|
483
|
-
"type": "option"
|
|
484
|
-
},
|
|
485
|
-
"plugin": {
|
|
486
|
-
"char": "p",
|
|
487
|
-
"name": "plugin",
|
|
488
|
-
"summary": "List of plugins to check for breaking changes.",
|
|
489
|
-
"hasDynamicHelp": false,
|
|
490
|
-
"multiple": true,
|
|
491
|
-
"type": "option"
|
|
492
|
-
},
|
|
493
|
-
"previous": {
|
|
494
|
-
"char": "r",
|
|
495
|
-
"name": "previous",
|
|
496
|
-
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
497
|
-
"hasDynamicHelp": false,
|
|
498
|
-
"multiple": false,
|
|
499
|
-
"type": "option"
|
|
500
|
-
},
|
|
501
|
-
"current": {
|
|
502
|
-
"char": "c",
|
|
503
|
-
"name": "current",
|
|
504
|
-
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
505
|
-
"hasDynamicHelp": false,
|
|
506
|
-
"multiple": false,
|
|
507
|
-
"type": "option"
|
|
508
|
-
}
|
|
509
|
-
},
|
|
510
|
-
"hasDynamicHelp": false,
|
|
511
|
-
"hiddenAliases": [],
|
|
512
|
-
"id": "cli:artifacts:compare",
|
|
513
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
514
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
515
|
-
"pluginType": "core",
|
|
516
|
-
"strict": true,
|
|
517
|
-
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
518
|
-
"enableJsonFlag": true,
|
|
519
|
-
"isESM": true,
|
|
520
|
-
"relativePath": [
|
|
521
|
-
"lib",
|
|
522
|
-
"commands",
|
|
523
|
-
"cli",
|
|
524
|
-
"artifacts",
|
|
525
|
-
"compare.js"
|
|
526
|
-
]
|
|
527
|
-
},
|
|
528
463
|
"cli:install:test": {
|
|
529
464
|
"aliases": [],
|
|
530
465
|
"args": {},
|
|
@@ -621,6 +556,71 @@
|
|
|
621
556
|
"test.js"
|
|
622
557
|
]
|
|
623
558
|
},
|
|
559
|
+
"cli:artifacts:compare": {
|
|
560
|
+
"aliases": [],
|
|
561
|
+
"args": {},
|
|
562
|
+
"examples": [
|
|
563
|
+
"<%= config.bin %> <%= command.id %>"
|
|
564
|
+
],
|
|
565
|
+
"flags": {
|
|
566
|
+
"json": {
|
|
567
|
+
"description": "Format output as json.",
|
|
568
|
+
"helpGroup": "GLOBAL",
|
|
569
|
+
"name": "json",
|
|
570
|
+
"allowNo": false,
|
|
571
|
+
"type": "boolean"
|
|
572
|
+
},
|
|
573
|
+
"flags-dir": {
|
|
574
|
+
"helpGroup": "GLOBAL",
|
|
575
|
+
"name": "flags-dir",
|
|
576
|
+
"summary": "Import flag values from a directory.",
|
|
577
|
+
"hasDynamicHelp": false,
|
|
578
|
+
"multiple": false,
|
|
579
|
+
"type": "option"
|
|
580
|
+
},
|
|
581
|
+
"plugin": {
|
|
582
|
+
"char": "p",
|
|
583
|
+
"name": "plugin",
|
|
584
|
+
"summary": "List of plugins to check for breaking changes.",
|
|
585
|
+
"hasDynamicHelp": false,
|
|
586
|
+
"multiple": true,
|
|
587
|
+
"type": "option"
|
|
588
|
+
},
|
|
589
|
+
"previous": {
|
|
590
|
+
"char": "r",
|
|
591
|
+
"name": "previous",
|
|
592
|
+
"summary": "Previous CLI version to compare against. Defaults to the last published version.",
|
|
593
|
+
"hasDynamicHelp": false,
|
|
594
|
+
"multiple": false,
|
|
595
|
+
"type": "option"
|
|
596
|
+
},
|
|
597
|
+
"current": {
|
|
598
|
+
"char": "c",
|
|
599
|
+
"name": "current",
|
|
600
|
+
"summary": "Current CLI version to compare against. Defaults to the version on the CLI in the current directory.",
|
|
601
|
+
"hasDynamicHelp": false,
|
|
602
|
+
"multiple": false,
|
|
603
|
+
"type": "option"
|
|
604
|
+
}
|
|
605
|
+
},
|
|
606
|
+
"hasDynamicHelp": false,
|
|
607
|
+
"hiddenAliases": [],
|
|
608
|
+
"id": "cli:artifacts:compare",
|
|
609
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
610
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
611
|
+
"pluginType": "core",
|
|
612
|
+
"strict": true,
|
|
613
|
+
"summary": "Look for breaking changes in artifacts (schemas and snapshots) from plugins. Must be run in CLI directory.",
|
|
614
|
+
"enableJsonFlag": true,
|
|
615
|
+
"isESM": true,
|
|
616
|
+
"relativePath": [
|
|
617
|
+
"lib",
|
|
618
|
+
"commands",
|
|
619
|
+
"cli",
|
|
620
|
+
"artifacts",
|
|
621
|
+
"compare.js"
|
|
622
|
+
]
|
|
623
|
+
},
|
|
624
624
|
"cli:release:automerge": {
|
|
625
625
|
"aliases": [],
|
|
626
626
|
"args": {},
|
|
@@ -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,168 @@
|
|
|
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
|
+
"github:check:closed": {
|
|
1130
|
+
"aliases": [],
|
|
1131
|
+
"args": {},
|
|
1132
|
+
"description": "Description of a command.",
|
|
1133
|
+
"examples": [
|
|
1134
|
+
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1135
|
+
],
|
|
1136
|
+
"flags": {
|
|
1137
|
+
"json": {
|
|
1138
|
+
"description": "Format output as json.",
|
|
1139
|
+
"helpGroup": "GLOBAL",
|
|
1140
|
+
"name": "json",
|
|
1141
|
+
"allowNo": false,
|
|
1142
|
+
"type": "boolean"
|
|
1143
|
+
},
|
|
1144
|
+
"flags-dir": {
|
|
1145
|
+
"helpGroup": "GLOBAL",
|
|
1146
|
+
"name": "flags-dir",
|
|
1147
|
+
"summary": "Import flag values from a directory.",
|
|
1148
|
+
"hasDynamicHelp": false,
|
|
1149
|
+
"multiple": false,
|
|
1150
|
+
"type": "option"
|
|
1151
|
+
},
|
|
1152
|
+
"gus": {
|
|
1153
|
+
"char": "o",
|
|
1154
|
+
"name": "gus",
|
|
1155
|
+
"noCacheDefault": true,
|
|
1156
|
+
"required": true,
|
|
1157
|
+
"summary": "Username/alias of your GUS org connection",
|
|
1158
|
+
"hasDynamicHelp": true,
|
|
1159
|
+
"multiple": false,
|
|
1160
|
+
"type": "option"
|
|
1161
|
+
},
|
|
1162
|
+
"github-token": {
|
|
1163
|
+
"env": "GITHUB_TOKEN",
|
|
1164
|
+
"name": "github-token",
|
|
1165
|
+
"required": true,
|
|
1166
|
+
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1167
|
+
"hasDynamicHelp": false,
|
|
1168
|
+
"multiple": false,
|
|
1169
|
+
"type": "option"
|
|
1170
|
+
}
|
|
1171
|
+
},
|
|
1172
|
+
"hasDynamicHelp": true,
|
|
1173
|
+
"hiddenAliases": [],
|
|
1174
|
+
"id": "github:check:closed",
|
|
1175
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1176
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
1177
|
+
"pluginType": "core",
|
|
1178
|
+
"strict": true,
|
|
1179
|
+
"summary": "Show open Github issues with GUS WI",
|
|
1180
|
+
"enableJsonFlag": true,
|
|
1181
|
+
"isESM": true,
|
|
1182
|
+
"relativePath": [
|
|
1183
|
+
"lib",
|
|
1184
|
+
"commands",
|
|
1185
|
+
"github",
|
|
1186
|
+
"check",
|
|
1187
|
+
"closed.js"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1129
1190
|
"npm:dependencies:pin": {
|
|
1130
1191
|
"aliases": [],
|
|
1131
1192
|
"args": {},
|
|
@@ -1278,67 +1339,6 @@
|
|
|
1278
1339
|
"release.js"
|
|
1279
1340
|
]
|
|
1280
1341
|
},
|
|
1281
|
-
"github:check:closed": {
|
|
1282
|
-
"aliases": [],
|
|
1283
|
-
"args": {},
|
|
1284
|
-
"description": "Description of a command.",
|
|
1285
|
-
"examples": [
|
|
1286
|
-
"<%= config.bin %> <%= command.id %> -o me@gus.com"
|
|
1287
|
-
],
|
|
1288
|
-
"flags": {
|
|
1289
|
-
"json": {
|
|
1290
|
-
"description": "Format output as json.",
|
|
1291
|
-
"helpGroup": "GLOBAL",
|
|
1292
|
-
"name": "json",
|
|
1293
|
-
"allowNo": false,
|
|
1294
|
-
"type": "boolean"
|
|
1295
|
-
},
|
|
1296
|
-
"flags-dir": {
|
|
1297
|
-
"helpGroup": "GLOBAL",
|
|
1298
|
-
"name": "flags-dir",
|
|
1299
|
-
"summary": "Import flag values from a directory.",
|
|
1300
|
-
"hasDynamicHelp": false,
|
|
1301
|
-
"multiple": false,
|
|
1302
|
-
"type": "option"
|
|
1303
|
-
},
|
|
1304
|
-
"gus": {
|
|
1305
|
-
"char": "o",
|
|
1306
|
-
"name": "gus",
|
|
1307
|
-
"noCacheDefault": true,
|
|
1308
|
-
"required": true,
|
|
1309
|
-
"summary": "Username/alias of your GUS org connection",
|
|
1310
|
-
"hasDynamicHelp": true,
|
|
1311
|
-
"multiple": false,
|
|
1312
|
-
"type": "option"
|
|
1313
|
-
},
|
|
1314
|
-
"github-token": {
|
|
1315
|
-
"env": "GITHUB_TOKEN",
|
|
1316
|
-
"name": "github-token",
|
|
1317
|
-
"required": true,
|
|
1318
|
-
"summary": "Github token--store this in the environment as GITHUB_TOKEN",
|
|
1319
|
-
"hasDynamicHelp": false,
|
|
1320
|
-
"multiple": false,
|
|
1321
|
-
"type": "option"
|
|
1322
|
-
}
|
|
1323
|
-
},
|
|
1324
|
-
"hasDynamicHelp": true,
|
|
1325
|
-
"hiddenAliases": [],
|
|
1326
|
-
"id": "github:check:closed",
|
|
1327
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1328
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1329
|
-
"pluginType": "core",
|
|
1330
|
-
"strict": true,
|
|
1331
|
-
"summary": "Show open Github issues with GUS WI",
|
|
1332
|
-
"enableJsonFlag": true,
|
|
1333
|
-
"isESM": true,
|
|
1334
|
-
"relativePath": [
|
|
1335
|
-
"lib",
|
|
1336
|
-
"commands",
|
|
1337
|
-
"github",
|
|
1338
|
-
"check",
|
|
1339
|
-
"closed.js"
|
|
1340
|
-
]
|
|
1341
|
-
},
|
|
1342
1342
|
"cli:install:jit:test": {
|
|
1343
1343
|
"aliases": [],
|
|
1344
1344
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.110"
|
|
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.
|
|
4
|
+
"version": "5.7.110",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"sf-release": "bin/run.js"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@aws-sdk/client-s3": "^3.
|
|
12
|
+
"@aws-sdk/client-s3": "^3.1014.0",
|
|
13
13
|
"@oclif/core": "^4.9.0",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|