@salesforce/plugin-release-management 5.7.99 → 5.7.100
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 +225 -235
- package/oclif.lock +259 -261
- package/oclif.manifest.json +178 -178
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -525,6 +525,183 @@
|
|
|
525
525
|
"compare.js"
|
|
526
526
|
]
|
|
527
527
|
},
|
|
528
|
+
"cli:tarballs:prepare": {
|
|
529
|
+
"aliases": [],
|
|
530
|
+
"args": {},
|
|
531
|
+
"description": "remove unnecessary files from node_modules",
|
|
532
|
+
"examples": [
|
|
533
|
+
"<%= config.bin %> <%= command.id %>"
|
|
534
|
+
],
|
|
535
|
+
"flags": {
|
|
536
|
+
"json": {
|
|
537
|
+
"description": "Format output as json.",
|
|
538
|
+
"helpGroup": "GLOBAL",
|
|
539
|
+
"name": "json",
|
|
540
|
+
"allowNo": false,
|
|
541
|
+
"type": "boolean"
|
|
542
|
+
},
|
|
543
|
+
"flags-dir": {
|
|
544
|
+
"helpGroup": "GLOBAL",
|
|
545
|
+
"name": "flags-dir",
|
|
546
|
+
"summary": "Import flag values from a directory.",
|
|
547
|
+
"hasDynamicHelp": false,
|
|
548
|
+
"multiple": false,
|
|
549
|
+
"type": "option"
|
|
550
|
+
},
|
|
551
|
+
"dryrun": {
|
|
552
|
+
"char": "d",
|
|
553
|
+
"name": "dryrun",
|
|
554
|
+
"summary": "only show what would be removed from node_modules",
|
|
555
|
+
"allowNo": false,
|
|
556
|
+
"type": "boolean"
|
|
557
|
+
},
|
|
558
|
+
"types": {
|
|
559
|
+
"char": "t",
|
|
560
|
+
"name": "types",
|
|
561
|
+
"summary": "remove all types (.d.ts) files from node_modules",
|
|
562
|
+
"allowNo": false,
|
|
563
|
+
"type": "boolean"
|
|
564
|
+
},
|
|
565
|
+
"verbose": {
|
|
566
|
+
"name": "verbose",
|
|
567
|
+
"summary": "show all files paths being removed",
|
|
568
|
+
"allowNo": false,
|
|
569
|
+
"type": "boolean"
|
|
570
|
+
}
|
|
571
|
+
},
|
|
572
|
+
"hasDynamicHelp": false,
|
|
573
|
+
"hiddenAliases": [],
|
|
574
|
+
"id": "cli:tarballs:prepare",
|
|
575
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
576
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
577
|
+
"pluginType": "core",
|
|
578
|
+
"strict": true,
|
|
579
|
+
"summary": "remove unnecessary files from node_modules",
|
|
580
|
+
"enableJsonFlag": true,
|
|
581
|
+
"isESM": true,
|
|
582
|
+
"relativePath": [
|
|
583
|
+
"lib",
|
|
584
|
+
"commands",
|
|
585
|
+
"cli",
|
|
586
|
+
"tarballs",
|
|
587
|
+
"prepare.js"
|
|
588
|
+
]
|
|
589
|
+
},
|
|
590
|
+
"cli:tarballs:smoke": {
|
|
591
|
+
"aliases": [],
|
|
592
|
+
"args": {},
|
|
593
|
+
"description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
594
|
+
"examples": [
|
|
595
|
+
"<%= config.bin %> <%= command.id %>",
|
|
596
|
+
"<%= config.bin %> <%= command.id %>"
|
|
597
|
+
],
|
|
598
|
+
"flags": {
|
|
599
|
+
"json": {
|
|
600
|
+
"description": "Format output as json.",
|
|
601
|
+
"helpGroup": "GLOBAL",
|
|
602
|
+
"name": "json",
|
|
603
|
+
"allowNo": false,
|
|
604
|
+
"type": "boolean"
|
|
605
|
+
},
|
|
606
|
+
"flags-dir": {
|
|
607
|
+
"helpGroup": "GLOBAL",
|
|
608
|
+
"name": "flags-dir",
|
|
609
|
+
"summary": "Import flag values from a directory.",
|
|
610
|
+
"hasDynamicHelp": false,
|
|
611
|
+
"multiple": false,
|
|
612
|
+
"type": "option"
|
|
613
|
+
},
|
|
614
|
+
"verbose": {
|
|
615
|
+
"name": "verbose",
|
|
616
|
+
"summary": "show the --help output for each command",
|
|
617
|
+
"allowNo": false,
|
|
618
|
+
"type": "boolean"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
"hasDynamicHelp": false,
|
|
622
|
+
"hiddenAliases": [],
|
|
623
|
+
"id": "cli:tarballs:smoke",
|
|
624
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
625
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
626
|
+
"pluginType": "core",
|
|
627
|
+
"strict": true,
|
|
628
|
+
"summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
629
|
+
"enableJsonFlag": true,
|
|
630
|
+
"isESM": true,
|
|
631
|
+
"relativePath": [
|
|
632
|
+
"lib",
|
|
633
|
+
"commands",
|
|
634
|
+
"cli",
|
|
635
|
+
"tarballs",
|
|
636
|
+
"smoke.js"
|
|
637
|
+
]
|
|
638
|
+
},
|
|
639
|
+
"cli:tarballs:verify": {
|
|
640
|
+
"aliases": [],
|
|
641
|
+
"args": {},
|
|
642
|
+
"description": "verify that tarballs are ready to be uploaded",
|
|
643
|
+
"examples": [
|
|
644
|
+
"<%= config.bin %> <%= command.id %>",
|
|
645
|
+
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
646
|
+
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
647
|
+
],
|
|
648
|
+
"flags": {
|
|
649
|
+
"json": {
|
|
650
|
+
"description": "Format output as json.",
|
|
651
|
+
"helpGroup": "GLOBAL",
|
|
652
|
+
"name": "json",
|
|
653
|
+
"allowNo": false,
|
|
654
|
+
"type": "boolean"
|
|
655
|
+
},
|
|
656
|
+
"flags-dir": {
|
|
657
|
+
"helpGroup": "GLOBAL",
|
|
658
|
+
"name": "flags-dir",
|
|
659
|
+
"summary": "Import flag values from a directory.",
|
|
660
|
+
"hasDynamicHelp": false,
|
|
661
|
+
"multiple": false,
|
|
662
|
+
"type": "option"
|
|
663
|
+
},
|
|
664
|
+
"cli": {
|
|
665
|
+
"char": "c",
|
|
666
|
+
"name": "cli",
|
|
667
|
+
"summary": "the cli to verify",
|
|
668
|
+
"default": "sfdx",
|
|
669
|
+
"hasDynamicHelp": false,
|
|
670
|
+
"multiple": false,
|
|
671
|
+
"options": [
|
|
672
|
+
"sf",
|
|
673
|
+
"sfdx"
|
|
674
|
+
],
|
|
675
|
+
"type": "option"
|
|
676
|
+
},
|
|
677
|
+
"windows-username-buffer": {
|
|
678
|
+
"char": "w",
|
|
679
|
+
"name": "windows-username-buffer",
|
|
680
|
+
"summary": "the number of characters to allow for windows usernames",
|
|
681
|
+
"default": 41,
|
|
682
|
+
"hasDynamicHelp": false,
|
|
683
|
+
"multiple": false,
|
|
684
|
+
"type": "option"
|
|
685
|
+
}
|
|
686
|
+
},
|
|
687
|
+
"hasDynamicHelp": false,
|
|
688
|
+
"hiddenAliases": [],
|
|
689
|
+
"id": "cli:tarballs:verify",
|
|
690
|
+
"pluginAlias": "@salesforce/plugin-release-management",
|
|
691
|
+
"pluginName": "@salesforce/plugin-release-management",
|
|
692
|
+
"pluginType": "core",
|
|
693
|
+
"strict": true,
|
|
694
|
+
"summary": "verify that tarballs are ready to be uploaded",
|
|
695
|
+
"enableJsonFlag": true,
|
|
696
|
+
"isESM": true,
|
|
697
|
+
"relativePath": [
|
|
698
|
+
"lib",
|
|
699
|
+
"commands",
|
|
700
|
+
"cli",
|
|
701
|
+
"tarballs",
|
|
702
|
+
"verify.js"
|
|
703
|
+
]
|
|
704
|
+
},
|
|
528
705
|
"cli:install:test": {
|
|
529
706
|
"aliases": [],
|
|
530
707
|
"args": {},
|
|
@@ -848,183 +1025,6 @@
|
|
|
848
1025
|
"build.js"
|
|
849
1026
|
]
|
|
850
1027
|
},
|
|
851
|
-
"cli:tarballs:prepare": {
|
|
852
|
-
"aliases": [],
|
|
853
|
-
"args": {},
|
|
854
|
-
"description": "remove unnecessary files from node_modules",
|
|
855
|
-
"examples": [
|
|
856
|
-
"<%= config.bin %> <%= command.id %>"
|
|
857
|
-
],
|
|
858
|
-
"flags": {
|
|
859
|
-
"json": {
|
|
860
|
-
"description": "Format output as json.",
|
|
861
|
-
"helpGroup": "GLOBAL",
|
|
862
|
-
"name": "json",
|
|
863
|
-
"allowNo": false,
|
|
864
|
-
"type": "boolean"
|
|
865
|
-
},
|
|
866
|
-
"flags-dir": {
|
|
867
|
-
"helpGroup": "GLOBAL",
|
|
868
|
-
"name": "flags-dir",
|
|
869
|
-
"summary": "Import flag values from a directory.",
|
|
870
|
-
"hasDynamicHelp": false,
|
|
871
|
-
"multiple": false,
|
|
872
|
-
"type": "option"
|
|
873
|
-
},
|
|
874
|
-
"dryrun": {
|
|
875
|
-
"char": "d",
|
|
876
|
-
"name": "dryrun",
|
|
877
|
-
"summary": "only show what would be removed from node_modules",
|
|
878
|
-
"allowNo": false,
|
|
879
|
-
"type": "boolean"
|
|
880
|
-
},
|
|
881
|
-
"types": {
|
|
882
|
-
"char": "t",
|
|
883
|
-
"name": "types",
|
|
884
|
-
"summary": "remove all types (.d.ts) files from node_modules",
|
|
885
|
-
"allowNo": false,
|
|
886
|
-
"type": "boolean"
|
|
887
|
-
},
|
|
888
|
-
"verbose": {
|
|
889
|
-
"name": "verbose",
|
|
890
|
-
"summary": "show all files paths being removed",
|
|
891
|
-
"allowNo": false,
|
|
892
|
-
"type": "boolean"
|
|
893
|
-
}
|
|
894
|
-
},
|
|
895
|
-
"hasDynamicHelp": false,
|
|
896
|
-
"hiddenAliases": [],
|
|
897
|
-
"id": "cli:tarballs:prepare",
|
|
898
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
899
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
900
|
-
"pluginType": "core",
|
|
901
|
-
"strict": true,
|
|
902
|
-
"summary": "remove unnecessary files from node_modules",
|
|
903
|
-
"enableJsonFlag": true,
|
|
904
|
-
"isESM": true,
|
|
905
|
-
"relativePath": [
|
|
906
|
-
"lib",
|
|
907
|
-
"commands",
|
|
908
|
-
"cli",
|
|
909
|
-
"tarballs",
|
|
910
|
-
"prepare.js"
|
|
911
|
-
]
|
|
912
|
-
},
|
|
913
|
-
"cli:tarballs:smoke": {
|
|
914
|
-
"aliases": [],
|
|
915
|
-
"args": {},
|
|
916
|
-
"description": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
917
|
-
"examples": [
|
|
918
|
-
"<%= config.bin %> <%= command.id %>",
|
|
919
|
-
"<%= config.bin %> <%= command.id %>"
|
|
920
|
-
],
|
|
921
|
-
"flags": {
|
|
922
|
-
"json": {
|
|
923
|
-
"description": "Format output as json.",
|
|
924
|
-
"helpGroup": "GLOBAL",
|
|
925
|
-
"name": "json",
|
|
926
|
-
"allowNo": false,
|
|
927
|
-
"type": "boolean"
|
|
928
|
-
},
|
|
929
|
-
"flags-dir": {
|
|
930
|
-
"helpGroup": "GLOBAL",
|
|
931
|
-
"name": "flags-dir",
|
|
932
|
-
"summary": "Import flag values from a directory.",
|
|
933
|
-
"hasDynamicHelp": false,
|
|
934
|
-
"multiple": false,
|
|
935
|
-
"type": "option"
|
|
936
|
-
},
|
|
937
|
-
"verbose": {
|
|
938
|
-
"name": "verbose",
|
|
939
|
-
"summary": "show the --help output for each command",
|
|
940
|
-
"allowNo": false,
|
|
941
|
-
"type": "boolean"
|
|
942
|
-
}
|
|
943
|
-
},
|
|
944
|
-
"hasDynamicHelp": false,
|
|
945
|
-
"hiddenAliases": [],
|
|
946
|
-
"id": "cli:tarballs:smoke",
|
|
947
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
948
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
949
|
-
"pluginType": "core",
|
|
950
|
-
"strict": true,
|
|
951
|
-
"summary": "smoke tests for the sf CLI\nTests that the CLI and every command can be initialized.",
|
|
952
|
-
"enableJsonFlag": true,
|
|
953
|
-
"isESM": true,
|
|
954
|
-
"relativePath": [
|
|
955
|
-
"lib",
|
|
956
|
-
"commands",
|
|
957
|
-
"cli",
|
|
958
|
-
"tarballs",
|
|
959
|
-
"smoke.js"
|
|
960
|
-
]
|
|
961
|
-
},
|
|
962
|
-
"cli:tarballs:verify": {
|
|
963
|
-
"aliases": [],
|
|
964
|
-
"args": {},
|
|
965
|
-
"description": "verify that tarballs are ready to be uploaded",
|
|
966
|
-
"examples": [
|
|
967
|
-
"<%= config.bin %> <%= command.id %>",
|
|
968
|
-
"<%= config.bin %> <%= command.id %> --cli sfdx",
|
|
969
|
-
"<%= config.bin %> <%= command.id %> --cli sf"
|
|
970
|
-
],
|
|
971
|
-
"flags": {
|
|
972
|
-
"json": {
|
|
973
|
-
"description": "Format output as json.",
|
|
974
|
-
"helpGroup": "GLOBAL",
|
|
975
|
-
"name": "json",
|
|
976
|
-
"allowNo": false,
|
|
977
|
-
"type": "boolean"
|
|
978
|
-
},
|
|
979
|
-
"flags-dir": {
|
|
980
|
-
"helpGroup": "GLOBAL",
|
|
981
|
-
"name": "flags-dir",
|
|
982
|
-
"summary": "Import flag values from a directory.",
|
|
983
|
-
"hasDynamicHelp": false,
|
|
984
|
-
"multiple": false,
|
|
985
|
-
"type": "option"
|
|
986
|
-
},
|
|
987
|
-
"cli": {
|
|
988
|
-
"char": "c",
|
|
989
|
-
"name": "cli",
|
|
990
|
-
"summary": "the cli to verify",
|
|
991
|
-
"default": "sfdx",
|
|
992
|
-
"hasDynamicHelp": false,
|
|
993
|
-
"multiple": false,
|
|
994
|
-
"options": [
|
|
995
|
-
"sf",
|
|
996
|
-
"sfdx"
|
|
997
|
-
],
|
|
998
|
-
"type": "option"
|
|
999
|
-
},
|
|
1000
|
-
"windows-username-buffer": {
|
|
1001
|
-
"char": "w",
|
|
1002
|
-
"name": "windows-username-buffer",
|
|
1003
|
-
"summary": "the number of characters to allow for windows usernames",
|
|
1004
|
-
"default": 41,
|
|
1005
|
-
"hasDynamicHelp": false,
|
|
1006
|
-
"multiple": false,
|
|
1007
|
-
"type": "option"
|
|
1008
|
-
}
|
|
1009
|
-
},
|
|
1010
|
-
"hasDynamicHelp": false,
|
|
1011
|
-
"hiddenAliases": [],
|
|
1012
|
-
"id": "cli:tarballs:verify",
|
|
1013
|
-
"pluginAlias": "@salesforce/plugin-release-management",
|
|
1014
|
-
"pluginName": "@salesforce/plugin-release-management",
|
|
1015
|
-
"pluginType": "core",
|
|
1016
|
-
"strict": true,
|
|
1017
|
-
"summary": "verify that tarballs are ready to be uploaded",
|
|
1018
|
-
"enableJsonFlag": true,
|
|
1019
|
-
"isESM": true,
|
|
1020
|
-
"relativePath": [
|
|
1021
|
-
"lib",
|
|
1022
|
-
"commands",
|
|
1023
|
-
"cli",
|
|
1024
|
-
"tarballs",
|
|
1025
|
-
"verify.js"
|
|
1026
|
-
]
|
|
1027
|
-
},
|
|
1028
1028
|
"cli:versions:inspect": {
|
|
1029
1029
|
"aliases": [],
|
|
1030
1030
|
"args": {},
|
|
@@ -1390,5 +1390,5 @@
|
|
|
1390
1390
|
]
|
|
1391
1391
|
}
|
|
1392
1392
|
},
|
|
1393
|
-
"version": "5.7.
|
|
1393
|
+
"version": "5.7.100"
|
|
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.100",
|
|
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.995.0",
|
|
13
13
|
"@oclif/core": "^4.8.0",
|
|
14
14
|
"@octokit/core": "^6.1.6",
|
|
15
15
|
"@octokit/plugin-paginate-rest": "^11.6.0",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@types/shelljs": "^0.10.0",
|
|
43
43
|
"aws-sdk-client-mock": "^4.1.0",
|
|
44
44
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
45
|
-
"oclif": "^4.22.
|
|
45
|
+
"oclif": "^4.22.77",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
47
|
"typescript": "^5.9.3"
|
|
48
48
|
},
|