@salesforce/plugin-org 3.1.0 → 3.1.2
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 +17 -17
- package/lib/commands/force/org/create.d.ts +1 -0
- package/oclif.lock +201 -102
- package/oclif.manifest.json +1 -1
- package/package.json +26 -15
package/README.md
CHANGED
|
@@ -163,7 +163,7 @@ FLAG DESCRIPTIONS
|
|
|
163
163
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
164
164
|
```
|
|
165
165
|
|
|
166
|
-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
166
|
+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/clone.ts)_
|
|
167
167
|
|
|
168
168
|
## `sf force org create`
|
|
169
169
|
|
|
@@ -212,7 +212,7 @@ EXAMPLES
|
|
|
212
212
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
213
213
|
```
|
|
214
214
|
|
|
215
|
-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
215
|
+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/create.ts)_
|
|
216
216
|
|
|
217
217
|
## `sf force org delete`
|
|
218
218
|
|
|
@@ -244,7 +244,7 @@ EXAMPLES
|
|
|
244
244
|
$ sf force org delete -u MyOrgAlias -p
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
247
|
+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/delete.ts)_
|
|
248
248
|
|
|
249
249
|
## `sf force org status`
|
|
250
250
|
|
|
@@ -283,7 +283,7 @@ EXAMPLES
|
|
|
283
283
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
284
284
|
```
|
|
285
285
|
|
|
286
|
-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
286
|
+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/force/org/status.ts)_
|
|
287
287
|
|
|
288
288
|
## `sf org create sandbox`
|
|
289
289
|
|
|
@@ -388,7 +388,7 @@ FLAG DESCRIPTIONS
|
|
|
388
388
|
sandbox.
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
391
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/create/sandbox.ts)_
|
|
392
392
|
|
|
393
393
|
## `sf org create scratch`
|
|
394
394
|
|
|
@@ -541,7 +541,7 @@ FLAG DESCRIPTIONS
|
|
|
541
541
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
542
542
|
```
|
|
543
543
|
|
|
544
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
544
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/create/scratch.ts)_
|
|
545
545
|
|
|
546
546
|
## `sf org delete sandbox`
|
|
547
547
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
588
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/delete/sandbox.ts)_
|
|
589
589
|
|
|
590
590
|
## `sf org delete scratch`
|
|
591
591
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
630
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/delete/scratch.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf org disable tracking`
|
|
633
633
|
|
|
@@ -665,7 +665,7 @@ EXAMPLES
|
|
|
665
665
|
$ sf org disable tracking
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
668
|
+
_See code: [src/commands/org/disable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/disable/tracking.ts)_
|
|
669
669
|
|
|
670
670
|
## `sf org display`
|
|
671
671
|
|
|
@@ -709,7 +709,7 @@ EXAMPLES
|
|
|
709
709
|
$ sf org display --target-org TestOrg1 --verbose
|
|
710
710
|
```
|
|
711
711
|
|
|
712
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
712
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/display.ts)_
|
|
713
713
|
|
|
714
714
|
## `sf org enable tracking`
|
|
715
715
|
|
|
@@ -750,7 +750,7 @@ EXAMPLES
|
|
|
750
750
|
$ sf org enable tracking
|
|
751
751
|
```
|
|
752
752
|
|
|
753
|
-
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
753
|
+
_See code: [src/commands/org/enable/tracking.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/enable/tracking.ts)_
|
|
754
754
|
|
|
755
755
|
## `sf org list`
|
|
756
756
|
|
|
@@ -788,7 +788,7 @@ EXAMPLES
|
|
|
788
788
|
$ sf org list --clean
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
791
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list.ts)_
|
|
792
792
|
|
|
793
793
|
## `sf org list metadata`
|
|
794
794
|
|
|
@@ -853,7 +853,7 @@ FLAG DESCRIPTIONS
|
|
|
853
853
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
854
854
|
```
|
|
855
855
|
|
|
856
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
856
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list/metadata.ts)_
|
|
857
857
|
|
|
858
858
|
## `sf org list metadata-types`
|
|
859
859
|
|
|
@@ -907,7 +907,7 @@ FLAG DESCRIPTIONS
|
|
|
907
907
|
Override the api version used for api requests made by this command
|
|
908
908
|
```
|
|
909
909
|
|
|
910
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
910
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/list/metadata-types.ts)_
|
|
911
911
|
|
|
912
912
|
## `sf org open`
|
|
913
913
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
976
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/open.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf org resume sandbox`
|
|
979
979
|
|
|
@@ -1035,7 +1035,7 @@ FLAG DESCRIPTIONS
|
|
|
1035
1035
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
1036
1036
|
```
|
|
1037
1037
|
|
|
1038
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
1038
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/resume/sandbox.ts)_
|
|
1039
1039
|
|
|
1040
1040
|
## `sf org resume scratch`
|
|
1041
1041
|
|
|
@@ -1081,6 +1081,6 @@ FLAG DESCRIPTIONS
|
|
|
1081
1081
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
1082
1082
|
```
|
|
1083
1083
|
|
|
1084
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.
|
|
1084
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.1.2/src/commands/org/resume/scratch.ts)_
|
|
1085
1085
|
|
|
1086
1086
|
<!-- commandsstop -->
|
|
@@ -42,6 +42,7 @@ export declare class Create extends SfCommand<CreateResult> {
|
|
|
42
42
|
helpValue?: string | undefined;
|
|
43
43
|
options?: readonly string[] | undefined;
|
|
44
44
|
multiple?: boolean | undefined;
|
|
45
|
+
multipleNonGreedy?: boolean | undefined;
|
|
45
46
|
delimiter?: "," | undefined;
|
|
46
47
|
parse: import("@oclif/core/lib/interfaces/parser.js").FlagParser<import("@salesforce/core").Org | undefined, string, Interfaces.CustomOptions>;
|
|
47
48
|
defaultHelp?: import("@oclif/core/lib/interfaces/parser.js").FlagDefaultHelp<import("@salesforce/core").Org, Interfaces.CustomOptions> | undefined;
|
package/oclif.lock
CHANGED
|
@@ -781,10 +781,10 @@
|
|
|
781
781
|
wordwrap "^1.0.0"
|
|
782
782
|
wrap-ansi "^7.0.0"
|
|
783
783
|
|
|
784
|
-
"@oclif/core@^3.0.
|
|
785
|
-
version "3.
|
|
786
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
787
|
-
integrity sha512-
|
|
784
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
|
|
785
|
+
version "3.13.1"
|
|
786
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
|
|
787
|
+
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
|
|
788
788
|
dependencies:
|
|
789
789
|
ansi-escapes "^4.3.2"
|
|
790
790
|
ansi-styles "^4.3.0"
|
|
@@ -814,20 +814,20 @@
|
|
|
814
814
|
wordwrap "^1.0.0"
|
|
815
815
|
wrap-ansi "^7.0.0"
|
|
816
816
|
|
|
817
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
818
|
-
version "5.0.
|
|
819
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
820
|
-
integrity sha512-
|
|
817
|
+
"@oclif/plugin-command-snapshot@^5.0.4":
|
|
818
|
+
version "5.0.4"
|
|
819
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.4.tgz#d80cf80cdf8e6a21cddbea607c5a39c96d577b87"
|
|
820
|
+
integrity sha512-dsogNsY/k9D9aoceEWZhGklHBCIsJQpVAKwRKSQkrzhvesi/qB4reEfcuWGy1FtJihTVEVSGLdGBIz2Wu1XApA==
|
|
821
821
|
dependencies:
|
|
822
822
|
"@oclif/core" "^3.10.8"
|
|
823
|
-
"@types/lodash.difference" "^4.5.
|
|
823
|
+
"@types/lodash.difference" "^4.5.9"
|
|
824
824
|
chalk "^5.3.0"
|
|
825
825
|
just-diff "^5.2.0"
|
|
826
826
|
lodash.difference "^4.5.0"
|
|
827
827
|
lodash.get "^4.4.2"
|
|
828
828
|
lodash.sortby "^4.7.0"
|
|
829
829
|
semver "^7.5.4"
|
|
830
|
-
ts-json-schema-generator "^1.
|
|
830
|
+
ts-json-schema-generator "^1.5.0"
|
|
831
831
|
|
|
832
832
|
"@oclif/plugin-help@^5.2.14":
|
|
833
833
|
version "5.2.19"
|
|
@@ -962,14 +962,14 @@
|
|
|
962
962
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
963
963
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
964
964
|
|
|
965
|
-
"@salesforce/cli-plugins-testkit@^5.0
|
|
966
|
-
version "5.0
|
|
967
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
968
|
-
integrity sha512-
|
|
965
|
+
"@salesforce/cli-plugins-testkit@^5.1.0":
|
|
966
|
+
version "5.1.0"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.0.tgz#8d9caa22ea9e99879629206892afb26bcd540cef"
|
|
968
|
+
integrity sha512-P5tYlNqE87lX9Yp2aAsK75PICoAbmrSK3LEqiIVbtn75PN3OKiD1JEEX2ZDu+HWtO4/nxPtO4JFvX5j00EZGBA==
|
|
969
969
|
dependencies:
|
|
970
|
-
"@salesforce/core" "^
|
|
970
|
+
"@salesforce/core" "^6.2.2"
|
|
971
971
|
"@salesforce/kit" "^3.0.15"
|
|
972
|
-
"@salesforce/ts-types" "^2.0.
|
|
972
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
973
973
|
"@types/shelljs" "^0.8.15"
|
|
974
974
|
debug "^4.3.1"
|
|
975
975
|
jszip "^3.10.1"
|
|
@@ -1001,10 +1001,10 @@
|
|
|
1001
1001
|
semver "^7.5.4"
|
|
1002
1002
|
ts-retry-promise "^0.7.1"
|
|
1003
1003
|
|
|
1004
|
-
"@salesforce/core@^6.
|
|
1005
|
-
version "6.
|
|
1006
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
1007
|
-
integrity sha512-
|
|
1004
|
+
"@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0":
|
|
1005
|
+
version "6.4.0"
|
|
1006
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.0.tgz#09e856194c8dad5bd0d86e271e84c3c47304f508"
|
|
1007
|
+
integrity sha512-zbUuOll6RnaOyO6vHGjaO6mv2SBimu2JzInubBrbx+bgw5KFVT0y+OrN0gEhBPS94VoC9/N6ZRKve+vQ82zmmA==
|
|
1008
1008
|
dependencies:
|
|
1009
1009
|
"@salesforce/kit" "^3.0.15"
|
|
1010
1010
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1030,17 +1030,17 @@
|
|
|
1030
1030
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1031
1031
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1032
1032
|
|
|
1033
|
-
"@salesforce/dev-scripts@^
|
|
1034
|
-
version "
|
|
1035
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
|
1036
|
-
integrity sha512-
|
|
1033
|
+
"@salesforce/dev-scripts@^8.1.0":
|
|
1034
|
+
version "8.1.0"
|
|
1035
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.1.0.tgz#0310dc9fb4104637a237876161a40331dd382e9f"
|
|
1036
|
+
integrity sha512-lA5uJMwfKKrbv+JMCxX8aOrwE1ihlmUfAy8SVCgBSaHNckRBDQP2zIM7S03zoXFSpUtebCndo1ODQxw+zVrK3g==
|
|
1037
1037
|
dependencies:
|
|
1038
1038
|
"@commitlint/cli" "^17.1.2"
|
|
1039
1039
|
"@commitlint/config-conventional" "^17.1.0"
|
|
1040
1040
|
"@salesforce/dev-config" "^4.1.0"
|
|
1041
1041
|
"@salesforce/prettier-config" "^0.0.3"
|
|
1042
1042
|
"@types/chai" "^4.3.10"
|
|
1043
|
-
"@types/mocha" "^10.0.
|
|
1043
|
+
"@types/mocha" "^10.0.6"
|
|
1044
1044
|
"@types/node" "^18"
|
|
1045
1045
|
"@types/sinon" "^10.0.20"
|
|
1046
1046
|
chai "^4.3.10"
|
|
@@ -1048,6 +1048,7 @@
|
|
|
1048
1048
|
cosmiconfig "^7.0.0"
|
|
1049
1049
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1050
1050
|
husky "^7.0.4"
|
|
1051
|
+
linkinator "^6.0.2"
|
|
1051
1052
|
mocha "^10.2.0"
|
|
1052
1053
|
nyc "^15.1.0"
|
|
1053
1054
|
prettier "^2.8.8"
|
|
@@ -1069,15 +1070,15 @@
|
|
|
1069
1070
|
"@salesforce/ts-types" "^2.0.9"
|
|
1070
1071
|
tslib "^2.6.2"
|
|
1071
1072
|
|
|
1072
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1073
|
-
version "3.0.
|
|
1074
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1075
|
-
integrity sha512-
|
|
1073
|
+
"@salesforce/plugin-command-reference@^3.0.51":
|
|
1074
|
+
version "3.0.51"
|
|
1075
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.51.tgz#d944701bef9ae43bf2ef1f74d3a1d79dccee6399"
|
|
1076
|
+
integrity sha512-lKIktlP3ZwL9gM5DUl0yuclY9GaEIGaJ9E5CzGzCMN3FihMU7GJ+K80Z9XU2D4egb37U5LDfQFZepmqpi6hWUg==
|
|
1076
1077
|
dependencies:
|
|
1077
|
-
"@oclif/core" "^3.
|
|
1078
|
-
"@salesforce/core" "^
|
|
1078
|
+
"@oclif/core" "^3.13.1"
|
|
1079
|
+
"@salesforce/core" "^6.2.2"
|
|
1079
1080
|
"@salesforce/kit" "^3.0.15"
|
|
1080
|
-
"@salesforce/sf-plugins-core" "^
|
|
1081
|
+
"@salesforce/sf-plugins-core" "^5.0.5"
|
|
1081
1082
|
"@salesforce/ts-types" "^2.0.9"
|
|
1082
1083
|
chalk "^4"
|
|
1083
1084
|
handlebars "^4.7.8"
|
|
@@ -1093,26 +1094,13 @@
|
|
|
1093
1094
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1094
1095
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1095
1096
|
|
|
1096
|
-
"@salesforce/sf-plugins-core@^
|
|
1097
|
-
version "
|
|
1098
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1099
|
-
integrity sha512-
|
|
1100
|
-
dependencies:
|
|
1101
|
-
"@oclif/core" "^3.11.0"
|
|
1102
|
-
"@salesforce/core" "^6.1.0"
|
|
1103
|
-
"@salesforce/kit" "^3.0.15"
|
|
1104
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
1105
|
-
"@types/inquirer" "^8.2.3"
|
|
1106
|
-
chalk "^4"
|
|
1107
|
-
inquirer "^8.2.5"
|
|
1108
|
-
|
|
1109
|
-
"@salesforce/sf-plugins-core@^5.0.3":
|
|
1110
|
-
version "5.0.3"
|
|
1111
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.3.tgz#a771dc887c0a13ac23a5b1c16a6965791914f3aa"
|
|
1112
|
-
integrity sha512-D+RCUzrYIWpJakNfxtHXJd6LZr6bK4gA4e7jLPR1G1FmDFss13PT7hOdFRxmAqTPbcp1jf65vwYZzu5nbqzmvQ==
|
|
1097
|
+
"@salesforce/sf-plugins-core@^5.0.3", "@salesforce/sf-plugins-core@^5.0.5":
|
|
1098
|
+
version "5.0.5"
|
|
1099
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
|
|
1100
|
+
integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
|
|
1113
1101
|
dependencies:
|
|
1114
|
-
"@oclif/core" "^3.
|
|
1115
|
-
"@salesforce/core" "^6.
|
|
1102
|
+
"@oclif/core" "^3.12.0"
|
|
1103
|
+
"@salesforce/core" "^6.2.0"
|
|
1116
1104
|
"@salesforce/kit" "^3.0.15"
|
|
1117
1105
|
"@salesforce/ts-types" "^2.0.9"
|
|
1118
1106
|
"@types/inquirer" "^8.2.3"
|
|
@@ -1146,7 +1134,7 @@
|
|
|
1146
1134
|
sinon "^5.1.1"
|
|
1147
1135
|
tslib "^2.6.1"
|
|
1148
1136
|
|
|
1149
|
-
"@salesforce/ts-types@^2.0.
|
|
1137
|
+
"@salesforce/ts-types@^2.0.9":
|
|
1150
1138
|
version "2.0.9"
|
|
1151
1139
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1152
1140
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -1344,7 +1332,7 @@
|
|
|
1344
1332
|
dependencies:
|
|
1345
1333
|
"@types/node" "*"
|
|
1346
1334
|
|
|
1347
|
-
"@types/lodash.difference@^4.5.
|
|
1335
|
+
"@types/lodash.difference@^4.5.9":
|
|
1348
1336
|
version "4.5.9"
|
|
1349
1337
|
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
|
|
1350
1338
|
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
|
|
@@ -1371,10 +1359,10 @@
|
|
|
1371
1359
|
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
|
|
1372
1360
|
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==
|
|
1373
1361
|
|
|
1374
|
-
"@types/mocha@^10.0.
|
|
1375
|
-
version "10.0.
|
|
1376
|
-
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.
|
|
1377
|
-
integrity sha512-
|
|
1362
|
+
"@types/mocha@^10.0.6":
|
|
1363
|
+
version "10.0.6"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1365
|
+
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1378
1366
|
|
|
1379
1367
|
"@types/node@*", "@types/node@20.5.1":
|
|
1380
1368
|
version "20.5.1"
|
|
@@ -2315,7 +2303,7 @@ chalk@^4, chalk@^4.0.0, chalk@^4.0.2, chalk@^4.1.0, chalk@^4.1.1, chalk@^4.1.2:
|
|
|
2315
2303
|
ansi-styles "^4.1.0"
|
|
2316
2304
|
supports-color "^7.1.0"
|
|
2317
2305
|
|
|
2318
|
-
chalk@^5.3.0:
|
|
2306
|
+
chalk@^5.0.0, chalk@^5.3.0:
|
|
2319
2307
|
version "5.3.0"
|
|
2320
2308
|
resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.3.0.tgz#67c20a7ebef70e7f3970a01f90fa210cb6860385"
|
|
2321
2309
|
integrity sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==
|
|
@@ -2946,6 +2934,36 @@ doctrine@^3.0.0:
|
|
|
2946
2934
|
dependencies:
|
|
2947
2935
|
esutils "^2.0.2"
|
|
2948
2936
|
|
|
2937
|
+
dom-serializer@^2.0.0:
|
|
2938
|
+
version "2.0.0"
|
|
2939
|
+
resolved "https://registry.yarnpkg.com/dom-serializer/-/dom-serializer-2.0.0.tgz#e41b802e1eedf9f6cae183ce5e622d789d7d8e53"
|
|
2940
|
+
integrity sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==
|
|
2941
|
+
dependencies:
|
|
2942
|
+
domelementtype "^2.3.0"
|
|
2943
|
+
domhandler "^5.0.2"
|
|
2944
|
+
entities "^4.2.0"
|
|
2945
|
+
|
|
2946
|
+
domelementtype@^2.3.0:
|
|
2947
|
+
version "2.3.0"
|
|
2948
|
+
resolved "https://registry.yarnpkg.com/domelementtype/-/domelementtype-2.3.0.tgz#5c45e8e869952626331d7aab326d01daf65d589d"
|
|
2949
|
+
integrity sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==
|
|
2950
|
+
|
|
2951
|
+
domhandler@^5.0.2, domhandler@^5.0.3:
|
|
2952
|
+
version "5.0.3"
|
|
2953
|
+
resolved "https://registry.yarnpkg.com/domhandler/-/domhandler-5.0.3.tgz#cc385f7f751f1d1fc650c21374804254538c7d31"
|
|
2954
|
+
integrity sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==
|
|
2955
|
+
dependencies:
|
|
2956
|
+
domelementtype "^2.3.0"
|
|
2957
|
+
|
|
2958
|
+
domutils@^3.1.0:
|
|
2959
|
+
version "3.1.0"
|
|
2960
|
+
resolved "https://registry.yarnpkg.com/domutils/-/domutils-3.1.0.tgz#c47f551278d3dc4b0b1ab8cbb42d751a6f0d824e"
|
|
2961
|
+
integrity sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==
|
|
2962
|
+
dependencies:
|
|
2963
|
+
dom-serializer "^2.0.0"
|
|
2964
|
+
domelementtype "^2.3.0"
|
|
2965
|
+
domhandler "^5.0.3"
|
|
2966
|
+
|
|
2949
2967
|
dot-case@^3.0.4:
|
|
2950
2968
|
version "3.0.4"
|
|
2951
2969
|
resolved "https://registry.yarnpkg.com/dot-case/-/dot-case-3.0.4.tgz#9b2b670d00a431667a8a75ba29cd1b98809ce751"
|
|
@@ -3009,6 +3027,11 @@ end-of-stream@^1.1.0:
|
|
|
3009
3027
|
dependencies:
|
|
3010
3028
|
once "^1.4.0"
|
|
3011
3029
|
|
|
3030
|
+
entities@^4.2.0, entities@^4.5.0:
|
|
3031
|
+
version "4.5.0"
|
|
3032
|
+
resolved "https://registry.yarnpkg.com/entities/-/entities-4.5.0.tgz#5d268ea5e7113ec74c4d033b79ea5a35a488fb48"
|
|
3033
|
+
integrity sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==
|
|
3034
|
+
|
|
3012
3035
|
env-paths@^2.2.0:
|
|
3013
3036
|
version "2.2.1"
|
|
3014
3037
|
resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2"
|
|
@@ -3111,6 +3134,11 @@ escalade@^3.1.1:
|
|
|
3111
3134
|
resolved "https://registry.yarnpkg.com/escalade/-/escalade-3.1.1.tgz#d8cfdc7000965c5a0174b4a82eaa5c0552742e40"
|
|
3112
3135
|
integrity sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==
|
|
3113
3136
|
|
|
3137
|
+
escape-html@^1.0.3:
|
|
3138
|
+
version "1.0.3"
|
|
3139
|
+
resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988"
|
|
3140
|
+
integrity sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==
|
|
3141
|
+
|
|
3114
3142
|
escape-string-regexp@4.0.0, escape-string-regexp@^4.0.0:
|
|
3115
3143
|
version "4.0.0"
|
|
3116
3144
|
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34"
|
|
@@ -3437,6 +3465,11 @@ exponential-backoff@^3.1.1:
|
|
|
3437
3465
|
resolved "https://registry.yarnpkg.com/exponential-backoff/-/exponential-backoff-3.1.1.tgz#64ac7526fe341ab18a39016cd22c787d01e00bf6"
|
|
3438
3466
|
integrity sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==
|
|
3439
3467
|
|
|
3468
|
+
extend@^3.0.2:
|
|
3469
|
+
version "3.0.2"
|
|
3470
|
+
resolved "https://registry.yarnpkg.com/extend/-/extend-3.0.2.tgz#f8b1136b4071fbd8eb140aff858b1019ec2915fa"
|
|
3471
|
+
integrity sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==
|
|
3472
|
+
|
|
3440
3473
|
external-editor@^3.0.3:
|
|
3441
3474
|
version "3.1.0"
|
|
3442
3475
|
resolved "https://registry.yarnpkg.com/external-editor/-/external-editor-3.1.0.tgz#cb03f740befae03ea4d283caed2741a83f335495"
|
|
@@ -3753,6 +3786,16 @@ gauge@^4.0.3:
|
|
|
3753
3786
|
strip-ansi "^6.0.1"
|
|
3754
3787
|
wide-align "^1.1.5"
|
|
3755
3788
|
|
|
3789
|
+
gaxios@^6.0.0:
|
|
3790
|
+
version "6.1.1"
|
|
3791
|
+
resolved "https://registry.yarnpkg.com/gaxios/-/gaxios-6.1.1.tgz#549629f86a13e756b900f9ff7c94624670102938"
|
|
3792
|
+
integrity sha512-bw8smrX+XlAoo9o1JAksBwX+hi/RG15J+NTSxmNPIclKC3ZVK6C2afwY8OSdRvOK0+ZLecUJYtj2MmjOt3Dm0w==
|
|
3793
|
+
dependencies:
|
|
3794
|
+
extend "^3.0.2"
|
|
3795
|
+
https-proxy-agent "^7.0.1"
|
|
3796
|
+
is-stream "^2.0.0"
|
|
3797
|
+
node-fetch "^2.6.9"
|
|
3798
|
+
|
|
3756
3799
|
gensync@^1.0.0-beta.2:
|
|
3757
3800
|
version "1.0.0-beta.2"
|
|
3758
3801
|
resolved "https://registry.yarnpkg.com/gensync/-/gensync-1.0.0-beta.2.tgz#32a6ee76c3d7f52d46b2b1ae5d93fea8580a25e0"
|
|
@@ -3862,16 +3905,16 @@ glob@7.2.0:
|
|
|
3862
3905
|
once "^1.3.0"
|
|
3863
3906
|
path-is-absolute "^1.0.0"
|
|
3864
3907
|
|
|
3865
|
-
glob@^10.2.2:
|
|
3866
|
-
version "10.
|
|
3867
|
-
resolved "https://registry.yarnpkg.com/glob/-/glob-10.
|
|
3868
|
-
integrity sha512-
|
|
3908
|
+
glob@^10.2.2, glob@^10.3.10:
|
|
3909
|
+
version "10.3.10"
|
|
3910
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-10.3.10.tgz#0351ebb809fd187fe421ab96af83d3a70715df4b"
|
|
3911
|
+
integrity sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==
|
|
3869
3912
|
dependencies:
|
|
3870
3913
|
foreground-child "^3.1.0"
|
|
3871
|
-
jackspeak "^2.
|
|
3914
|
+
jackspeak "^2.3.5"
|
|
3872
3915
|
minimatch "^9.0.1"
|
|
3873
|
-
minipass "^5.0.0 || ^6.0.2"
|
|
3874
|
-
path-scurry "^1.
|
|
3916
|
+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
3917
|
+
path-scurry "^1.10.1"
|
|
3875
3918
|
|
|
3876
3919
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
3877
3920
|
version "7.2.3"
|
|
@@ -4101,6 +4144,16 @@ html-escaper@^2.0.0:
|
|
|
4101
4144
|
resolved "https://registry.yarnpkg.com/html-escaper/-/html-escaper-2.0.2.tgz#dfd60027da36a36dfcbe236262c00a5822681453"
|
|
4102
4145
|
integrity sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==
|
|
4103
4146
|
|
|
4147
|
+
htmlparser2@^9.0.0:
|
|
4148
|
+
version "9.0.0"
|
|
4149
|
+
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-9.0.0.tgz#e431142b7eeb1d91672742dea48af8ac7140cddb"
|
|
4150
|
+
integrity sha512-uxbSI98wmFT/G4P2zXx4OVx04qWUmyFPrD2/CNepa2Zo3GPNaCaaxElDgwUrwYWkK1nr9fft0Ya8dws8coDLLQ==
|
|
4151
|
+
dependencies:
|
|
4152
|
+
domelementtype "^2.3.0"
|
|
4153
|
+
domhandler "^5.0.3"
|
|
4154
|
+
domutils "^3.1.0"
|
|
4155
|
+
entities "^4.5.0"
|
|
4156
|
+
|
|
4104
4157
|
http-cache-semantics@^4.0.0, http-cache-semantics@^4.1.0, http-cache-semantics@^4.1.1:
|
|
4105
4158
|
version "4.1.1"
|
|
4106
4159
|
resolved "https://registry.yarnpkg.com/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz#abe02fcb2985460bf0323be664436ec3476a6d5a"
|
|
@@ -4165,7 +4218,7 @@ https-proxy-agent@^5.0.0:
|
|
|
4165
4218
|
agent-base "6"
|
|
4166
4219
|
debug "4"
|
|
4167
4220
|
|
|
4168
|
-
https-proxy-agent@^7.0.2:
|
|
4221
|
+
https-proxy-agent@^7.0.1, https-proxy-agent@^7.0.2:
|
|
4169
4222
|
version "7.0.2"
|
|
4170
4223
|
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-7.0.2.tgz#e2645b846b90e96c6e6f347fb5b2e41f1590b09b"
|
|
4171
4224
|
integrity sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==
|
|
@@ -4715,10 +4768,10 @@ istanbul-reports@^3.0.2:
|
|
|
4715
4768
|
html-escaper "^2.0.0"
|
|
4716
4769
|
istanbul-lib-report "^3.0.0"
|
|
4717
4770
|
|
|
4718
|
-
jackspeak@^2.
|
|
4719
|
-
version "2.
|
|
4720
|
-
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.
|
|
4721
|
-
integrity sha512-
|
|
4771
|
+
jackspeak@^2.3.5:
|
|
4772
|
+
version "2.3.6"
|
|
4773
|
+
resolved "https://registry.yarnpkg.com/jackspeak/-/jackspeak-2.3.6.tgz#647ecc472238aee4b06ac0e461acc21a8c505ca8"
|
|
4774
|
+
integrity sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==
|
|
4722
4775
|
dependencies:
|
|
4723
4776
|
"@isaacs/cliui" "^8.0.2"
|
|
4724
4777
|
optionalDependencies:
|
|
@@ -4985,6 +5038,22 @@ lines-and-columns@^1.1.6:
|
|
|
4985
5038
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4986
5039
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4987
5040
|
|
|
5041
|
+
linkinator@^6.0.2:
|
|
5042
|
+
version "6.0.2"
|
|
5043
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.2.tgz#6a33df3372894a2fa3b25f80f2cd5e6bb9f73e7d"
|
|
5044
|
+
integrity sha512-28eiQVzGwaCvVUb/cxii5jraWZYUv5n2Q5CaSRUH9oGDo1Jr8GcREnpw/0IfJ5YTRoIt9/ihra2lG8yqCN292g==
|
|
5045
|
+
dependencies:
|
|
5046
|
+
chalk "^5.0.0"
|
|
5047
|
+
escape-html "^1.0.3"
|
|
5048
|
+
gaxios "^6.0.0"
|
|
5049
|
+
glob "^10.3.10"
|
|
5050
|
+
htmlparser2 "^9.0.0"
|
|
5051
|
+
marked "^10.0.0"
|
|
5052
|
+
meow "^12.0.1"
|
|
5053
|
+
mime "^3.0.0"
|
|
5054
|
+
server-destroy "^1.0.1"
|
|
5055
|
+
srcset "^5.0.0"
|
|
5056
|
+
|
|
4988
5057
|
load-yaml-file@^0.2.0:
|
|
4989
5058
|
version "0.2.0"
|
|
4990
5059
|
resolved "https://registry.yarnpkg.com/load-yaml-file/-/load-yaml-file-0.2.0.tgz#af854edaf2bea89346c07549122753c07372f64d"
|
|
@@ -5192,10 +5261,10 @@ lru-cache@^7.14.1, lru-cache@^7.4.4, lru-cache@^7.5.1, lru-cache@^7.7.1:
|
|
|
5192
5261
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-7.18.3.tgz#f793896e0fd0e954a59dfdd82f0773808df6aa89"
|
|
5193
5262
|
integrity sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==
|
|
5194
5263
|
|
|
5195
|
-
lru-cache@^9.1.1:
|
|
5196
|
-
version "
|
|
5197
|
-
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-
|
|
5198
|
-
integrity sha512
|
|
5264
|
+
"lru-cache@^9.1.1 || ^10.0.0":
|
|
5265
|
+
version "10.1.0"
|
|
5266
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.1.0.tgz#2098d41c2dc56500e6c88584aa656c84de7d0484"
|
|
5267
|
+
integrity sha512-/1clY/ui8CzjKFyjdvwPWJUYKiFVXG2I2cY0ssG7h4+hwk+XOIX7ZSG9Q7TW8TW3Kp3BUSqgFWBLgL4PJ+Blag==
|
|
5199
5268
|
|
|
5200
5269
|
lunr@^2.3.9:
|
|
5201
5270
|
version "2.3.9"
|
|
@@ -5296,6 +5365,11 @@ map-obj@^4.0.0:
|
|
|
5296
5365
|
resolved "https://registry.yarnpkg.com/map-obj/-/map-obj-4.3.0.tgz#9304f906e93faae70880da102a9f1df0ea8bb05a"
|
|
5297
5366
|
integrity sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==
|
|
5298
5367
|
|
|
5368
|
+
marked@^10.0.0:
|
|
5369
|
+
version "10.0.0"
|
|
5370
|
+
resolved "https://registry.yarnpkg.com/marked/-/marked-10.0.0.tgz#7fe1805bb908433d760e2de0fcc8841a2b2d745c"
|
|
5371
|
+
integrity sha512-YiGcYcWj50YrwBgNzFoYhQ1hT6GmQbFG8SksnYJX1z4BXTHSOrz1GB5/Jm2yQvMg4nN1FHP4M6r03R10KrVUiA==
|
|
5372
|
+
|
|
5299
5373
|
marked@^4.3.0:
|
|
5300
5374
|
version "4.3.0"
|
|
5301
5375
|
resolved "https://registry.yarnpkg.com/marked/-/marked-4.3.0.tgz#796362821b019f734054582038b116481b456cf3"
|
|
@@ -5327,6 +5401,11 @@ marked@^4.3.0:
|
|
|
5327
5401
|
vinyl "^2.0.1"
|
|
5328
5402
|
vinyl-file "^3.0.0"
|
|
5329
5403
|
|
|
5404
|
+
meow@^12.0.1:
|
|
5405
|
+
version "12.1.1"
|
|
5406
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-12.1.1.tgz#e558dddbab12477b69b2e9a2728c327f191bace6"
|
|
5407
|
+
integrity sha512-BhXM0Au22RwUneMPwSCnyhTOizdWoIEPU9sp0Aqa1PnDMR5Wv2FGXYDjuzJEIX+Eo2Rb8xuYe5jrnm5QowQFkw==
|
|
5408
|
+
|
|
5330
5409
|
meow@^8.0.0, meow@^8.1.2:
|
|
5331
5410
|
version "8.1.2"
|
|
5332
5411
|
resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897"
|
|
@@ -5379,6 +5458,11 @@ mime@2.6.0:
|
|
|
5379
5458
|
resolved "https://registry.yarnpkg.com/mime/-/mime-2.6.0.tgz#a2a682a95cd4d0cb1d6257e28f83da7e35800367"
|
|
5380
5459
|
integrity sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==
|
|
5381
5460
|
|
|
5461
|
+
mime@^3.0.0:
|
|
5462
|
+
version "3.0.0"
|
|
5463
|
+
resolved "https://registry.yarnpkg.com/mime/-/mime-3.0.0.tgz#b374550dca3a0c18443b0c950a6a58f1931cf7a7"
|
|
5464
|
+
integrity sha512-jSCU7/VB1loIWBZe14aEYHU/+1UMEHoaO7qxCOVJOw9GgH72VAWppxNcjU+x9a2k3GSIBXNKxXQFqRvvZ7vr3A==
|
|
5465
|
+
|
|
5382
5466
|
mimic-fn@^2.1.0:
|
|
5383
5467
|
version "2.1.0"
|
|
5384
5468
|
resolved "https://registry.yarnpkg.com/mimic-fn/-/mimic-fn-2.1.0.tgz#7ed2c2ccccaf84d3ffcb7a69b57711fc2083401b"
|
|
@@ -5534,10 +5618,10 @@ minipass@^5.0.0:
|
|
|
5534
5618
|
resolved "https://registry.yarnpkg.com/minipass/-/minipass-5.0.0.tgz#3e9788ffb90b694a5d0ec94479a45b5d8738133d"
|
|
5535
5619
|
integrity sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==
|
|
5536
5620
|
|
|
5537
|
-
"minipass@^5.0.0 || ^6.0.2":
|
|
5538
|
-
version "
|
|
5539
|
-
resolved "https://registry.yarnpkg.com/minipass/-/minipass-
|
|
5540
|
-
integrity sha512-
|
|
5621
|
+
"minipass@^5.0.0 || ^6.0.2 || ^7.0.0":
|
|
5622
|
+
version "7.0.4"
|
|
5623
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
|
|
5624
|
+
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
|
5541
5625
|
|
|
5542
5626
|
minizlib@^2.0.0, minizlib@^2.1.1, minizlib@^2.1.2:
|
|
5543
5627
|
version "2.1.2"
|
|
@@ -5713,10 +5797,10 @@ no-case@^3.0.4:
|
|
|
5713
5797
|
lower-case "^2.0.2"
|
|
5714
5798
|
tslib "^2.0.3"
|
|
5715
5799
|
|
|
5716
|
-
node-fetch@^2.6.1, node-fetch@^2.6.7:
|
|
5717
|
-
version "2.
|
|
5718
|
-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.
|
|
5719
|
-
integrity sha512-
|
|
5800
|
+
node-fetch@^2.6.1, node-fetch@^2.6.7, node-fetch@^2.6.9:
|
|
5801
|
+
version "2.7.0"
|
|
5802
|
+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.7.0.tgz#d0f0fa6e3e2dc1d27efcd8ad99d550bda94d187d"
|
|
5803
|
+
integrity sha512-c4FRfUm/dbcWZ7U+1Wq0AwCyFL+3nt2bEw05wfxSz+DWpWsitgmSgYmy2dQdWyKC1694ELPqMs/YzUSNozLt8A==
|
|
5720
5804
|
dependencies:
|
|
5721
5805
|
whatwg-url "^5.0.0"
|
|
5722
5806
|
|
|
@@ -6068,10 +6152,10 @@ object.values@^1.1.7:
|
|
|
6068
6152
|
define-properties "^1.2.0"
|
|
6069
6153
|
es-abstract "^1.22.1"
|
|
6070
6154
|
|
|
6071
|
-
oclif@^4.0.
|
|
6072
|
-
version "4.0.
|
|
6073
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
6074
|
-
integrity sha512-
|
|
6155
|
+
oclif@^4.0.4:
|
|
6156
|
+
version "4.0.4"
|
|
6157
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
6158
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
6075
6159
|
dependencies:
|
|
6076
6160
|
"@oclif/core" "^3.0.4"
|
|
6077
6161
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6431,13 +6515,13 @@ path-parse@^1.0.7:
|
|
|
6431
6515
|
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
|
|
6432
6516
|
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
|
|
6433
6517
|
|
|
6434
|
-
path-scurry@^1.
|
|
6435
|
-
version "1.
|
|
6436
|
-
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.
|
|
6437
|
-
integrity sha512-
|
|
6518
|
+
path-scurry@^1.10.1:
|
|
6519
|
+
version "1.10.1"
|
|
6520
|
+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-1.10.1.tgz#9ba6bf5aa8500fe9fd67df4f0d9483b2b0bfc698"
|
|
6521
|
+
integrity sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==
|
|
6438
6522
|
dependencies:
|
|
6439
|
-
lru-cache "^9.1.1"
|
|
6440
|
-
minipass "^5.0.0 || ^6.0.2"
|
|
6523
|
+
lru-cache "^9.1.1 || ^10.0.0"
|
|
6524
|
+
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
6441
6525
|
|
|
6442
6526
|
path-to-regexp@^1.7.0:
|
|
6443
6527
|
version "1.8.0"
|
|
@@ -7116,6 +7200,11 @@ serialize-javascript@6.0.0:
|
|
|
7116
7200
|
dependencies:
|
|
7117
7201
|
randombytes "^2.1.0"
|
|
7118
7202
|
|
|
7203
|
+
server-destroy@^1.0.1:
|
|
7204
|
+
version "1.0.1"
|
|
7205
|
+
resolved "https://registry.yarnpkg.com/server-destroy/-/server-destroy-1.0.1.tgz#f13bf928e42b9c3e79383e61cc3998b5d14e6cdd"
|
|
7206
|
+
integrity sha512-rb+9B5YBIEzYcD6x2VKidaa+cqYBJQKnU4oe4E3ANwRRN56yk/ua1YCJT1n21NTS8w6CcOclAKNP3PhdCXKYtQ==
|
|
7207
|
+
|
|
7119
7208
|
set-blocking@^2.0.0:
|
|
7120
7209
|
version "2.0.0"
|
|
7121
7210
|
resolved "https://registry.yarnpkg.com/set-blocking/-/set-blocking-2.0.0.tgz#045f9782d011ae9a6803ddd382b24392b3d890f7"
|
|
@@ -7401,6 +7490,11 @@ sprintf-js@~1.0.2:
|
|
|
7401
7490
|
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
|
|
7402
7491
|
integrity sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==
|
|
7403
7492
|
|
|
7493
|
+
srcset@^5.0.0:
|
|
7494
|
+
version "5.0.0"
|
|
7495
|
+
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
7496
|
+
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
7497
|
+
|
|
7404
7498
|
ssri@^10.0.0:
|
|
7405
7499
|
version "10.0.4"
|
|
7406
7500
|
resolved "https://registry.yarnpkg.com/ssri/-/ssri-10.0.4.tgz#5a20af378be586df139ddb2dfb3bf992cf0daba6"
|
|
@@ -7697,10 +7791,10 @@ ts-api-utils@^1.0.1:
|
|
|
7697
7791
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7698
7792
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7699
7793
|
|
|
7700
|
-
ts-json-schema-generator@^1.
|
|
7701
|
-
version "1.
|
|
7702
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
|
7703
|
-
integrity sha512-
|
|
7794
|
+
ts-json-schema-generator@^1.5.0:
|
|
7795
|
+
version "1.5.0"
|
|
7796
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
|
7797
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
|
7704
7798
|
dependencies:
|
|
7705
7799
|
"@types/json-schema" "^7.0.12"
|
|
7706
7800
|
commander "^11.0.0"
|
|
@@ -7708,12 +7802,12 @@ ts-json-schema-generator@^1.4.0:
|
|
|
7708
7802
|
json5 "^2.2.3"
|
|
7709
7803
|
normalize-path "^3.0.0"
|
|
7710
7804
|
safe-stable-stringify "^2.4.3"
|
|
7711
|
-
typescript "~5.
|
|
7805
|
+
typescript "~5.3.2"
|
|
7712
7806
|
|
|
7713
|
-
ts-node@^10.8.1, ts-node@^10.9.1:
|
|
7714
|
-
version "10.9.
|
|
7715
|
-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.
|
|
7716
|
-
integrity sha512-
|
|
7807
|
+
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
|
7808
|
+
version "10.9.2"
|
|
7809
|
+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7810
|
+
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
7717
7811
|
dependencies:
|
|
7718
7812
|
"@cspotcode/source-map-support" "^0.8.0"
|
|
7719
7813
|
"@tsconfig/node10" "^1.0.7"
|
|
@@ -7880,7 +7974,7 @@ typedoc@^0.25.3:
|
|
|
7880
7974
|
minimatch "^9.0.3"
|
|
7881
7975
|
shiki "^0.14.1"
|
|
7882
7976
|
|
|
7883
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2
|
|
7977
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.2.2:
|
|
7884
7978
|
version "5.2.2"
|
|
7885
7979
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
|
7886
7980
|
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
|
@@ -7890,6 +7984,11 @@ typescript@^4.9.5:
|
|
|
7890
7984
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
7891
7985
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
7892
7986
|
|
|
7987
|
+
typescript@~5.3.2:
|
|
7988
|
+
version "5.3.3"
|
|
7989
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7990
|
+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7991
|
+
|
|
7893
7992
|
uglify-js@^3.1.4:
|
|
7894
7993
|
version "3.17.4"
|
|
7895
7994
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.17.4.tgz#61678cf5fa3f5b7eb789bb345df29afb8257c22c"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
9
|
-
"@salesforce/core": "^6.
|
|
8
|
+
"@oclif/core": "^3.13.1",
|
|
9
|
+
"@salesforce/core": "^6.4.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^10.0.3",
|
|
13
13
|
"open": "^9.1.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.0
|
|
18
|
-
"@salesforce/dev-scripts": "^
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.4",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.0",
|
|
18
|
+
"@salesforce/dev-scripts": "^8.1.0",
|
|
19
|
+
"@salesforce/plugin-command-reference": "^3.0.51",
|
|
20
20
|
"@salesforce/ts-sinon": "1.4.19",
|
|
21
21
|
"@types/shelljs": "^0.8.14",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
23
23
|
"moment": "^2.29.1",
|
|
24
|
-
"oclif": "^4.0.
|
|
24
|
+
"oclif": "^4.0.4",
|
|
25
25
|
"shelljs": "^0.8.5",
|
|
26
26
|
"shx": "0.3.4",
|
|
27
|
-
"ts-node": "^10.9.
|
|
27
|
+
"ts-node": "^10.9.2",
|
|
28
28
|
"typescript": "^5.2.2"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"compile": "wireit",
|
|
102
102
|
"docs": "sf-docs",
|
|
103
103
|
"format": "wireit",
|
|
104
|
+
"link-check": "wireit",
|
|
104
105
|
"lint": "wireit",
|
|
105
106
|
"postpack": "shx rm -f oclif.manifest.json oclif.lock",
|
|
106
107
|
"prepack": "sf-prepack",
|
|
@@ -165,11 +166,12 @@
|
|
|
165
166
|
"test:command-reference",
|
|
166
167
|
"test:deprecation-policy",
|
|
167
168
|
"lint",
|
|
168
|
-
"test:json-schema"
|
|
169
|
+
"test:json-schema",
|
|
170
|
+
"link-check"
|
|
169
171
|
]
|
|
170
172
|
},
|
|
171
173
|
"test:command-reference": {
|
|
172
|
-
"command": "ts-node \"./bin/dev.js\" commandreference:generate --erroronwarnings",
|
|
174
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" commandreference:generate --erroronwarnings",
|
|
173
175
|
"files": [
|
|
174
176
|
"src/**/*.ts",
|
|
175
177
|
"messages/**",
|
|
@@ -180,7 +182,7 @@
|
|
|
180
182
|
]
|
|
181
183
|
},
|
|
182
184
|
"test:deprecation-policy": {
|
|
183
|
-
"command": "ts-node \"./bin/dev.js\" snapshot:compare",
|
|
185
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" snapshot:compare",
|
|
184
186
|
"files": [
|
|
185
187
|
"src/**/*.ts"
|
|
186
188
|
],
|
|
@@ -190,7 +192,7 @@
|
|
|
190
192
|
]
|
|
191
193
|
},
|
|
192
194
|
"test:json-schema": {
|
|
193
|
-
"command": "ts-node \"./bin/dev.js\" schema:compare",
|
|
195
|
+
"command": "node --loader ts-node/esm --no-warnings=ExperimentalWarning \"./bin/dev.js\" schema:compare",
|
|
194
196
|
"files": [
|
|
195
197
|
"src/**/*.ts",
|
|
196
198
|
"schemas"
|
|
@@ -219,12 +221,21 @@
|
|
|
219
221
|
".nycrc"
|
|
220
222
|
],
|
|
221
223
|
"output": []
|
|
224
|
+
},
|
|
225
|
+
"link-check": {
|
|
226
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
227
|
+
"files": [
|
|
228
|
+
"./*.md",
|
|
229
|
+
"./!(CHANGELOG).md",
|
|
230
|
+
"messages/**/*.md"
|
|
231
|
+
],
|
|
232
|
+
"output": []
|
|
222
233
|
}
|
|
223
234
|
},
|
|
224
235
|
"exports": "./lib/index.js",
|
|
225
236
|
"type": "module",
|
|
226
237
|
"sfdx": {
|
|
227
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.
|
|
228
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.
|
|
238
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.2.crt",
|
|
239
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.1.2.sig"
|
|
229
240
|
}
|
|
230
241
|
}
|