@salesforce/cli 2.17.1-esm.0 → 2.17.1
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 +10 -10
- package/npm-shrinkwrap.json +146 -393
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.17.1
|
|
27
|
+
@salesforce/cli/2.17.1 linux-x64 node-v20.9.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -192,7 +192,7 @@ EXAMPLES
|
|
|
192
192
|
$ sf alias list
|
|
193
193
|
```
|
|
194
194
|
|
|
195
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
195
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/list.ts)_
|
|
196
196
|
|
|
197
197
|
## `sf alias set`
|
|
198
198
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
243
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/set.ts)_
|
|
244
244
|
|
|
245
245
|
## `sf alias unset`
|
|
246
246
|
|
|
@@ -279,7 +279,7 @@ EXAMPLES
|
|
|
279
279
|
$ sf alias unset --all [--no-prompt]
|
|
280
280
|
```
|
|
281
281
|
|
|
282
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
282
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/alias/unset.ts)_
|
|
283
283
|
|
|
284
284
|
## `sf analytics generate template`
|
|
285
285
|
|
|
@@ -889,7 +889,7 @@ CONFIGURATION VARIABLES
|
|
|
889
889
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
892
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/get.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf config list`
|
|
895
895
|
|
|
@@ -928,7 +928,7 @@ EXAMPLES
|
|
|
928
928
|
$ sf config list
|
|
929
929
|
```
|
|
930
930
|
|
|
931
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
931
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/list.ts)_
|
|
932
932
|
|
|
933
933
|
## `sf config set`
|
|
934
934
|
|
|
@@ -995,7 +995,7 @@ CONFIGURATION VARIABLES
|
|
|
995
995
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
996
996
|
```
|
|
997
997
|
|
|
998
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
998
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/set.ts)_
|
|
999
999
|
|
|
1000
1000
|
## `sf config unset`
|
|
1001
1001
|
|
|
@@ -1043,7 +1043,7 @@ CONFIGURATION VARIABLES
|
|
|
1043
1043
|
org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
1044
1044
|
```
|
|
1045
1045
|
|
|
1046
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/
|
|
1046
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.1/src/commands/config/unset.ts)_
|
|
1047
1047
|
|
|
1048
1048
|
## `sf data create record`
|
|
1049
1049
|
|
|
@@ -1732,7 +1732,7 @@ EXAMPLES
|
|
|
1732
1732
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1733
1733
|
```
|
|
1734
1734
|
|
|
1735
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
1735
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.51/src/commands/doctor.ts)_
|
|
1736
1736
|
|
|
1737
1737
|
## `sf force data bulk delete`
|
|
1738
1738
|
|
|
@@ -3205,7 +3205,7 @@ EXAMPLES
|
|
|
3205
3205
|
$ sf info releasenotes display --version latest
|
|
3206
3206
|
```
|
|
3207
3207
|
|
|
3208
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.
|
|
3208
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.51/src/commands/info/releasenotes/display.ts)_
|
|
3209
3209
|
|
|
3210
3210
|
## `sf lightning generate app`
|
|
3211
3211
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.17.1
|
|
3
|
+
"version": "2.17.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.17.1
|
|
9
|
+
"version": "2.17.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@oclif/core": "3.
|
|
13
|
+
"@oclif/core": "3.10.0",
|
|
14
14
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
15
15
|
"@oclif/plugin-commands": "3.0.5",
|
|
16
16
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
"@salesforce/plugin-auth": "2.8.25",
|
|
27
27
|
"@salesforce/plugin-data": "2.6.1",
|
|
28
28
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
29
|
-
"@salesforce/plugin-info": "2.6.
|
|
29
|
+
"@salesforce/plugin-info": "2.6.51",
|
|
30
30
|
"@salesforce/plugin-limits": "2.3.41",
|
|
31
31
|
"@salesforce/plugin-login": "1.2.40",
|
|
32
32
|
"@salesforce/plugin-marketplace": "0.3.2",
|
|
33
33
|
"@salesforce/plugin-org": "2.11.7",
|
|
34
34
|
"@salesforce/plugin-schema": "2.3.32",
|
|
35
|
-
"@salesforce/plugin-settings": "
|
|
35
|
+
"@salesforce/plugin-settings": "2.0.1",
|
|
36
36
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
37
37
|
"@salesforce/plugin-source": "2.10.46",
|
|
38
|
-
"@salesforce/plugin-telemetry": "
|
|
38
|
+
"@salesforce/plugin-telemetry": "3.1.0",
|
|
39
39
|
"@salesforce/plugin-templates": "55.5.17",
|
|
40
40
|
"@salesforce/plugin-trust": "2.6.22",
|
|
41
41
|
"@salesforce/plugin-user": "2.3.41",
|
|
@@ -2106,9 +2106,9 @@
|
|
|
2106
2106
|
}
|
|
2107
2107
|
},
|
|
2108
2108
|
"node_modules/@oclif/core": {
|
|
2109
|
-
"version": "3.
|
|
2110
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.
|
|
2111
|
-
"integrity": "sha512-
|
|
2109
|
+
"version": "3.10.0",
|
|
2110
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.10.0.tgz",
|
|
2111
|
+
"integrity": "sha512-gXats+3wTQRztZS2gy8rcZgkKqLY/FexCzcAkNe8Z4E+268hagAHMFxA8tsiUcOKaywgQAL55TCHD1bgni54GA==",
|
|
2112
2112
|
"license": "MIT",
|
|
2113
2113
|
"dependencies": {
|
|
2114
2114
|
"ansi-escapes": "^4.3.2",
|
|
@@ -2133,6 +2133,7 @@
|
|
|
2133
2133
|
"strip-ansi": "^6.0.1",
|
|
2134
2134
|
"supports-color": "^8.1.1",
|
|
2135
2135
|
"supports-hyperlinks": "^2.2.0",
|
|
2136
|
+
"tsconfck": "^3.0.0",
|
|
2136
2137
|
"widest-line": "^3.1.0",
|
|
2137
2138
|
"wordwrap": "^1.0.0",
|
|
2138
2139
|
"wrap-ansi": "^7.0.0"
|
|
@@ -3984,173 +3985,118 @@
|
|
|
3984
3985
|
}
|
|
3985
3986
|
},
|
|
3986
3987
|
"node_modules/@salesforce/plugin-info": {
|
|
3987
|
-
"version": "2.6.
|
|
3988
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.
|
|
3989
|
-
"integrity": "sha512-
|
|
3988
|
+
"version": "2.6.51",
|
|
3989
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.51.tgz",
|
|
3990
|
+
"integrity": "sha512-W6okjCPr5+bPfECB1DuoWUVaO1ztPdMH3jNu9xHJ9AAwhBRbh0I5teEJm1Z0YbxNut2yyouSS6oeujdgtEBjzw==",
|
|
3990
3991
|
"license": "BSD-3-Clause",
|
|
3991
3992
|
"dependencies": {
|
|
3992
|
-
"@oclif/core": "^
|
|
3993
|
+
"@oclif/core": "^2.15.0",
|
|
3993
3994
|
"@salesforce/core": "^5.3.1",
|
|
3994
3995
|
"@salesforce/kit": "^3.0.14",
|
|
3995
|
-
"@salesforce/sf-plugins-core": "^
|
|
3996
|
-
"got": "^
|
|
3996
|
+
"@salesforce/sf-plugins-core": "^3.1.28",
|
|
3997
|
+
"got": "^11.8.6",
|
|
3997
3998
|
"marked": "^4.3.0",
|
|
3998
3999
|
"marked-terminal": "^4.2.0",
|
|
3999
4000
|
"open": "^8.4.2",
|
|
4000
4001
|
"proxy-agent": "^6.3.1",
|
|
4001
|
-
"semver": "^7.5.4"
|
|
4002
|
+
"semver": "^7.5.4",
|
|
4003
|
+
"tslib": "^2"
|
|
4002
4004
|
},
|
|
4003
4005
|
"engines": {
|
|
4004
|
-
"node": ">=
|
|
4005
|
-
}
|
|
4006
|
-
},
|
|
4007
|
-
"node_modules/@salesforce/plugin-info/node_modules/@sindresorhus/is": {
|
|
4008
|
-
"version": "5.6.0",
|
|
4009
|
-
"resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-5.6.0.tgz",
|
|
4010
|
-
"integrity": "sha512-TV7t8GKYaJWsn00tFDqBw8+Uqmr8A0fRU1tvTQhyZzGv0sJCGRQL3JGMI3ucuKo3XIZdUP+Lx7/gh2t3lewy7g==",
|
|
4011
|
-
"license": "MIT",
|
|
4012
|
-
"engines": {
|
|
4013
|
-
"node": ">=14.16"
|
|
4014
|
-
},
|
|
4015
|
-
"funding": {
|
|
4016
|
-
"url": "https://github.com/sindresorhus/is?sponsor=1"
|
|
4006
|
+
"node": ">=16.0.0"
|
|
4017
4007
|
}
|
|
4018
4008
|
},
|
|
4019
|
-
"node_modules/@salesforce/plugin-info/node_modules/@
|
|
4020
|
-
"version": "
|
|
4021
|
-
"resolved": "https://registry.npmjs.org/@
|
|
4022
|
-
"integrity": "sha512
|
|
4009
|
+
"node_modules/@salesforce/plugin-info/node_modules/@oclif/core": {
|
|
4010
|
+
"version": "2.15.0",
|
|
4011
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
4012
|
+
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
4023
4013
|
"license": "MIT",
|
|
4024
4014
|
"dependencies": {
|
|
4025
|
-
"
|
|
4015
|
+
"@types/cli-progress": "^3.11.0",
|
|
4016
|
+
"ansi-escapes": "^4.3.2",
|
|
4017
|
+
"ansi-styles": "^4.3.0",
|
|
4018
|
+
"cardinal": "^2.1.1",
|
|
4019
|
+
"chalk": "^4.1.2",
|
|
4020
|
+
"clean-stack": "^3.0.1",
|
|
4021
|
+
"cli-progress": "^3.12.0",
|
|
4022
|
+
"debug": "^4.3.4",
|
|
4023
|
+
"ejs": "^3.1.8",
|
|
4024
|
+
"get-package-type": "^0.1.0",
|
|
4025
|
+
"globby": "^11.1.0",
|
|
4026
|
+
"hyperlinker": "^1.0.0",
|
|
4027
|
+
"indent-string": "^4.0.0",
|
|
4028
|
+
"is-wsl": "^2.2.0",
|
|
4029
|
+
"js-yaml": "^3.14.1",
|
|
4030
|
+
"natural-orderby": "^2.0.3",
|
|
4031
|
+
"object-treeify": "^1.1.33",
|
|
4032
|
+
"password-prompt": "^1.1.2",
|
|
4033
|
+
"slice-ansi": "^4.0.0",
|
|
4034
|
+
"string-width": "^4.2.3",
|
|
4035
|
+
"strip-ansi": "^6.0.1",
|
|
4036
|
+
"supports-color": "^8.1.1",
|
|
4037
|
+
"supports-hyperlinks": "^2.2.0",
|
|
4038
|
+
"ts-node": "^10.9.1",
|
|
4039
|
+
"tslib": "^2.5.0",
|
|
4040
|
+
"widest-line": "^3.1.0",
|
|
4041
|
+
"wordwrap": "^1.0.0",
|
|
4042
|
+
"wrap-ansi": "^7.0.0"
|
|
4026
4043
|
},
|
|
4027
4044
|
"engines": {
|
|
4028
|
-
"node": ">=14.
|
|
4029
|
-
}
|
|
4030
|
-
},
|
|
4031
|
-
"node_modules/@salesforce/plugin-info/node_modules/cacheable-lookup": {
|
|
4032
|
-
"version": "7.0.0",
|
|
4033
|
-
"resolved": "https://registry.npmjs.org/cacheable-lookup/-/cacheable-lookup-7.0.0.tgz",
|
|
4034
|
-
"integrity": "sha512-+qJyx4xiKra8mZrcwhjMRMUhD5NR1R8esPkzIYxX96JiecFoxAXFuz/GpR3+ev4PE1WamHip78wV0vcmPQtp8w==",
|
|
4035
|
-
"license": "MIT",
|
|
4036
|
-
"engines": {
|
|
4037
|
-
"node": ">=14.16"
|
|
4045
|
+
"node": ">=14.0.0"
|
|
4038
4046
|
}
|
|
4039
4047
|
},
|
|
4040
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4041
|
-
"version": "
|
|
4042
|
-
"resolved": "https://registry.npmjs.org/
|
|
4043
|
-
"integrity": "sha512-
|
|
4044
|
-
"license": "
|
|
4048
|
+
"node_modules/@salesforce/plugin-info/node_modules/@salesforce/sf-plugins-core": {
|
|
4049
|
+
"version": "3.1.28",
|
|
4050
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
4051
|
+
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
4052
|
+
"license": "BSD-3-Clause",
|
|
4045
4053
|
"dependencies": {
|
|
4046
|
-
"@
|
|
4047
|
-
"
|
|
4048
|
-
"
|
|
4049
|
-
"
|
|
4050
|
-
"
|
|
4051
|
-
"
|
|
4052
|
-
"responselike": "^3.0.0"
|
|
4054
|
+
"@oclif/core": "^2.15.0",
|
|
4055
|
+
"@salesforce/core": "^5.3.1",
|
|
4056
|
+
"@salesforce/kit": "^3.0.13",
|
|
4057
|
+
"@salesforce/ts-types": "^2.0.7",
|
|
4058
|
+
"chalk": "^4",
|
|
4059
|
+
"inquirer": "^8.2.5"
|
|
4053
4060
|
},
|
|
4054
4061
|
"engines": {
|
|
4055
|
-
"node": ">=
|
|
4062
|
+
"node": ">=16.0.0"
|
|
4056
4063
|
}
|
|
4057
4064
|
},
|
|
4058
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4059
|
-
"version": "
|
|
4060
|
-
"resolved": "https://registry.npmjs.org/
|
|
4061
|
-
"integrity": "sha512-
|
|
4065
|
+
"node_modules/@salesforce/plugin-info/node_modules/argparse": {
|
|
4066
|
+
"version": "1.0.10",
|
|
4067
|
+
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
4068
|
+
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
4062
4069
|
"license": "MIT",
|
|
4063
4070
|
"dependencies": {
|
|
4064
|
-
"
|
|
4065
|
-
"@szmarczak/http-timer": "^5.0.1",
|
|
4066
|
-
"cacheable-lookup": "^7.0.0",
|
|
4067
|
-
"cacheable-request": "^10.2.8",
|
|
4068
|
-
"decompress-response": "^6.0.0",
|
|
4069
|
-
"form-data-encoder": "^2.1.2",
|
|
4070
|
-
"get-stream": "^6.0.1",
|
|
4071
|
-
"http2-wrapper": "^2.1.10",
|
|
4072
|
-
"lowercase-keys": "^3.0.0",
|
|
4073
|
-
"p-cancelable": "^3.0.0",
|
|
4074
|
-
"responselike": "^3.0.0"
|
|
4075
|
-
},
|
|
4076
|
-
"engines": {
|
|
4077
|
-
"node": ">=16"
|
|
4078
|
-
},
|
|
4079
|
-
"funding": {
|
|
4080
|
-
"url": "https://github.com/sindresorhus/got?sponsor=1"
|
|
4071
|
+
"sprintf-js": "~1.0.2"
|
|
4081
4072
|
}
|
|
4082
4073
|
},
|
|
4083
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4084
|
-
"version": "
|
|
4085
|
-
"resolved": "https://registry.npmjs.org/
|
|
4086
|
-
"integrity": "sha512-
|
|
4074
|
+
"node_modules/@salesforce/plugin-info/node_modules/js-yaml": {
|
|
4075
|
+
"version": "3.14.1",
|
|
4076
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
4077
|
+
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
4087
4078
|
"license": "MIT",
|
|
4088
4079
|
"dependencies": {
|
|
4089
|
-
"
|
|
4090
|
-
"
|
|
4091
|
-
},
|
|
4092
|
-
"engines": {
|
|
4093
|
-
"node": ">=10.19.0"
|
|
4094
|
-
}
|
|
4095
|
-
},
|
|
4096
|
-
"node_modules/@salesforce/plugin-info/node_modules/lowercase-keys": {
|
|
4097
|
-
"version": "3.0.0",
|
|
4098
|
-
"resolved": "https://registry.npmjs.org/lowercase-keys/-/lowercase-keys-3.0.0.tgz",
|
|
4099
|
-
"integrity": "sha512-ozCC6gdQ+glXOQsveKD0YsDy8DSQFjDTz4zyzEHNV5+JP5D62LmfDZ6o1cycFx9ouG940M5dE8C8CTewdj2YWQ==",
|
|
4100
|
-
"license": "MIT",
|
|
4101
|
-
"engines": {
|
|
4102
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4103
|
-
},
|
|
4104
|
-
"funding": {
|
|
4105
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4106
|
-
}
|
|
4107
|
-
},
|
|
4108
|
-
"node_modules/@salesforce/plugin-info/node_modules/mimic-response": {
|
|
4109
|
-
"version": "4.0.0",
|
|
4110
|
-
"resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-4.0.0.tgz",
|
|
4111
|
-
"integrity": "sha512-e5ISH9xMYU0DzrT+jl8q2ze9D6eWBto+I8CNpe+VI+K2J/F/k3PdkdTdz4wvGVH4NTpo+NRYTVIuMQEMMcsLqg==",
|
|
4112
|
-
"license": "MIT",
|
|
4113
|
-
"engines": {
|
|
4114
|
-
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
4115
|
-
},
|
|
4116
|
-
"funding": {
|
|
4117
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
4118
|
-
}
|
|
4119
|
-
},
|
|
4120
|
-
"node_modules/@salesforce/plugin-info/node_modules/normalize-url": {
|
|
4121
|
-
"version": "8.0.0",
|
|
4122
|
-
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-8.0.0.tgz",
|
|
4123
|
-
"integrity": "sha512-uVFpKhj5MheNBJRTiMZ9pE/7hD1QTeEvugSJW/OmLzAp78PB5O6adfMNTvmfKhXBkvCzC+rqifWcVYpGFwTjnw==",
|
|
4124
|
-
"license": "MIT",
|
|
4125
|
-
"engines": {
|
|
4126
|
-
"node": ">=14.16"
|
|
4080
|
+
"argparse": "^1.0.7",
|
|
4081
|
+
"esprima": "^4.0.0"
|
|
4127
4082
|
},
|
|
4128
|
-
"
|
|
4129
|
-
"
|
|
4130
|
-
}
|
|
4131
|
-
},
|
|
4132
|
-
"node_modules/@salesforce/plugin-info/node_modules/p-cancelable": {
|
|
4133
|
-
"version": "3.0.0",
|
|
4134
|
-
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
4135
|
-
"integrity": "sha512-mlVgR3PGuzlo0MmTdk4cXqXWlwQDLnONTAg6sm62XkMJEiRxN3GL3SffkYvqwonbkJBcrI7Uvv5Zh9yjvn2iUw==",
|
|
4136
|
-
"license": "MIT",
|
|
4137
|
-
"engines": {
|
|
4138
|
-
"node": ">=12.20"
|
|
4083
|
+
"bin": {
|
|
4084
|
+
"js-yaml": "bin/js-yaml.js"
|
|
4139
4085
|
}
|
|
4140
4086
|
},
|
|
4141
|
-
"node_modules/@salesforce/plugin-info/node_modules/
|
|
4142
|
-
"version": "
|
|
4143
|
-
"resolved": "https://registry.npmjs.org/
|
|
4144
|
-
"integrity": "sha512-
|
|
4087
|
+
"node_modules/@salesforce/plugin-info/node_modules/supports-color": {
|
|
4088
|
+
"version": "8.1.1",
|
|
4089
|
+
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
4090
|
+
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
4145
4091
|
"license": "MIT",
|
|
4146
4092
|
"dependencies": {
|
|
4147
|
-
"
|
|
4093
|
+
"has-flag": "^4.0.0"
|
|
4148
4094
|
},
|
|
4149
4095
|
"engines": {
|
|
4150
|
-
"node": ">=
|
|
4096
|
+
"node": ">=10"
|
|
4151
4097
|
},
|
|
4152
4098
|
"funding": {
|
|
4153
|
-
"url": "https://github.com/
|
|
4099
|
+
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4154
4100
|
}
|
|
4155
4101
|
},
|
|
4156
4102
|
"node_modules/@salesforce/plugin-limits": {
|
|
@@ -4983,112 +4929,18 @@
|
|
|
4983
4929
|
}
|
|
4984
4930
|
},
|
|
4985
4931
|
"node_modules/@salesforce/plugin-settings": {
|
|
4986
|
-
"version": "
|
|
4987
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-
|
|
4988
|
-
"integrity": "sha512-
|
|
4932
|
+
"version": "2.0.1",
|
|
4933
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.1.tgz",
|
|
4934
|
+
"integrity": "sha512-VSJp+TUGUdNZXq2IzjJJShvw45WQAoWPWCZ9pa6QIaC+SLTuCTR+CBGVwEKnzM7p5zYDgqfOgR9IUM5SjTyJyQ==",
|
|
4989
4935
|
"license": "BSD-3-Clause",
|
|
4990
4936
|
"dependencies": {
|
|
4991
|
-
"@oclif/core": "^
|
|
4937
|
+
"@oclif/core": "^3.9.0",
|
|
4992
4938
|
"@salesforce/core": "^5.3.14",
|
|
4993
|
-
"@salesforce/sf-plugins-core": "^
|
|
4994
|
-
"fast-levenshtein": "^3.0.0"
|
|
4995
|
-
"tslib": "^2"
|
|
4996
|
-
},
|
|
4997
|
-
"engines": {
|
|
4998
|
-
"node": ">=16.0.0"
|
|
4999
|
-
}
|
|
5000
|
-
},
|
|
5001
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@oclif/core": {
|
|
5002
|
-
"version": "2.15.0",
|
|
5003
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
5004
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
5005
|
-
"license": "MIT",
|
|
5006
|
-
"dependencies": {
|
|
5007
|
-
"@types/cli-progress": "^3.11.0",
|
|
5008
|
-
"ansi-escapes": "^4.3.2",
|
|
5009
|
-
"ansi-styles": "^4.3.0",
|
|
5010
|
-
"cardinal": "^2.1.1",
|
|
5011
|
-
"chalk": "^4.1.2",
|
|
5012
|
-
"clean-stack": "^3.0.1",
|
|
5013
|
-
"cli-progress": "^3.12.0",
|
|
5014
|
-
"debug": "^4.3.4",
|
|
5015
|
-
"ejs": "^3.1.8",
|
|
5016
|
-
"get-package-type": "^0.1.0",
|
|
5017
|
-
"globby": "^11.1.0",
|
|
5018
|
-
"hyperlinker": "^1.0.0",
|
|
5019
|
-
"indent-string": "^4.0.0",
|
|
5020
|
-
"is-wsl": "^2.2.0",
|
|
5021
|
-
"js-yaml": "^3.14.1",
|
|
5022
|
-
"natural-orderby": "^2.0.3",
|
|
5023
|
-
"object-treeify": "^1.1.33",
|
|
5024
|
-
"password-prompt": "^1.1.2",
|
|
5025
|
-
"slice-ansi": "^4.0.0",
|
|
5026
|
-
"string-width": "^4.2.3",
|
|
5027
|
-
"strip-ansi": "^6.0.1",
|
|
5028
|
-
"supports-color": "^8.1.1",
|
|
5029
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5030
|
-
"ts-node": "^10.9.1",
|
|
5031
|
-
"tslib": "^2.5.0",
|
|
5032
|
-
"widest-line": "^3.1.0",
|
|
5033
|
-
"wordwrap": "^1.0.0",
|
|
5034
|
-
"wrap-ansi": "^7.0.0"
|
|
5035
|
-
},
|
|
5036
|
-
"engines": {
|
|
5037
|
-
"node": ">=14.0.0"
|
|
5038
|
-
}
|
|
5039
|
-
},
|
|
5040
|
-
"node_modules/@salesforce/plugin-settings/node_modules/@salesforce/sf-plugins-core": {
|
|
5041
|
-
"version": "3.1.28",
|
|
5042
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
5043
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
5044
|
-
"license": "BSD-3-Clause",
|
|
5045
|
-
"dependencies": {
|
|
5046
|
-
"@oclif/core": "^2.15.0",
|
|
5047
|
-
"@salesforce/core": "^5.3.1",
|
|
5048
|
-
"@salesforce/kit": "^3.0.13",
|
|
5049
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
5050
|
-
"chalk": "^4",
|
|
5051
|
-
"inquirer": "^8.2.5"
|
|
5052
|
-
},
|
|
5053
|
-
"engines": {
|
|
5054
|
-
"node": ">=16.0.0"
|
|
5055
|
-
}
|
|
5056
|
-
},
|
|
5057
|
-
"node_modules/@salesforce/plugin-settings/node_modules/argparse": {
|
|
5058
|
-
"version": "1.0.10",
|
|
5059
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5060
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5061
|
-
"license": "MIT",
|
|
5062
|
-
"dependencies": {
|
|
5063
|
-
"sprintf-js": "~1.0.2"
|
|
5064
|
-
}
|
|
5065
|
-
},
|
|
5066
|
-
"node_modules/@salesforce/plugin-settings/node_modules/js-yaml": {
|
|
5067
|
-
"version": "3.14.1",
|
|
5068
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5069
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5070
|
-
"license": "MIT",
|
|
5071
|
-
"dependencies": {
|
|
5072
|
-
"argparse": "^1.0.7",
|
|
5073
|
-
"esprima": "^4.0.0"
|
|
5074
|
-
},
|
|
5075
|
-
"bin": {
|
|
5076
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5077
|
-
}
|
|
5078
|
-
},
|
|
5079
|
-
"node_modules/@salesforce/plugin-settings/node_modules/supports-color": {
|
|
5080
|
-
"version": "8.1.1",
|
|
5081
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5082
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5083
|
-
"license": "MIT",
|
|
5084
|
-
"dependencies": {
|
|
5085
|
-
"has-flag": "^4.0.0"
|
|
4939
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
4940
|
+
"fast-levenshtein": "^3.0.0"
|
|
5086
4941
|
},
|
|
5087
4942
|
"engines": {
|
|
5088
|
-
"node": ">=
|
|
5089
|
-
},
|
|
5090
|
-
"funding": {
|
|
5091
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
4943
|
+
"node": ">=18.0.0"
|
|
5092
4944
|
}
|
|
5093
4945
|
},
|
|
5094
4946
|
"node_modules/@salesforce/plugin-sobject": {
|
|
@@ -5321,113 +5173,19 @@
|
|
|
5321
5173
|
}
|
|
5322
5174
|
},
|
|
5323
5175
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5324
|
-
"version": "
|
|
5325
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-
|
|
5326
|
-
"integrity": "sha512-
|
|
5176
|
+
"version": "3.1.0",
|
|
5177
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.1.0.tgz",
|
|
5178
|
+
"integrity": "sha512-E9SYsSNV7M9LH4Hp5wFVLV8rN6NlxEd8UWe03KdDnYiS7anw7cdvl1D/Ueh0GZP6bY86Nv+o93UJD0y1R7ikzg==",
|
|
5327
5179
|
"license": "BSD-3-Clause",
|
|
5328
5180
|
"dependencies": {
|
|
5329
|
-
"@oclif/core": "^
|
|
5181
|
+
"@oclif/core": "^3.8.0",
|
|
5330
5182
|
"@salesforce/core": "^5.3.1",
|
|
5331
|
-
"@salesforce/sf-plugins-core": "^
|
|
5183
|
+
"@salesforce/sf-plugins-core": "^4.0.0",
|
|
5332
5184
|
"@salesforce/telemetry": "^4.1.15",
|
|
5333
|
-
"debug": "^4.3.4"
|
|
5334
|
-
"tslib": "^2"
|
|
5335
|
-
},
|
|
5336
|
-
"engines": {
|
|
5337
|
-
"node": ">=16.0.0"
|
|
5338
|
-
}
|
|
5339
|
-
},
|
|
5340
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@oclif/core": {
|
|
5341
|
-
"version": "2.15.0",
|
|
5342
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
|
|
5343
|
-
"integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
|
|
5344
|
-
"license": "MIT",
|
|
5345
|
-
"dependencies": {
|
|
5346
|
-
"@types/cli-progress": "^3.11.0",
|
|
5347
|
-
"ansi-escapes": "^4.3.2",
|
|
5348
|
-
"ansi-styles": "^4.3.0",
|
|
5349
|
-
"cardinal": "^2.1.1",
|
|
5350
|
-
"chalk": "^4.1.2",
|
|
5351
|
-
"clean-stack": "^3.0.1",
|
|
5352
|
-
"cli-progress": "^3.12.0",
|
|
5353
|
-
"debug": "^4.3.4",
|
|
5354
|
-
"ejs": "^3.1.8",
|
|
5355
|
-
"get-package-type": "^0.1.0",
|
|
5356
|
-
"globby": "^11.1.0",
|
|
5357
|
-
"hyperlinker": "^1.0.0",
|
|
5358
|
-
"indent-string": "^4.0.0",
|
|
5359
|
-
"is-wsl": "^2.2.0",
|
|
5360
|
-
"js-yaml": "^3.14.1",
|
|
5361
|
-
"natural-orderby": "^2.0.3",
|
|
5362
|
-
"object-treeify": "^1.1.33",
|
|
5363
|
-
"password-prompt": "^1.1.2",
|
|
5364
|
-
"slice-ansi": "^4.0.0",
|
|
5365
|
-
"string-width": "^4.2.3",
|
|
5366
|
-
"strip-ansi": "^6.0.1",
|
|
5367
|
-
"supports-color": "^8.1.1",
|
|
5368
|
-
"supports-hyperlinks": "^2.2.0",
|
|
5369
|
-
"ts-node": "^10.9.1",
|
|
5370
|
-
"tslib": "^2.5.0",
|
|
5371
|
-
"widest-line": "^3.1.0",
|
|
5372
|
-
"wordwrap": "^1.0.0",
|
|
5373
|
-
"wrap-ansi": "^7.0.0"
|
|
5374
|
-
},
|
|
5375
|
-
"engines": {
|
|
5376
|
-
"node": ">=14.0.0"
|
|
5377
|
-
}
|
|
5378
|
-
},
|
|
5379
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/@salesforce/sf-plugins-core": {
|
|
5380
|
-
"version": "3.1.28",
|
|
5381
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-3.1.28.tgz",
|
|
5382
|
-
"integrity": "sha512-Z1fVS/pqLCX/3ESrjvtzyuvDFwXu8qxjqs5Gana0J7RKkhDL0f7w+pz3DR1/YfQPeHK8rk9pFDOKB3tOnXf9Lw==",
|
|
5383
|
-
"license": "BSD-3-Clause",
|
|
5384
|
-
"dependencies": {
|
|
5385
|
-
"@oclif/core": "^2.15.0",
|
|
5386
|
-
"@salesforce/core": "^5.3.1",
|
|
5387
|
-
"@salesforce/kit": "^3.0.13",
|
|
5388
|
-
"@salesforce/ts-types": "^2.0.7",
|
|
5389
|
-
"chalk": "^4",
|
|
5390
|
-
"inquirer": "^8.2.5"
|
|
5391
|
-
},
|
|
5392
|
-
"engines": {
|
|
5393
|
-
"node": ">=16.0.0"
|
|
5394
|
-
}
|
|
5395
|
-
},
|
|
5396
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/argparse": {
|
|
5397
|
-
"version": "1.0.10",
|
|
5398
|
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
|
|
5399
|
-
"integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
|
|
5400
|
-
"license": "MIT",
|
|
5401
|
-
"dependencies": {
|
|
5402
|
-
"sprintf-js": "~1.0.2"
|
|
5403
|
-
}
|
|
5404
|
-
},
|
|
5405
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/js-yaml": {
|
|
5406
|
-
"version": "3.14.1",
|
|
5407
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
|
|
5408
|
-
"integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
|
|
5409
|
-
"license": "MIT",
|
|
5410
|
-
"dependencies": {
|
|
5411
|
-
"argparse": "^1.0.7",
|
|
5412
|
-
"esprima": "^4.0.0"
|
|
5413
|
-
},
|
|
5414
|
-
"bin": {
|
|
5415
|
-
"js-yaml": "bin/js-yaml.js"
|
|
5416
|
-
}
|
|
5417
|
-
},
|
|
5418
|
-
"node_modules/@salesforce/plugin-telemetry/node_modules/supports-color": {
|
|
5419
|
-
"version": "8.1.1",
|
|
5420
|
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
|
|
5421
|
-
"integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
|
|
5422
|
-
"license": "MIT",
|
|
5423
|
-
"dependencies": {
|
|
5424
|
-
"has-flag": "^4.0.0"
|
|
5185
|
+
"debug": "^4.3.4"
|
|
5425
5186
|
},
|
|
5426
5187
|
"engines": {
|
|
5427
|
-
"node": ">=
|
|
5428
|
-
},
|
|
5429
|
-
"funding": {
|
|
5430
|
-
"url": "https://github.com/chalk/supports-color?sponsor=1"
|
|
5188
|
+
"node": ">=18.0.0"
|
|
5431
5189
|
}
|
|
5432
5190
|
},
|
|
5433
5191
|
"node_modules/@salesforce/plugin-templates": {
|
|
@@ -5798,9 +5556,9 @@
|
|
|
5798
5556
|
}
|
|
5799
5557
|
},
|
|
5800
5558
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
5801
|
-
"version": "9.8.
|
|
5802
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.
|
|
5803
|
-
"integrity": "sha512-
|
|
5559
|
+
"version": "9.8.3",
|
|
5560
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-9.8.3.tgz",
|
|
5561
|
+
"integrity": "sha512-GEVfWlwSYdrB3t2Gozxe7X6CRd/dVZ91XQkv8hQJcIUwvSmw0uVH9+V0TYPUJN3JCIyug5Z7f6McO8LTI6jd/Q==",
|
|
5804
5562
|
"license": "BSD-3-Clause",
|
|
5805
5563
|
"dependencies": {
|
|
5806
5564
|
"@salesforce/core": "^5.3.16",
|
|
@@ -6293,9 +6051,9 @@
|
|
|
6293
6051
|
"license": "MIT"
|
|
6294
6052
|
},
|
|
6295
6053
|
"node_modules/@types/http-cache-semantics": {
|
|
6296
|
-
"version": "4.0.
|
|
6297
|
-
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.
|
|
6298
|
-
"integrity": "sha512-
|
|
6054
|
+
"version": "4.0.1",
|
|
6055
|
+
"resolved": "https://registry.npmjs.org/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz",
|
|
6056
|
+
"integrity": "sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==",
|
|
6299
6057
|
"license": "MIT"
|
|
6300
6058
|
},
|
|
6301
6059
|
"node_modules/@types/istanbul-lib-coverage": {
|
|
@@ -7668,21 +7426,6 @@
|
|
|
7668
7426
|
"node": ">=8"
|
|
7669
7427
|
}
|
|
7670
7428
|
},
|
|
7671
|
-
"node_modules/cacheable-request/node_modules/get-stream": {
|
|
7672
|
-
"version": "5.2.0",
|
|
7673
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
7674
|
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
7675
|
-
"license": "MIT",
|
|
7676
|
-
"dependencies": {
|
|
7677
|
-
"pump": "^3.0.0"
|
|
7678
|
-
},
|
|
7679
|
-
"engines": {
|
|
7680
|
-
"node": ">=8"
|
|
7681
|
-
},
|
|
7682
|
-
"funding": {
|
|
7683
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
7684
|
-
}
|
|
7685
|
-
},
|
|
7686
7429
|
"node_modules/caching-transform": {
|
|
7687
7430
|
"version": "4.0.0",
|
|
7688
7431
|
"resolved": "https://registry.npmjs.org/caching-transform/-/caching-transform-4.0.0.tgz",
|
|
@@ -10675,6 +10418,18 @@
|
|
|
10675
10418
|
"url": "https://github.com/sindresorhus/execa?sponsor=1"
|
|
10676
10419
|
}
|
|
10677
10420
|
},
|
|
10421
|
+
"node_modules/execa/node_modules/get-stream": {
|
|
10422
|
+
"version": "6.0.1",
|
|
10423
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
|
|
10424
|
+
"integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
|
|
10425
|
+
"license": "MIT",
|
|
10426
|
+
"engines": {
|
|
10427
|
+
"node": ">=10"
|
|
10428
|
+
},
|
|
10429
|
+
"funding": {
|
|
10430
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
10431
|
+
}
|
|
10432
|
+
},
|
|
10678
10433
|
"node_modules/exponential-backoff": {
|
|
10679
10434
|
"version": "3.1.1",
|
|
10680
10435
|
"resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz",
|
|
@@ -11067,15 +10822,6 @@
|
|
|
11067
10822
|
"node": ">= 6"
|
|
11068
10823
|
}
|
|
11069
10824
|
},
|
|
11070
|
-
"node_modules/form-data-encoder": {
|
|
11071
|
-
"version": "2.1.4",
|
|
11072
|
-
"resolved": "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz",
|
|
11073
|
-
"integrity": "sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==",
|
|
11074
|
-
"license": "MIT",
|
|
11075
|
-
"engines": {
|
|
11076
|
-
"node": ">= 14.17"
|
|
11077
|
-
}
|
|
11078
|
-
},
|
|
11079
10825
|
"node_modules/fromentries": {
|
|
11080
10826
|
"version": "1.3.2",
|
|
11081
10827
|
"resolved": "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz",
|
|
@@ -11368,12 +11114,15 @@
|
|
|
11368
11114
|
}
|
|
11369
11115
|
},
|
|
11370
11116
|
"node_modules/get-stream": {
|
|
11371
|
-
"version": "
|
|
11372
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-
|
|
11373
|
-
"integrity": "sha512-
|
|
11117
|
+
"version": "5.2.0",
|
|
11118
|
+
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
11119
|
+
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
11374
11120
|
"license": "MIT",
|
|
11121
|
+
"dependencies": {
|
|
11122
|
+
"pump": "^3.0.0"
|
|
11123
|
+
},
|
|
11375
11124
|
"engines": {
|
|
11376
|
-
"node": ">=
|
|
11125
|
+
"node": ">=8"
|
|
11377
11126
|
},
|
|
11378
11127
|
"funding": {
|
|
11379
11128
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
@@ -13529,9 +13278,9 @@
|
|
|
13529
13278
|
}
|
|
13530
13279
|
},
|
|
13531
13280
|
"node_modules/keyv": {
|
|
13532
|
-
"version": "4.5.
|
|
13533
|
-
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.
|
|
13534
|
-
"integrity": "sha512-
|
|
13281
|
+
"version": "4.5.2",
|
|
13282
|
+
"resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.2.tgz",
|
|
13283
|
+
"integrity": "sha512-5MHbFaKn8cNSmVW7BYnijeAVlE4cYA/SVkifVgrh7yotnfhKmjuXpDKjrABLnT0SfHWV21P8ow07OGfRrNDg8g==",
|
|
13535
13284
|
"license": "MIT",
|
|
13536
13285
|
"dependencies": {
|
|
13537
13286
|
"json-buffer": "3.0.1"
|
|
@@ -20838,22 +20587,6 @@
|
|
|
20838
20587
|
"node": ">=8"
|
|
20839
20588
|
}
|
|
20840
20589
|
},
|
|
20841
|
-
"node_modules/pretty-quick/node_modules/get-stream": {
|
|
20842
|
-
"version": "5.2.0",
|
|
20843
|
-
"resolved": "https://registry.npmjs.org/get-stream/-/get-stream-5.2.0.tgz",
|
|
20844
|
-
"integrity": "sha512-nBF+F1rAZVCu/p7rjzgA+Yb4lfYXrpl7a6VmJrU8wF9I1CKvP/QwPNZHnOlwbTkY6dvtFIzFMSyQXbLoTQPRpA==",
|
|
20845
|
-
"dev": true,
|
|
20846
|
-
"license": "MIT",
|
|
20847
|
-
"dependencies": {
|
|
20848
|
-
"pump": "^3.0.0"
|
|
20849
|
-
},
|
|
20850
|
-
"engines": {
|
|
20851
|
-
"node": ">=8"
|
|
20852
|
-
},
|
|
20853
|
-
"funding": {
|
|
20854
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
20855
|
-
}
|
|
20856
|
-
},
|
|
20857
20590
|
"node_modules/pretty-quick/node_modules/human-signals": {
|
|
20858
20591
|
"version": "1.1.1",
|
|
20859
20592
|
"resolved": "https://registry.npmjs.org/human-signals/-/human-signals-1.1.1.tgz",
|
|
@@ -23231,6 +22964,26 @@
|
|
|
23231
22964
|
"node": ">=6"
|
|
23232
22965
|
}
|
|
23233
22966
|
},
|
|
22967
|
+
"node_modules/tsconfck": {
|
|
22968
|
+
"version": "3.0.0",
|
|
22969
|
+
"resolved": "https://registry.npmjs.org/tsconfck/-/tsconfck-3.0.0.tgz",
|
|
22970
|
+
"integrity": "sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==",
|
|
22971
|
+
"license": "MIT",
|
|
22972
|
+
"bin": {
|
|
22973
|
+
"tsconfck": "bin/tsconfck.js"
|
|
22974
|
+
},
|
|
22975
|
+
"engines": {
|
|
22976
|
+
"node": "^18 || >=20"
|
|
22977
|
+
},
|
|
22978
|
+
"peerDependencies": {
|
|
22979
|
+
"typescript": "^5.0.0"
|
|
22980
|
+
},
|
|
22981
|
+
"peerDependenciesMeta": {
|
|
22982
|
+
"typescript": {
|
|
22983
|
+
"optional": true
|
|
22984
|
+
}
|
|
22985
|
+
}
|
|
22986
|
+
},
|
|
23234
22987
|
"node_modules/tsconfig-paths": {
|
|
23235
22988
|
"version": "3.14.2",
|
|
23236
22989
|
"resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz",
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.17.1
|
|
4
|
+
"version": "2.17.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@oclif/core": "3.
|
|
128
|
+
"@oclif/core": "3.10.0",
|
|
129
129
|
"@oclif/plugin-autocomplete": "3.0.1",
|
|
130
130
|
"@oclif/plugin-commands": "3.0.5",
|
|
131
131
|
"@oclif/plugin-help": "6.0.5",
|
|
@@ -141,16 +141,16 @@
|
|
|
141
141
|
"@salesforce/plugin-auth": "2.8.25",
|
|
142
142
|
"@salesforce/plugin-data": "2.6.1",
|
|
143
143
|
"@salesforce/plugin-deploy-retrieve": "1.19.3",
|
|
144
|
-
"@salesforce/plugin-info": "2.6.
|
|
144
|
+
"@salesforce/plugin-info": "2.6.51",
|
|
145
145
|
"@salesforce/plugin-limits": "2.3.41",
|
|
146
146
|
"@salesforce/plugin-login": "1.2.40",
|
|
147
147
|
"@salesforce/plugin-marketplace": "0.3.2",
|
|
148
148
|
"@salesforce/plugin-org": "2.11.7",
|
|
149
149
|
"@salesforce/plugin-schema": "2.3.32",
|
|
150
|
-
"@salesforce/plugin-settings": "
|
|
150
|
+
"@salesforce/plugin-settings": "2.0.1",
|
|
151
151
|
"@salesforce/plugin-sobject": "0.2.14",
|
|
152
152
|
"@salesforce/plugin-source": "2.10.46",
|
|
153
|
-
"@salesforce/plugin-telemetry": "
|
|
153
|
+
"@salesforce/plugin-telemetry": "3.1.0",
|
|
154
154
|
"@salesforce/plugin-templates": "55.5.17",
|
|
155
155
|
"@salesforce/plugin-trust": "2.6.22",
|
|
156
156
|
"@salesforce/plugin-user": "2.3.41",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"resolutions": {
|
|
192
192
|
"@salesforce/schemas": "1.6.1",
|
|
193
193
|
"@salesforce/templates": "59.0.1",
|
|
194
|
-
"@salesforce/source-deploy-retrieve": "9.8.
|
|
194
|
+
"@salesforce/source-deploy-retrieve": "9.8.3",
|
|
195
195
|
"@salesforce/source-tracking": "4.2.20"
|
|
196
196
|
},
|
|
197
197
|
"repository": "salesforcecli/cli",
|