@salesforce/plugin-schema 3.0.10 → 3.1.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/LICENSE.txt +1 -1
- package/README.md +2 -2
- package/lib/commands/sobject/describe.d.ts +1 -0
- package/lib/commands/sobject/describe.js +1 -0
- package/lib/commands/sobject/describe.js.map +1 -1
- package/lib/commands/sobject/list.d.ts +1 -0
- package/lib/commands/sobject/list.js +2 -3
- package/lib/commands/sobject/list.js.map +1 -1
- package/oclif.lock +132 -226
- package/oclif.manifest.json +3 -1
- package/package.json +11 -11
package/LICENSE.txt
CHANGED
package/README.md
CHANGED
|
@@ -117,7 +117,7 @@ EXAMPLES
|
|
|
117
117
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
118
118
|
```
|
|
119
119
|
|
|
120
|
-
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0
|
|
120
|
+
_See code: [src/commands/sobject/describe.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.0/src/commands/sobject/describe.ts)_
|
|
121
121
|
|
|
122
122
|
## `sf sobject list`
|
|
123
123
|
|
|
@@ -155,6 +155,6 @@ EXAMPLES
|
|
|
155
155
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
156
156
|
```
|
|
157
157
|
|
|
158
|
-
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.0
|
|
158
|
+
_See code: [src/commands/sobject/list.ts](https://github.com/salesforcecli/plugin-schema/blob/3.1.0/src/commands/sobject/list.ts)_
|
|
159
159
|
|
|
160
160
|
<!-- commandsstop -->
|
|
@@ -5,6 +5,7 @@ export declare class SObjectDescribe extends SfCommand<DescribeSObjectResult> {
|
|
|
5
5
|
static readonly description: string;
|
|
6
6
|
static readonly examples: string[];
|
|
7
7
|
static readonly aliases: string[];
|
|
8
|
+
static readonly deprecateAliases = true;
|
|
8
9
|
static readonly flags: {
|
|
9
10
|
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
10
11
|
'api-version': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
@@ -13,6 +13,7 @@ export class SObjectDescribe extends SfCommand {
|
|
|
13
13
|
static description = messages.getMessage('description');
|
|
14
14
|
static examples = messages.getMessages('examples');
|
|
15
15
|
static aliases = ['force:schema:sobject:describe'];
|
|
16
|
+
static deprecateAliases = true;
|
|
16
17
|
static flags = {
|
|
17
18
|
'target-org': requiredOrgFlagWithDeprecations,
|
|
18
19
|
'api-version': orgApiVersionFlagWithDeprecations,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"describe.js","sourceRoot":"","sources":["../../../src/commands/sobject/describe.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,SAAS,EACT,KAAK,EACL,iCAAiC,EACjC,+BAA+B,EAC/B,QAAQ,GACT,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,2BAA2B,EAAE,UAAU,CAAC,CAAC;AAEhF,MAAM,OAAO,eAAgB,SAAQ,SAAgC;IAC5D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,+BAA+B,CAAC,CAAC;IAC5D,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,+BAA+B;QAC7C,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;YACpB,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,OAAO,EAAE,CAAC,aAAa,CAAC;SACzB,CAAC;QACF,iBAAiB,EAAE,KAAK,CAAC,OAAO,CAAC;YAC/B,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;YAC7D,OAAO,EAAE,CAAC,eAAe,CAAC;SAC3B,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACpD,MAAM,IAAI,GAAG,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;QAErE,MAAM,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC;YAC1C,CAAC,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC;YAC5C,CAAC,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEvC,IAAI,CAAC,UAAU,CAAC,WAAsB,CAAC,CAAC;QAExC,OAAO,WAAW,CAAC;IACrB,CAAC"}
|
|
1
|
+
{"version":3,"file":"describe.js","sourceRoot":"","sources":["../../../src/commands/sobject/describe.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EACL,SAAS,EACT,KAAK,EACL,iCAAiC,EACjC,+BAA+B,EAC/B,QAAQ,GACT,MAAM,6BAA6B,CAAC;AAErC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAG5C,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,2BAA2B,EAAE,UAAU,CAAC,CAAC;AAEhF,MAAM,OAAO,eAAgB,SAAQ,SAAgC;IAC5D,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,OAAO,GAAG,CAAC,+BAA+B,CAAC,CAAC;IAC5D,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,+BAA+B;QAC7C,aAAa,EAAE,iCAAiC;QAChD,QAAQ;QACR,OAAO,EAAE,KAAK,CAAC,MAAM,CAAC;YACpB,IAAI,EAAE,GAAG;YACT,QAAQ,EAAE,IAAI;YACd,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,uBAAuB,CAAC;YACrD,OAAO,EAAE,CAAC,aAAa,CAAC;SACzB,CAAC;QACF,iBAAiB,EAAE,KAAK,CAAC,OAAO,CAAC;YAC/B,IAAI,EAAE,GAAG;YACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,+BAA+B,CAAC;YAC7D,OAAO,EAAE,CAAC,eAAe,CAAC;SAC3B,CAAC;KACH,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,eAAe,CAAC,CAAC;QACpD,MAAM,IAAI,GAAG,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC;QAErE,MAAM,WAAW,GAAG,KAAK,CAAC,iBAAiB,CAAC;YAC1C,CAAC,CAAC,MAAM,IAAI,CAAC,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC;YAC5C,CAAC,CAAC,MAAM,IAAI,CAAC,QAAQ,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAEvC,IAAI,CAAC,UAAU,CAAC,WAAsB,CAAC,CAAC;QAExC,OAAO,WAAW,CAAC;IACrB,CAAC"}
|
|
@@ -10,6 +10,7 @@ export declare class SObjectList extends SfCommand<SObjectListResult> {
|
|
|
10
10
|
static readonly description: string;
|
|
11
11
|
static readonly examples: string[];
|
|
12
12
|
static readonly aliases: string[];
|
|
13
|
+
static readonly deprecateAliases = true;
|
|
13
14
|
static readonly flags: {
|
|
14
15
|
'target-org': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<import("@salesforce/core").Org, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
15
16
|
'api-version': import("@oclif/core/lib/interfaces/parser.js").OptionFlag<string | undefined, import("@oclif/core/lib/interfaces/parser.js").CustomOptions>;
|
|
@@ -5,11 +5,9 @@
|
|
|
5
5
|
* For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
|
|
6
6
|
*/
|
|
7
7
|
import os from 'node:os';
|
|
8
|
-
import { dirname } from 'node:path';
|
|
9
|
-
import { fileURLToPath } from 'node:url';
|
|
10
8
|
import { SfCommand, Flags, orgApiVersionFlagWithDeprecations, requiredOrgFlagWithDeprecations, loglevel, } from '@salesforce/sf-plugins-core';
|
|
11
9
|
import { Messages } from '@salesforce/core';
|
|
12
|
-
Messages.
|
|
10
|
+
Messages.importMessagesDirectoryFromMetaUrl(import.meta.url);
|
|
13
11
|
const messages = Messages.loadMessages('@salesforce/plugin-schema', 'list');
|
|
14
12
|
export var SObjectType;
|
|
15
13
|
(function (SObjectType) {
|
|
@@ -22,6 +20,7 @@ export class SObjectList extends SfCommand {
|
|
|
22
20
|
static description = messages.getMessage('description');
|
|
23
21
|
static examples = messages.getMessages('examples');
|
|
24
22
|
static aliases = ['force:schema:sobject:list'];
|
|
23
|
+
static deprecateAliases = true;
|
|
25
24
|
static flags = {
|
|
26
25
|
'target-org': requiredOrgFlagWithDeprecations,
|
|
27
26
|
'api-version': orgApiVersionFlagWithDeprecations,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/sobject/list.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,OAAO,EAAE,MAAM,SAAS,CAAC;
|
|
1
|
+
{"version":3,"file":"list.js","sourceRoot":"","sources":["../../../src/commands/sobject/list.ts"],"names":[],"mappings":"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"}
|
package/oclif.lock
CHANGED
|
@@ -728,10 +728,10 @@
|
|
|
728
728
|
wordwrap "^1.0.0"
|
|
729
729
|
wrap-ansi "^7.0.0"
|
|
730
730
|
|
|
731
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
732
|
-
version "3.15.
|
|
733
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.
|
|
734
|
-
integrity sha512-
|
|
731
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.12.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.3.1":
|
|
732
|
+
version "3.15.1"
|
|
733
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.15.1.tgz#e03fa775d658e76056150ac0c7b8097b6f51ab9c"
|
|
734
|
+
integrity sha512-d4457zVo2agLoJG97CmdY6M3BeP5sogBP3BtP65hUvJH6wA6Us1hdY3UiPPtD/ZzZImq7cATVMABuCF9tM+rWA==
|
|
735
735
|
dependencies:
|
|
736
736
|
ansi-escapes "^4.3.2"
|
|
737
737
|
ansi-styles "^4.3.0"
|
|
@@ -750,7 +750,7 @@
|
|
|
750
750
|
js-yaml "^3.14.1"
|
|
751
751
|
natural-orderby "^2.0.3"
|
|
752
752
|
object-treeify "^1.1.33"
|
|
753
|
-
password-prompt "^1.1.
|
|
753
|
+
password-prompt "^1.1.3"
|
|
754
754
|
slice-ansi "^4.0.0"
|
|
755
755
|
string-width "^4.2.3"
|
|
756
756
|
strip-ansi "^6.0.1"
|
|
@@ -761,20 +761,20 @@
|
|
|
761
761
|
wordwrap "^1.0.0"
|
|
762
762
|
wrap-ansi "^7.0.0"
|
|
763
763
|
|
|
764
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
765
|
-
version "5.0.
|
|
766
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
767
|
-
integrity sha512-
|
|
764
|
+
"@oclif/plugin-command-snapshot@^5.0.5":
|
|
765
|
+
version "5.0.5"
|
|
766
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.5.tgz#8594869b2e70c5703041d810b7c6515dcd179494"
|
|
767
|
+
integrity sha512-rv+1DVDRJQhD6BXQ1rA7ZZRiXroqDEyfnuIdWLlELxmyENH5askz6q+PeY0GDIAGbIlGCsTv84B3rPk1qsMqRA==
|
|
768
768
|
dependencies:
|
|
769
|
-
"@oclif/core" "^3.
|
|
770
|
-
"@types/lodash.difference" "^4.5.
|
|
769
|
+
"@oclif/core" "^3.15.0"
|
|
770
|
+
"@types/lodash.difference" "^4.5.9"
|
|
771
771
|
chalk "^5.3.0"
|
|
772
772
|
just-diff "^5.2.0"
|
|
773
773
|
lodash.difference "^4.5.0"
|
|
774
774
|
lodash.get "^4.4.2"
|
|
775
775
|
lodash.sortby "^4.7.0"
|
|
776
776
|
semver "^7.5.4"
|
|
777
|
-
ts-json-schema-generator "^1.
|
|
777
|
+
ts-json-schema-generator "^1.5.0"
|
|
778
778
|
|
|
779
779
|
"@oclif/plugin-help@^5.2.14":
|
|
780
780
|
version "5.2.20"
|
|
@@ -783,12 +783,12 @@
|
|
|
783
783
|
dependencies:
|
|
784
784
|
"@oclif/core" "^2.15.0"
|
|
785
785
|
|
|
786
|
-
"@oclif/plugin-help@^6.0.
|
|
787
|
-
version "6.0.
|
|
788
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.
|
|
789
|
-
integrity sha512
|
|
786
|
+
"@oclif/plugin-help@^6.0.9":
|
|
787
|
+
version "6.0.9"
|
|
788
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
|
|
789
|
+
integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
|
|
790
790
|
dependencies:
|
|
791
|
-
"@oclif/core" "^3.
|
|
791
|
+
"@oclif/core" "^3.15.0"
|
|
792
792
|
|
|
793
793
|
"@oclif/plugin-not-found@^2.3.32":
|
|
794
794
|
version "2.3.34"
|
|
@@ -916,12 +916,12 @@
|
|
|
916
916
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
917
917
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
918
918
|
|
|
919
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
920
|
-
version "5.1.
|
|
921
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
922
|
-
integrity sha512-
|
|
919
|
+
"@salesforce/cli-plugins-testkit@^5.1.3":
|
|
920
|
+
version "5.1.3"
|
|
921
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.3.tgz#5e7a7afebaa9a2c02eadbf533273d496335929d6"
|
|
922
|
+
integrity sha512-wmaiVR2Hr6AGUBdDF4M5xCEm4iczNdkm3lVlz8dU/8nISEAyNHOUkt2sB07Yx5oXoDMNNuuxM2DthxxMxxwzzA==
|
|
923
923
|
dependencies:
|
|
924
|
-
"@salesforce/core" "^6.4.
|
|
924
|
+
"@salesforce/core" "^6.4.2"
|
|
925
925
|
"@salesforce/kit" "^3.0.15"
|
|
926
926
|
"@salesforce/ts-types" "^2.0.9"
|
|
927
927
|
"@types/shelljs" "^0.8.15"
|
|
@@ -931,31 +931,7 @@
|
|
|
931
931
|
strip-ansi "6.0.1"
|
|
932
932
|
ts-retry-promise "^0.7.1"
|
|
933
933
|
|
|
934
|
-
"@salesforce/core@^
|
|
935
|
-
version "5.3.20"
|
|
936
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
937
|
-
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
938
|
-
dependencies:
|
|
939
|
-
"@salesforce/kit" "^3.0.15"
|
|
940
|
-
"@salesforce/schemas" "^1.6.1"
|
|
941
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
942
|
-
"@types/semver" "^7.5.4"
|
|
943
|
-
ajv "^8.12.0"
|
|
944
|
-
change-case "^4.1.2"
|
|
945
|
-
faye "^1.4.0"
|
|
946
|
-
form-data "^4.0.0"
|
|
947
|
-
js2xmlparser "^4.0.1"
|
|
948
|
-
jsforce "^2.0.0-beta.28"
|
|
949
|
-
jsonwebtoken "9.0.2"
|
|
950
|
-
jszip "3.10.1"
|
|
951
|
-
pino "^8.16.0"
|
|
952
|
-
pino-abstract-transport "^1.0.0"
|
|
953
|
-
pino-pretty "^10.2.3"
|
|
954
|
-
proper-lockfile "^4.1.2"
|
|
955
|
-
semver "^7.5.4"
|
|
956
|
-
ts-retry-promise "^0.7.1"
|
|
957
|
-
|
|
958
|
-
"@salesforce/core@^6.2.2", "@salesforce/core@^6.4.0", "@salesforce/core@^6.4.2":
|
|
934
|
+
"@salesforce/core@^6.4.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2":
|
|
959
935
|
version "6.4.2"
|
|
960
936
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.2.tgz#e6e5e2d5e6ad17f1cbe0feb5a0e55e8b74c91e3c"
|
|
961
937
|
integrity sha512-ZtLwgI18f1th6SY0fKmuiyVGGwTXPy4nI+KfXzkww/vqdPxDhAfoHwqvFeo4tjFE2rldK7IPiIIYdtpsaI8d5g==
|
|
@@ -984,16 +960,16 @@
|
|
|
984
960
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
985
961
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
986
962
|
|
|
987
|
-
"@salesforce/dev-scripts@^8.
|
|
988
|
-
version "8.
|
|
989
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
990
|
-
integrity sha512-
|
|
963
|
+
"@salesforce/dev-scripts@^8.2.0":
|
|
964
|
+
version "8.2.0"
|
|
965
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
|
|
966
|
+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
|
|
991
967
|
dependencies:
|
|
992
968
|
"@commitlint/cli" "^17.1.2"
|
|
993
969
|
"@commitlint/config-conventional" "^17.8.1"
|
|
994
970
|
"@salesforce/dev-config" "^4.1.0"
|
|
995
971
|
"@salesforce/prettier-config" "^0.0.3"
|
|
996
|
-
"@types/chai" "^4.3.
|
|
972
|
+
"@types/chai" "^4.3.11"
|
|
997
973
|
"@types/mocha" "^10.0.6"
|
|
998
974
|
"@types/node" "^18"
|
|
999
975
|
"@types/sinon" "^10.0.20"
|
|
@@ -1024,15 +1000,15 @@
|
|
|
1024
1000
|
"@salesforce/ts-types" "^2.0.9"
|
|
1025
1001
|
tslib "^2.6.2"
|
|
1026
1002
|
|
|
1027
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1028
|
-
version "3.0.
|
|
1029
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1030
|
-
integrity sha512-
|
|
1003
|
+
"@salesforce/plugin-command-reference@^3.0.58":
|
|
1004
|
+
version "3.0.58"
|
|
1005
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
|
|
1006
|
+
integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
|
|
1031
1007
|
dependencies:
|
|
1032
|
-
"@oclif/core" "^3.
|
|
1033
|
-
"@salesforce/core" "^6.
|
|
1008
|
+
"@oclif/core" "^3.15.1"
|
|
1009
|
+
"@salesforce/core" "^6.4.1"
|
|
1034
1010
|
"@salesforce/kit" "^3.0.15"
|
|
1035
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1011
|
+
"@salesforce/sf-plugins-core" "^5.0.12"
|
|
1036
1012
|
"@salesforce/ts-types" "^2.0.9"
|
|
1037
1013
|
chalk "^4"
|
|
1038
1014
|
handlebars "^4.7.8"
|
|
@@ -1048,13 +1024,13 @@
|
|
|
1048
1024
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1049
1025
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1050
1026
|
|
|
1051
|
-
"@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.
|
|
1052
|
-
version "5.0.
|
|
1053
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1054
|
-
integrity sha512-
|
|
1027
|
+
"@salesforce/sf-plugins-core@^5.0.10", "@salesforce/sf-plugins-core@^5.0.12":
|
|
1028
|
+
version "5.0.13"
|
|
1029
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1030
|
+
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
1055
1031
|
dependencies:
|
|
1056
|
-
"@oclif/core" "^3.
|
|
1057
|
-
"@salesforce/core" "^6.
|
|
1032
|
+
"@oclif/core" "^3.15.1"
|
|
1033
|
+
"@salesforce/core" "^6.4.1"
|
|
1058
1034
|
"@salesforce/kit" "^3.0.15"
|
|
1059
1035
|
"@salesforce/ts-types" "^2.0.9"
|
|
1060
1036
|
"@types/inquirer" "^8.2.3"
|
|
@@ -1148,10 +1124,10 @@
|
|
|
1148
1124
|
"@types/node" "*"
|
|
1149
1125
|
"@types/responselike" "^1.0.0"
|
|
1150
1126
|
|
|
1151
|
-
"@types/chai@^4.3.
|
|
1152
|
-
version "4.3.
|
|
1153
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
1154
|
-
integrity sha512-
|
|
1127
|
+
"@types/chai@^4.3.11":
|
|
1128
|
+
version "4.3.11"
|
|
1129
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1130
|
+
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1155
1131
|
|
|
1156
1132
|
"@types/cli-progress@^3.11.0":
|
|
1157
1133
|
version "3.11.0"
|
|
@@ -1186,7 +1162,7 @@
|
|
|
1186
1162
|
"@types/through" "*"
|
|
1187
1163
|
rxjs "^7.2.0"
|
|
1188
1164
|
|
|
1189
|
-
"@types/json-schema@^7.0.12"
|
|
1165
|
+
"@types/json-schema@^7.0.12":
|
|
1190
1166
|
version "7.0.12"
|
|
1191
1167
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
1192
1168
|
integrity sha512-Hr5Jfhc9eYOQNPYO5WLDq/n4jqijdHNlDXjuAQkkt+mWdQR+XJToOHrsD4cPaMXpn6KO7y2+wM8AZEs8VpBLVA==
|
|
@@ -1203,10 +1179,10 @@
|
|
|
1203
1179
|
dependencies:
|
|
1204
1180
|
"@types/node" "*"
|
|
1205
1181
|
|
|
1206
|
-
"@types/lodash.difference@^4.5.
|
|
1207
|
-
version "4.5.
|
|
1208
|
-
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.
|
|
1209
|
-
integrity sha512-
|
|
1182
|
+
"@types/lodash.difference@^4.5.9":
|
|
1183
|
+
version "4.5.9"
|
|
1184
|
+
resolved "https://registry.yarnpkg.com/@types/lodash.difference/-/lodash.difference-4.5.9.tgz#69e82a68557779abac489585f43159997cab874c"
|
|
1185
|
+
integrity sha512-MNlajcjtwzLpXk+cw38UkBvEXJNEPhULgS8A4EHwtUwT7f7yFH/SFKD0iw5Rfilwh60yJIgFo0vsMr7xsa5+aw==
|
|
1210
1186
|
dependencies:
|
|
1211
1187
|
"@types/lodash" "*"
|
|
1212
1188
|
|
|
@@ -1264,7 +1240,7 @@
|
|
|
1264
1240
|
dependencies:
|
|
1265
1241
|
"@types/node" "*"
|
|
1266
1242
|
|
|
1267
|
-
"@types/semver@^7.
|
|
1243
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.6":
|
|
1268
1244
|
version "7.5.6"
|
|
1269
1245
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1270
1246
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
@@ -1332,14 +1308,6 @@
|
|
|
1332
1308
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1333
1309
|
debug "^4.3.4"
|
|
1334
1310
|
|
|
1335
|
-
"@typescript-eslint/scope-manager@5.62.0":
|
|
1336
|
-
version "5.62.0"
|
|
1337
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz#d9457ccc6a0b8d6b37d0eb252a23022478c5460c"
|
|
1338
|
-
integrity sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==
|
|
1339
|
-
dependencies:
|
|
1340
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1341
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1342
|
-
|
|
1343
1311
|
"@typescript-eslint/scope-manager@6.11.0":
|
|
1344
1312
|
version "6.11.0"
|
|
1345
1313
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.11.0.tgz#621f603537c89f4d105733d949aa4d55eee5cea8"
|
|
@@ -1348,6 +1316,14 @@
|
|
|
1348
1316
|
"@typescript-eslint/types" "6.11.0"
|
|
1349
1317
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1350
1318
|
|
|
1319
|
+
"@typescript-eslint/scope-manager@6.16.0":
|
|
1320
|
+
version "6.16.0"
|
|
1321
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.16.0.tgz#f3e9a00fbc1d0701356359cd56489c54d9e37168"
|
|
1322
|
+
integrity sha512-0N7Y9DSPdaBQ3sqSCwlrm9zJwkpOuc6HYm7LpzLAPqBL7dmzAUimr4M29dMkOP/tEwvOCC/Cxo//yOfJD3HUiw==
|
|
1323
|
+
dependencies:
|
|
1324
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1325
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1326
|
+
|
|
1351
1327
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1352
1328
|
version "6.11.0"
|
|
1353
1329
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/type-utils/-/type-utils-6.11.0.tgz#d0b8b1ab6c26b974dbf91de1ebc5b11fea24e0d1"
|
|
@@ -1358,28 +1334,15 @@
|
|
|
1358
1334
|
debug "^4.3.4"
|
|
1359
1335
|
ts-api-utils "^1.0.1"
|
|
1360
1336
|
|
|
1361
|
-
"@typescript-eslint/types@5.62.0":
|
|
1362
|
-
version "5.62.0"
|
|
1363
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-5.62.0.tgz#258607e60effa309f067608931c3df6fed41fd2f"
|
|
1364
|
-
integrity sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==
|
|
1365
|
-
|
|
1366
1337
|
"@typescript-eslint/types@6.11.0":
|
|
1367
1338
|
version "6.11.0"
|
|
1368
1339
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1369
1340
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1370
1341
|
|
|
1371
|
-
"@typescript-eslint/
|
|
1372
|
-
version "
|
|
1373
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/
|
|
1374
|
-
integrity sha512-
|
|
1375
|
-
dependencies:
|
|
1376
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1377
|
-
"@typescript-eslint/visitor-keys" "5.62.0"
|
|
1378
|
-
debug "^4.3.4"
|
|
1379
|
-
globby "^11.1.0"
|
|
1380
|
-
is-glob "^4.0.3"
|
|
1381
|
-
semver "^7.3.7"
|
|
1382
|
-
tsutils "^3.21.0"
|
|
1342
|
+
"@typescript-eslint/types@6.16.0":
|
|
1343
|
+
version "6.16.0"
|
|
1344
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.16.0.tgz#a3abe0045737d44d8234708d5ed8fef5d59dc91e"
|
|
1345
|
+
integrity sha512-hvDFpLEvTJoHutVl87+MG/c5C8I6LOgEx05zExTSJDEVU7hhR3jhV8M5zuggbdFCw98+HhZWPHZeKS97kS3JoQ==
|
|
1383
1346
|
|
|
1384
1347
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1385
1348
|
version "6.11.0"
|
|
@@ -1394,7 +1357,21 @@
|
|
|
1394
1357
|
semver "^7.5.4"
|
|
1395
1358
|
ts-api-utils "^1.0.1"
|
|
1396
1359
|
|
|
1397
|
-
"@typescript-eslint/
|
|
1360
|
+
"@typescript-eslint/typescript-estree@6.16.0":
|
|
1361
|
+
version "6.16.0"
|
|
1362
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.16.0.tgz#d6e0578e4f593045f0df06c4b3a22bd6f13f2d03"
|
|
1363
|
+
integrity sha512-VTWZuixh/vr7nih6CfrdpmFNLEnoVBF1skfjdyGnNwXOH1SLeHItGdZDHhhAIzd3ACazyY2Fg76zuzOVTaknGA==
|
|
1364
|
+
dependencies:
|
|
1365
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1366
|
+
"@typescript-eslint/visitor-keys" "6.16.0"
|
|
1367
|
+
debug "^4.3.4"
|
|
1368
|
+
globby "^11.1.0"
|
|
1369
|
+
is-glob "^4.0.3"
|
|
1370
|
+
minimatch "9.0.3"
|
|
1371
|
+
semver "^7.5.4"
|
|
1372
|
+
ts-api-utils "^1.0.1"
|
|
1373
|
+
|
|
1374
|
+
"@typescript-eslint/utils@6.11.0":
|
|
1398
1375
|
version "6.11.0"
|
|
1399
1376
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.11.0.tgz#11374f59ef4cea50857b1303477c08aafa2ca604"
|
|
1400
1377
|
integrity sha512-p23ibf68fxoZy605dc0dQAEoUsoiNoP3MD9WQGiHLDuTSOuqoTsa4oAy+h3KDkTcxbbfOtUjb9h3Ta0gT4ug2g==
|
|
@@ -1407,27 +1384,18 @@
|
|
|
1407
1384
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1408
1385
|
semver "^7.5.4"
|
|
1409
1386
|
|
|
1410
|
-
"@typescript-eslint/utils@^
|
|
1411
|
-
version "
|
|
1412
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-
|
|
1413
|
-
integrity sha512-
|
|
1387
|
+
"@typescript-eslint/utils@^6.13.2", "@typescript-eslint/utils@^6.7.5":
|
|
1388
|
+
version "6.16.0"
|
|
1389
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.16.0.tgz#1c291492d34670f9210d2b7fcf6b402bea3134ae"
|
|
1390
|
+
integrity sha512-T83QPKrBm6n//q9mv7oiSvy/Xq/7Hyw9SzSEhMHJwznEmQayfBM87+oAlkNAMEO7/MjIwKyOHgBJbxB0s7gx2A==
|
|
1414
1391
|
dependencies:
|
|
1415
|
-
"@eslint-community/eslint-utils" "^4.
|
|
1416
|
-
"@types/json-schema" "^7.0.
|
|
1417
|
-
"@types/semver" "^7.
|
|
1418
|
-
"@typescript-eslint/scope-manager" "
|
|
1419
|
-
"@typescript-eslint/types" "
|
|
1420
|
-
"@typescript-eslint/typescript-estree" "
|
|
1421
|
-
|
|
1422
|
-
semver "^7.3.7"
|
|
1423
|
-
|
|
1424
|
-
"@typescript-eslint/visitor-keys@5.62.0":
|
|
1425
|
-
version "5.62.0"
|
|
1426
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz#2174011917ce582875954ffe2f6912d5931e353e"
|
|
1427
|
-
integrity sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==
|
|
1428
|
-
dependencies:
|
|
1429
|
-
"@typescript-eslint/types" "5.62.0"
|
|
1430
|
-
eslint-visitor-keys "^3.3.0"
|
|
1392
|
+
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1393
|
+
"@types/json-schema" "^7.0.12"
|
|
1394
|
+
"@types/semver" "^7.5.0"
|
|
1395
|
+
"@typescript-eslint/scope-manager" "6.16.0"
|
|
1396
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1397
|
+
"@typescript-eslint/typescript-estree" "6.16.0"
|
|
1398
|
+
semver "^7.5.4"
|
|
1431
1399
|
|
|
1432
1400
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
1433
1401
|
version "6.11.0"
|
|
@@ -1437,6 +1405,14 @@
|
|
|
1437
1405
|
"@typescript-eslint/types" "6.11.0"
|
|
1438
1406
|
eslint-visitor-keys "^3.4.1"
|
|
1439
1407
|
|
|
1408
|
+
"@typescript-eslint/visitor-keys@6.16.0":
|
|
1409
|
+
version "6.16.0"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.16.0.tgz#d50da18a05d91318ed3e7e8889bda0edc35f3a10"
|
|
1411
|
+
integrity sha512-QSFQLruk7fhs91a/Ep/LqRdbJCZ1Rq03rqBdKT5Ky17Sz8zRLUksqIe9DW0pKtg/Z35/ztbLQ6qpOCN6rOC11A==
|
|
1412
|
+
dependencies:
|
|
1413
|
+
"@typescript-eslint/types" "6.16.0"
|
|
1414
|
+
eslint-visitor-keys "^3.4.1"
|
|
1415
|
+
|
|
1440
1416
|
"@ungap/structured-clone@^1.2.0":
|
|
1441
1417
|
version "1.2.0"
|
|
1442
1418
|
resolved "https://registry.yarnpkg.com/@ungap/structured-clone/-/structured-clone-1.2.0.tgz#756641adb587851b5ccb3e095daf27ae581c8406"
|
|
@@ -1533,11 +1509,6 @@ ansi-colors@4.1.1:
|
|
|
1533
1509
|
resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344f229aa27fe94ba348"
|
|
1534
1510
|
integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX/AAmA==
|
|
1535
1511
|
|
|
1536
|
-
ansi-escapes@^3.1.0:
|
|
1537
|
-
version "3.2.0"
|
|
1538
|
-
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-3.2.0.tgz#8780b98ff9dbf5638152d1f1fe5c1d7b4442976b"
|
|
1539
|
-
integrity sha512-cBhpre4ma+U0T1oM5fXg7Dy1Jw7zzwv7lt/GoCpr+hDQJoYnKVPLL4dCvSEFMmQurOQvSrwT7SL/DAlhBI97RQ==
|
|
1540
|
-
|
|
1541
1512
|
ansi-escapes@^4.2.1, ansi-escapes@^4.3.2:
|
|
1542
1513
|
version "4.3.2"
|
|
1543
1514
|
resolved "https://registry.yarnpkg.com/ansi-escapes/-/ansi-escapes-4.3.2.tgz#6b2291d1db7d98b6521d5f1efa42d0f3a9feb65e"
|
|
@@ -2488,17 +2459,6 @@ create-require@^1.1.0:
|
|
|
2488
2459
|
resolved "https://registry.yarnpkg.com/create-require/-/create-require-1.1.1.tgz#c1d7e8f1e5f6cfc9ff65f9cd352d37348756c333"
|
|
2489
2460
|
integrity sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==
|
|
2490
2461
|
|
|
2491
|
-
cross-spawn@^6.0.5:
|
|
2492
|
-
version "6.0.5"
|
|
2493
|
-
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
|
|
2494
|
-
integrity sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==
|
|
2495
|
-
dependencies:
|
|
2496
|
-
nice-try "^1.0.4"
|
|
2497
|
-
path-key "^2.0.1"
|
|
2498
|
-
semver "^5.5.0"
|
|
2499
|
-
shebang-command "^1.2.0"
|
|
2500
|
-
which "^1.2.9"
|
|
2501
|
-
|
|
2502
2462
|
cross-spawn@^7.0.0, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
|
2503
2463
|
version "7.0.3"
|
|
2504
2464
|
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-7.0.3.tgz#f73a85b9d5d41d045551c177e2882d4ac85728a6"
|
|
@@ -3005,13 +2965,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3005
2965
|
minimatch "^9.0.3"
|
|
3006
2966
|
natural-compare-lite "^1.4.0"
|
|
3007
2967
|
|
|
3008
|
-
eslint-plugin-sf-plugin@^1.
|
|
3009
|
-
version "1.
|
|
3010
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.
|
|
3011
|
-
integrity sha512-
|
|
2968
|
+
eslint-plugin-sf-plugin@^1.17.0:
|
|
2969
|
+
version "1.17.0"
|
|
2970
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.0.tgz#9a7e81cb63bc6f36aae7c7797f95e2179def7fd3"
|
|
2971
|
+
integrity sha512-grW7leP0FJbKQZgDjBZanLSTYrus0itKaEmoflEuqTZSyqH4feP53rHby5ysbOnw9OvgZfuq9NSc0a/CzcIbtQ==
|
|
3012
2972
|
dependencies:
|
|
3013
|
-
"@salesforce/core" "^
|
|
3014
|
-
"@typescript-eslint/utils" "^
|
|
2973
|
+
"@salesforce/core" "^6.4.0"
|
|
2974
|
+
"@typescript-eslint/utils" "^6.13.2"
|
|
3015
2975
|
|
|
3016
2976
|
eslint-plugin-unicorn@^49.0.0:
|
|
3017
2977
|
version "49.0.0"
|
|
@@ -3033,14 +2993,6 @@ eslint-plugin-unicorn@^49.0.0:
|
|
|
3033
2993
|
semver "^7.5.4"
|
|
3034
2994
|
strip-indent "^3.0.0"
|
|
3035
2995
|
|
|
3036
|
-
eslint-scope@^5.1.1:
|
|
3037
|
-
version "5.1.1"
|
|
3038
|
-
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-5.1.1.tgz#e786e59a66cb92b3f6c1fb0d508aab174848f48c"
|
|
3039
|
-
integrity sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==
|
|
3040
|
-
dependencies:
|
|
3041
|
-
esrecurse "^4.3.0"
|
|
3042
|
-
estraverse "^4.1.1"
|
|
3043
|
-
|
|
3044
2996
|
eslint-scope@^7.2.2:
|
|
3045
2997
|
version "7.2.2"
|
|
3046
2998
|
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-7.2.2.tgz#deb4f92563390f32006894af62a22dba1c46423f"
|
|
@@ -3126,11 +3078,6 @@ esrecurse@^4.3.0:
|
|
|
3126
3078
|
dependencies:
|
|
3127
3079
|
estraverse "^5.2.0"
|
|
3128
3080
|
|
|
3129
|
-
estraverse@^4.1.1:
|
|
3130
|
-
version "4.3.0"
|
|
3131
|
-
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-4.3.0.tgz#398ad3f3c5a24948be7725e83d11a7de28cdbd1d"
|
|
3132
|
-
integrity sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==
|
|
3133
|
-
|
|
3134
3081
|
estraverse@^5.1.0, estraverse@^5.2.0:
|
|
3135
3082
|
version "5.3.0"
|
|
3136
3083
|
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.3.0.tgz#2eea5290702f26ab8fe5370370ff86c965d21123"
|
|
@@ -4483,7 +4430,7 @@ jsesc@~0.5.0:
|
|
|
4483
4430
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4484
4431
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4485
4432
|
|
|
4486
|
-
jsforce@^2.0.0-beta.
|
|
4433
|
+
jsforce@^2.0.0-beta.29:
|
|
4487
4434
|
version "2.0.0-beta.29"
|
|
4488
4435
|
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4489
4436
|
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
@@ -5072,6 +5019,13 @@ minimatch@5.0.1:
|
|
|
5072
5019
|
dependencies:
|
|
5073
5020
|
brace-expansion "^2.0.1"
|
|
5074
5021
|
|
|
5022
|
+
minimatch@9.0.3, minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5023
|
+
version "9.0.3"
|
|
5024
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5025
|
+
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5026
|
+
dependencies:
|
|
5027
|
+
brace-expansion "^2.0.1"
|
|
5028
|
+
|
|
5075
5029
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
|
|
5076
5030
|
version "3.1.2"
|
|
5077
5031
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
@@ -5093,13 +5047,6 @@ minimatch@^7.2.0:
|
|
|
5093
5047
|
dependencies:
|
|
5094
5048
|
brace-expansion "^2.0.1"
|
|
5095
5049
|
|
|
5096
|
-
minimatch@^9.0.1, minimatch@^9.0.3:
|
|
5097
|
-
version "9.0.3"
|
|
5098
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.3.tgz#a6e00c3de44c3a542bfaae70abfc22420a6da825"
|
|
5099
|
-
integrity sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==
|
|
5100
|
-
dependencies:
|
|
5101
|
-
brace-expansion "^2.0.1"
|
|
5102
|
-
|
|
5103
5050
|
minimist-options@4.1.0:
|
|
5104
5051
|
version "4.1.0"
|
|
5105
5052
|
resolved "https://registry.yarnpkg.com/minimist-options/-/minimist-options-4.1.0.tgz#c0655713c53a8a2ebd77ffa247d342c40f010619"
|
|
@@ -5313,11 +5260,6 @@ neo-async@^2.6.2:
|
|
|
5313
5260
|
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
|
|
5314
5261
|
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==
|
|
5315
5262
|
|
|
5316
|
-
nice-try@^1.0.4:
|
|
5317
|
-
version "1.0.5"
|
|
5318
|
-
resolved "https://registry.yarnpkg.com/nice-try/-/nice-try-1.0.5.tgz#a3378a7696ce7d223e88fc9b764bd7ef1089e366"
|
|
5319
|
-
integrity sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==
|
|
5320
|
-
|
|
5321
5263
|
nise@^4.1.0:
|
|
5322
5264
|
version "4.1.0"
|
|
5323
5265
|
resolved "https://registry.yarnpkg.com/nise/-/nise-4.1.0.tgz#8fb75a26e90b99202fa1e63f448f58efbcdedaf6"
|
|
@@ -5587,10 +5529,10 @@ object.values@^1.1.7:
|
|
|
5587
5529
|
define-properties "^1.2.0"
|
|
5588
5530
|
es-abstract "^1.22.1"
|
|
5589
5531
|
|
|
5590
|
-
oclif@^4.0
|
|
5591
|
-
version "4.0
|
|
5592
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5593
|
-
integrity sha512-
|
|
5532
|
+
oclif@^4.1.0:
|
|
5533
|
+
version "4.1.0"
|
|
5534
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
|
|
5535
|
+
integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
|
|
5594
5536
|
dependencies:
|
|
5595
5537
|
"@oclif/core" "^3.0.4"
|
|
5596
5538
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -5840,13 +5782,13 @@ pascal-case@^3.1.2:
|
|
|
5840
5782
|
no-case "^3.0.4"
|
|
5841
5783
|
tslib "^2.0.3"
|
|
5842
5784
|
|
|
5843
|
-
password-prompt@^1.1.2:
|
|
5844
|
-
version "1.1.
|
|
5845
|
-
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.
|
|
5846
|
-
integrity sha512-
|
|
5785
|
+
password-prompt@^1.1.2, password-prompt@^1.1.3:
|
|
5786
|
+
version "1.1.3"
|
|
5787
|
+
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
5788
|
+
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
5847
5789
|
dependencies:
|
|
5848
|
-
ansi-escapes "^3.
|
|
5849
|
-
cross-spawn "^
|
|
5790
|
+
ansi-escapes "^4.3.2"
|
|
5791
|
+
cross-spawn "^7.0.3"
|
|
5850
5792
|
|
|
5851
5793
|
path-case@^3.0.4:
|
|
5852
5794
|
version "3.0.4"
|
|
@@ -5866,11 +5808,6 @@ path-is-absolute@^1.0.0:
|
|
|
5866
5808
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
5867
5809
|
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
|
|
5868
5810
|
|
|
5869
|
-
path-key@^2.0.1:
|
|
5870
|
-
version "2.0.1"
|
|
5871
|
-
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
|
|
5872
|
-
integrity sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=
|
|
5873
|
-
|
|
5874
5811
|
path-key@^3.0.0, path-key@^3.1.0:
|
|
5875
5812
|
version "3.1.1"
|
|
5876
5813
|
resolved "https://registry.yarnpkg.com/path-key/-/path-key-3.1.1.tgz#581f6ade658cbba65a0d3380de7753295054f375"
|
|
@@ -5934,7 +5871,7 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
5934
5871
|
readable-stream "^4.0.0"
|
|
5935
5872
|
split2 "^4.0.0"
|
|
5936
5873
|
|
|
5937
|
-
pino-pretty@^10.
|
|
5874
|
+
pino-pretty@^10.3.0:
|
|
5938
5875
|
version "10.3.0"
|
|
5939
5876
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.0.tgz#483ff78b98d277c33d00e0419c00601d9152bc7e"
|
|
5940
5877
|
integrity sha512-JthvQW289q3454mhM3/38wFYGWPiBMR28T3CpDNABzoTQOje9UKS7XCJQSnjWF9LQGQkGd8D7h0oq+qwiM3jFA==
|
|
@@ -5959,7 +5896,7 @@ pino-std-serializers@^6.0.0:
|
|
|
5959
5896
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
5960
5897
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
5961
5898
|
|
|
5962
|
-
pino@^8.16.
|
|
5899
|
+
pino@^8.16.2:
|
|
5963
5900
|
version "8.16.2"
|
|
5964
5901
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
5965
5902
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6474,7 +6411,7 @@ secure-json-parse@^2.4.0:
|
|
|
6474
6411
|
resolved "https://registry.yarnpkg.com/secure-json-parse/-/secure-json-parse-2.7.0.tgz#5a5f9cd6ae47df23dba3151edd06855d47e09862"
|
|
6475
6412
|
integrity sha512-6aU+Rwsezw7VR8/nyvKTx8QpWH9FrcYiXXlqC4z5d5XQBDRqtbfsRjnwGyqbi3gddNtWHuEk9OANUotL26qKUw==
|
|
6476
6413
|
|
|
6477
|
-
"semver@2 || 3 || 4 || 5"
|
|
6414
|
+
"semver@2 || 3 || 4 || 5":
|
|
6478
6415
|
version "5.7.2"
|
|
6479
6416
|
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.2.tgz#48d55db737c3287cd4835e17fa13feace1c41ef8"
|
|
6480
6417
|
integrity sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==
|
|
@@ -6491,7 +6428,7 @@ semver@^6.0.0, semver@^6.3.0, semver@^6.3.1:
|
|
|
6491
6428
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
6492
6429
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
6493
6430
|
|
|
6494
|
-
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.
|
|
6431
|
+
semver@^7.1.1, semver@^7.1.3, semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.5, semver@^7.3.8, semver@^7.5.4:
|
|
6495
6432
|
version "7.5.4"
|
|
6496
6433
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.5.4.tgz#483986ec4ed38e1c6c48c34894a9182dbff68a6e"
|
|
6497
6434
|
integrity sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==
|
|
@@ -6553,13 +6490,6 @@ setimmediate@^1.0.5:
|
|
|
6553
6490
|
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
|
|
6554
6491
|
integrity sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==
|
|
6555
6492
|
|
|
6556
|
-
shebang-command@^1.2.0:
|
|
6557
|
-
version "1.2.0"
|
|
6558
|
-
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-1.2.0.tgz#44aac65b695b03398968c39f363fee5deafdf1ea"
|
|
6559
|
-
integrity sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=
|
|
6560
|
-
dependencies:
|
|
6561
|
-
shebang-regex "^1.0.0"
|
|
6562
|
-
|
|
6563
6493
|
shebang-command@^2.0.0:
|
|
6564
6494
|
version "2.0.0"
|
|
6565
6495
|
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"
|
|
@@ -6567,11 +6497,6 @@ shebang-command@^2.0.0:
|
|
|
6567
6497
|
dependencies:
|
|
6568
6498
|
shebang-regex "^3.0.0"
|
|
6569
6499
|
|
|
6570
|
-
shebang-regex@^1.0.0:
|
|
6571
|
-
version "1.0.0"
|
|
6572
|
-
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-1.0.0.tgz#da42f49740c0b42db2ca9728571cb190c98efea3"
|
|
6573
|
-
integrity sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=
|
|
6574
|
-
|
|
6575
6500
|
shebang-regex@^3.0.0:
|
|
6576
6501
|
version "3.0.0"
|
|
6577
6502
|
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
|
|
@@ -7047,10 +6972,10 @@ ts-api-utils@^1.0.1:
|
|
|
7047
6972
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.0.3.tgz#f12c1c781d04427313dbac808f453f050e54a331"
|
|
7048
6973
|
integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
|
|
7049
6974
|
|
|
7050
|
-
ts-json-schema-generator@^1.
|
|
7051
|
-
version "1.
|
|
7052
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.
|
|
7053
|
-
integrity sha512-
|
|
6975
|
+
ts-json-schema-generator@^1.5.0:
|
|
6976
|
+
version "1.5.0"
|
|
6977
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz#9f5cea606c27ebcf13060157542ac1d3b225430f"
|
|
6978
|
+
integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
|
|
7054
6979
|
dependencies:
|
|
7055
6980
|
"@types/json-schema" "^7.0.12"
|
|
7056
6981
|
commander "^11.0.0"
|
|
@@ -7058,7 +6983,7 @@ ts-json-schema-generator@^1.4.0:
|
|
|
7058
6983
|
json5 "^2.2.3"
|
|
7059
6984
|
normalize-path "^3.0.0"
|
|
7060
6985
|
safe-stable-stringify "^2.4.3"
|
|
7061
|
-
typescript "~5.
|
|
6986
|
+
typescript "~5.3.2"
|
|
7062
6987
|
|
|
7063
6988
|
ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
|
|
7064
6989
|
version "10.9.2"
|
|
@@ -7099,7 +7024,7 @@ tsconfig-paths@^3.14.2:
|
|
|
7099
7024
|
minimist "^1.2.6"
|
|
7100
7025
|
strip-bom "^3.0.0"
|
|
7101
7026
|
|
|
7102
|
-
tslib@^1.
|
|
7027
|
+
tslib@^1.9.0:
|
|
7103
7028
|
version "1.14.1"
|
|
7104
7029
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7105
7030
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
@@ -7109,13 +7034,6 @@ tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.2:
|
|
|
7109
7034
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7110
7035
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
|
7111
7036
|
|
|
7112
|
-
tsutils@^3.21.0:
|
|
7113
|
-
version "3.21.0"
|
|
7114
|
-
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-3.21.0.tgz#b48717d394cea6c1e096983eed58e9d61715b623"
|
|
7115
|
-
integrity sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==
|
|
7116
|
-
dependencies:
|
|
7117
|
-
tslib "^1.8.1"
|
|
7118
|
-
|
|
7119
7037
|
tunnel-agent@*, tunnel-agent@^0.6.0:
|
|
7120
7038
|
version "0.6.0"
|
|
7121
7039
|
resolved "https://registry.yarnpkg.com/tunnel-agent/-/tunnel-agent-0.6.0.tgz#27a5dea06b36b04a0a9966774b290868f0fc40fd"
|
|
@@ -7226,16 +7144,11 @@ typescript@^4.6.4, typescript@^4.9.5:
|
|
|
7226
7144
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
|
|
7227
7145
|
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
|
|
7228
7146
|
|
|
7229
|
-
typescript@^5.3.3:
|
|
7147
|
+
typescript@^5.3.3, typescript@~5.3.2:
|
|
7230
7148
|
version "5.3.3"
|
|
7231
7149
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
|
|
7232
7150
|
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
|
|
7233
7151
|
|
|
7234
|
-
typescript@~5.2.2:
|
|
7235
|
-
version "5.2.2"
|
|
7236
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
|
|
7237
|
-
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
|
|
7238
|
-
|
|
7239
7152
|
uglify-js@^3.1.4:
|
|
7240
7153
|
version "3.15.3"
|
|
7241
7154
|
resolved "https://registry.yarnpkg.com/uglify-js/-/uglify-js-3.15.3.tgz#9aa82ca22419ba4c0137642ba0df800cb06e0471"
|
|
@@ -7485,13 +7398,6 @@ which-typed-array@^1.1.11, which-typed-array@^1.1.13, which-typed-array@^1.1.2:
|
|
|
7485
7398
|
gopd "^1.0.1"
|
|
7486
7399
|
has-tostringtag "^1.0.0"
|
|
7487
7400
|
|
|
7488
|
-
which@^1.2.9:
|
|
7489
|
-
version "1.3.1"
|
|
7490
|
-
resolved "https://registry.yarnpkg.com/which/-/which-1.3.1.tgz#a45043d54f5805316da8d62f9f50918d3da70b0a"
|
|
7491
|
-
integrity sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==
|
|
7492
|
-
dependencies:
|
|
7493
|
-
isexe "^2.0.0"
|
|
7494
|
-
|
|
7495
7401
|
which@^2.0.1, which@^2.0.2:
|
|
7496
7402
|
version "2.0.2"
|
|
7497
7403
|
resolved "https://registry.yarnpkg.com/which/-/which-2.0.2.tgz#7c6a8dd0a636a0327e10b59c9286eee93f3f51b1"
|
package/oclif.manifest.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"force:schema:sobject:describe"
|
|
6
6
|
],
|
|
7
7
|
"args": {},
|
|
8
|
+
"deprecateAliases": true,
|
|
8
9
|
"description": "The metadata is displayed in JSON format. See this topic for a description of each property: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_calls_describesobjects_describesobjectresult.htm.\n\nThis command displays metadata for Salesforce objects by default. Use the --use-tooling-api flag to view metadata for a Tooling API object.",
|
|
9
10
|
"examples": [
|
|
10
11
|
"Display the metadata of the \"Account\" standard object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Account",
|
|
@@ -131,6 +132,7 @@
|
|
|
131
132
|
"force:schema:sobject:list"
|
|
132
133
|
],
|
|
133
134
|
"args": {},
|
|
135
|
+
"deprecateAliases": true,
|
|
134
136
|
"description": "You can list the standard objects, custom objects, or all. The lists include only Salesforce objects, not Tooling API objects.",
|
|
135
137
|
"examples": [
|
|
136
138
|
"List all objects in your default org:\n<%= config.bin %> <%= command.id %> --sobject all",
|
|
@@ -243,5 +245,5 @@
|
|
|
243
245
|
]
|
|
244
246
|
}
|
|
245
247
|
},
|
|
246
|
-
"version": "3.0
|
|
248
|
+
"version": "3.1.0"
|
|
247
249
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-schema",
|
|
3
3
|
"description": "Commands to interact with salesforce sobject schemas",
|
|
4
|
-
"version": "3.0
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"@salesforce/sf-plugins-core": "^5.0.10"
|
|
11
11
|
},
|
|
12
12
|
"devDependencies": {
|
|
13
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
14
|
-
"@oclif/plugin-help": "^6.0.
|
|
15
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
16
|
-
"@salesforce/dev-scripts": "^8.
|
|
17
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
13
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
14
|
+
"@oclif/plugin-help": "^6.0.9",
|
|
15
|
+
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
16
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
17
|
+
"@salesforce/plugin-command-reference": "^3.0.58",
|
|
18
18
|
"@salesforce/ts-types": "^2.0.9",
|
|
19
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
20
|
-
"oclif": "^4.0
|
|
19
|
+
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
20
|
+
"oclif": "^4.1.0",
|
|
21
21
|
"shx": "0.3.4",
|
|
22
22
|
"ts-node": "^10.9.2",
|
|
23
23
|
"typescript": "^5.3.3"
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"output": []
|
|
197
197
|
},
|
|
198
198
|
"link-check": {
|
|
199
|
-
"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",
|
|
199
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
200
200
|
"files": [
|
|
201
201
|
"./*.md",
|
|
202
202
|
"./!(CHANGELOG).md",
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"exports": "./lib/index.js",
|
|
209
209
|
"type": "module",
|
|
210
210
|
"sfdx": {
|
|
211
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
212
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.0.
|
|
211
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.0.crt",
|
|
212
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-schema/3.1.0.sig"
|
|
213
213
|
}
|
|
214
214
|
}
|