@salesforce/cli 2.125.1 → 2.125.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 +20 -20
- package/npm-shrinkwrap.json +15 -15
- package/oclif.lock +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.125.
|
|
28
|
+
@salesforce/cli/2.125.2 linux-x64 node-v22.22.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
257
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/activate.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf agent create`
|
|
260
260
|
|
|
@@ -321,7 +321,7 @@ EXAMPLES
|
|
|
321
321
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
322
322
|
```
|
|
323
323
|
|
|
324
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
324
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/create.ts)_
|
|
325
325
|
|
|
326
326
|
## `sf agent deactivate`
|
|
327
327
|
|
|
@@ -361,7 +361,7 @@ EXAMPLES
|
|
|
361
361
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
362
362
|
```
|
|
363
363
|
|
|
364
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
364
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/deactivate.ts)_
|
|
365
365
|
|
|
366
366
|
## `sf agent generate agent-spec`
|
|
367
367
|
|
|
@@ -468,7 +468,7 @@ EXAMPLES
|
|
|
468
468
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
469
469
|
```
|
|
470
470
|
|
|
471
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
471
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/agent-spec.ts)_
|
|
472
472
|
|
|
473
473
|
## `sf agent generate authoring-bundle`
|
|
474
474
|
|
|
@@ -545,7 +545,7 @@ EXAMPLES
|
|
|
545
545
|
other-package-dir/main/default --target-org my-dev-org
|
|
546
546
|
```
|
|
547
547
|
|
|
548
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
548
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/authoring-bundle.ts)_
|
|
549
549
|
|
|
550
550
|
## `sf agent generate template`
|
|
551
551
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
596
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/template.ts)_
|
|
597
597
|
|
|
598
598
|
## `sf agent generate test-spec`
|
|
599
599
|
|
|
@@ -654,7 +654,7 @@ EXAMPLES
|
|
|
654
654
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
657
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/generate/test-spec.ts)_
|
|
658
658
|
|
|
659
659
|
## `sf agent preview`
|
|
660
660
|
|
|
@@ -727,7 +727,7 @@ EXAMPLES
|
|
|
727
727
|
$ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
|
|
728
728
|
```
|
|
729
729
|
|
|
730
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
730
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview.ts)_
|
|
731
731
|
|
|
732
732
|
## `sf agent preview end`
|
|
733
733
|
|
|
@@ -782,7 +782,7 @@ EXAMPLES
|
|
|
782
782
|
$ sf agent preview end --authoring-bundle My_Local_Agent
|
|
783
783
|
```
|
|
784
784
|
|
|
785
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
785
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/end.ts)_
|
|
786
786
|
|
|
787
787
|
## `sf agent preview send`
|
|
788
788
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
$ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
843
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/send.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf agent preview sessions`
|
|
846
846
|
|
|
@@ -873,7 +873,7 @@ EXAMPLES
|
|
|
873
873
|
$ sf agent preview sessions
|
|
874
874
|
```
|
|
875
875
|
|
|
876
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
876
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/sessions.ts)_
|
|
877
877
|
|
|
878
878
|
## `sf agent preview start`
|
|
879
879
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ sf agent preview start --api-name My_Published_Agent
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
933
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/preview/start.ts)_
|
|
934
934
|
|
|
935
935
|
## `sf agent publish authoring-bundle`
|
|
936
936
|
|
|
@@ -979,7 +979,7 @@ EXAMPLES
|
|
|
979
979
|
$ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
|
|
980
980
|
```
|
|
981
981
|
|
|
982
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
982
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/publish/authoring-bundle.ts)_
|
|
983
983
|
|
|
984
984
|
## `sf agent test create`
|
|
985
985
|
|
|
@@ -1034,7 +1034,7 @@ EXAMPLES
|
|
|
1034
1034
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
1035
1035
|
```
|
|
1036
1036
|
|
|
1037
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1037
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/create.ts)_
|
|
1038
1038
|
|
|
1039
1039
|
## `sf agent test list`
|
|
1040
1040
|
|
|
@@ -1069,7 +1069,7 @@ EXAMPLES
|
|
|
1069
1069
|
$ sf agent test list --target-org my-org
|
|
1070
1070
|
```
|
|
1071
1071
|
|
|
1072
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1072
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/list.ts)_
|
|
1073
1073
|
|
|
1074
1074
|
## `sf agent test results`
|
|
1075
1075
|
|
|
@@ -1135,7 +1135,7 @@ FLAG DESCRIPTIONS
|
|
|
1135
1135
|
expression when using custom evaluations.
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1138
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/results.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `sf agent test resume`
|
|
1141
1141
|
|
|
@@ -1208,7 +1208,7 @@ FLAG DESCRIPTIONS
|
|
|
1208
1208
|
expression when using custom evaluations.
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1211
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/resume.ts)_
|
|
1212
1212
|
|
|
1213
1213
|
## `sf agent test run`
|
|
1214
1214
|
|
|
@@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS
|
|
|
1282
1282
|
expression when using custom evaluations.
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1285
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/test/run.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf agent validate authoring-bundle`
|
|
1288
1288
|
|
|
@@ -1329,7 +1329,7 @@ EXAMPLES
|
|
|
1329
1329
|
$ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
|
|
1330
1330
|
```
|
|
1331
1331
|
|
|
1332
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.
|
|
1332
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.6/src/commands/agent/validate/authoring-bundle.ts)_
|
|
1333
1333
|
|
|
1334
1334
|
## `sf alias list`
|
|
1335
1335
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.125.
|
|
3
|
+
"version": "2.125.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.125.
|
|
9
|
+
"version": "2.125.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.43",
|
|
25
25
|
"@salesforce/core": "^8.25.0",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.30.
|
|
27
|
+
"@salesforce/plugin-agent": "1.30.6",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.10",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.10",
|
|
30
30
|
"@salesforce/plugin-auth": "4.1.6",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.94",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.57",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.84",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.8.0",
|
|
42
42
|
"@salesforce/plugin-templates": "56.9.3",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.114",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.52",
|
|
@@ -4728,9 +4728,9 @@
|
|
|
4728
4728
|
"license": "BSD-3-Clause"
|
|
4729
4729
|
},
|
|
4730
4730
|
"node_modules/@salesforce/agents": {
|
|
4731
|
-
"version": "0.23.
|
|
4732
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.23.
|
|
4733
|
-
"integrity": "sha512-
|
|
4731
|
+
"version": "0.23.4",
|
|
4732
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.23.4.tgz",
|
|
4733
|
+
"integrity": "sha512-MKoiQvEX4fBggHDSEntFUzIheKd2NrTCaaWe+ExQoegqToN32RW1YqfeNQjayt4WpMNCnOAJ2jEHN4ecSu6HvQ==",
|
|
4734
4734
|
"license": "Apache-2.0",
|
|
4735
4735
|
"dependencies": {
|
|
4736
4736
|
"@salesforce/core": "^8.26.2",
|
|
@@ -5118,16 +5118,16 @@
|
|
|
5118
5118
|
}
|
|
5119
5119
|
},
|
|
5120
5120
|
"node_modules/@salesforce/plugin-agent": {
|
|
5121
|
-
"version": "1.30.
|
|
5122
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.30.
|
|
5123
|
-
"integrity": "sha512-
|
|
5121
|
+
"version": "1.30.6",
|
|
5122
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.30.6.tgz",
|
|
5123
|
+
"integrity": "sha512-DV1QA6K9wua460dDbtlJJmQB8VqcUW5VBojt/pDg86mYv4FV3dXrF+uU6aOCjRm33EtveTxLzKjXpmlWxKEnDg==",
|
|
5124
5124
|
"license": "Apache-2.0",
|
|
5125
5125
|
"dependencies": {
|
|
5126
5126
|
"@inquirer/core": "^10.3.2",
|
|
5127
5127
|
"@inquirer/prompts": "^7.10.1",
|
|
5128
5128
|
"@oclif/core": "^4",
|
|
5129
5129
|
"@oclif/multi-stage-output": "^0.8.29",
|
|
5130
|
-
"@salesforce/agents": "^0.23.
|
|
5130
|
+
"@salesforce/agents": "^0.23.4",
|
|
5131
5131
|
"@salesforce/core": "^8.26.2",
|
|
5132
5132
|
"@salesforce/kit": "^3.2.4",
|
|
5133
5133
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5811,16 +5811,16 @@
|
|
|
5811
5811
|
}
|
|
5812
5812
|
},
|
|
5813
5813
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5814
|
-
"version": "3.
|
|
5815
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.
|
|
5816
|
-
"integrity": "sha512-
|
|
5814
|
+
"version": "3.8.0",
|
|
5815
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.0.tgz",
|
|
5816
|
+
"integrity": "sha512-P9lING4AqNwQpzf3MUbxxDapQgqVe7xOcDNaxcH/9atAOuOWZ7ENSHjdQhM/wyDgkoW0ui51AnX1Y6rDq+VQpA==",
|
|
5817
5817
|
"license": "Apache-2.0",
|
|
5818
5818
|
"dependencies": {
|
|
5819
5819
|
"@oclif/core": "^4.8.0",
|
|
5820
5820
|
"@salesforce/core": "^8.25.1",
|
|
5821
5821
|
"@salesforce/kit": "^3.2.4",
|
|
5822
5822
|
"@salesforce/sf-plugins-core": "^12",
|
|
5823
|
-
"@salesforce/telemetry": "^6.
|
|
5823
|
+
"@salesforce/telemetry": "^6.7.0",
|
|
5824
5824
|
"@salesforce/ts-types": "^2.0.12",
|
|
5825
5825
|
"debug": "^4.4.3"
|
|
5826
5826
|
},
|
package/oclif.lock
CHANGED
|
@@ -2073,10 +2073,10 @@
|
|
|
2073
2073
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.0.tgz"
|
|
2074
2074
|
integrity sha512-Vvn3zZrhQZkkBE8LSuW3em98c0FwgO4nxzv6OdSxPKJIEKY2bGbHn+mhGIPerzI4twdxaP8/0+06HBpwf345Lw==
|
|
2075
2075
|
|
|
2076
|
-
"@salesforce/agents@^0.23.
|
|
2077
|
-
version "0.23.
|
|
2078
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.23.
|
|
2079
|
-
integrity sha512-
|
|
2076
|
+
"@salesforce/agents@^0.23.4":
|
|
2077
|
+
version "0.23.4"
|
|
2078
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.23.4.tgz"
|
|
2079
|
+
integrity sha512-MKoiQvEX4fBggHDSEntFUzIheKd2NrTCaaWe+ExQoegqToN32RW1YqfeNQjayt4WpMNCnOAJ2jEHN4ecSu6HvQ==
|
|
2080
2080
|
dependencies:
|
|
2081
2081
|
"@salesforce/core" "^8.26.2"
|
|
2082
2082
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2214,16 +2214,16 @@
|
|
|
2214
2214
|
jszip "^3.10.1"
|
|
2215
2215
|
object-treeify "^2"
|
|
2216
2216
|
|
|
2217
|
-
"@salesforce/plugin-agent@1.30.
|
|
2218
|
-
version "1.30.
|
|
2219
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.30.
|
|
2220
|
-
integrity sha512-
|
|
2217
|
+
"@salesforce/plugin-agent@1.30.6":
|
|
2218
|
+
version "1.30.6"
|
|
2219
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.30.6.tgz"
|
|
2220
|
+
integrity sha512-DV1QA6K9wua460dDbtlJJmQB8VqcUW5VBojt/pDg86mYv4FV3dXrF+uU6aOCjRm33EtveTxLzKjXpmlWxKEnDg==
|
|
2221
2221
|
dependencies:
|
|
2222
2222
|
"@inquirer/core" "^10.3.2"
|
|
2223
2223
|
"@inquirer/prompts" "^7.10.1"
|
|
2224
2224
|
"@oclif/core" "^4"
|
|
2225
2225
|
"@oclif/multi-stage-output" "^0.8.29"
|
|
2226
|
-
"@salesforce/agents" "^0.23.
|
|
2226
|
+
"@salesforce/agents" "^0.23.4"
|
|
2227
2227
|
"@salesforce/core" "^8.26.2"
|
|
2228
2228
|
"@salesforce/kit" "^3.2.4"
|
|
2229
2229
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2461,16 +2461,16 @@
|
|
|
2461
2461
|
fast-xml-parser "^5.3.6"
|
|
2462
2462
|
js2xmlparser "^4.0.2"
|
|
2463
2463
|
|
|
2464
|
-
"@salesforce/plugin-telemetry@3.
|
|
2465
|
-
version "3.
|
|
2466
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.
|
|
2467
|
-
integrity sha512-
|
|
2464
|
+
"@salesforce/plugin-telemetry@3.8.0":
|
|
2465
|
+
version "3.8.0"
|
|
2466
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.0.tgz"
|
|
2467
|
+
integrity sha512-P9lING4AqNwQpzf3MUbxxDapQgqVe7xOcDNaxcH/9atAOuOWZ7ENSHjdQhM/wyDgkoW0ui51AnX1Y6rDq+VQpA==
|
|
2468
2468
|
dependencies:
|
|
2469
2469
|
"@oclif/core" "^4.8.0"
|
|
2470
2470
|
"@salesforce/core" "^8.25.1"
|
|
2471
2471
|
"@salesforce/kit" "^3.2.4"
|
|
2472
2472
|
"@salesforce/sf-plugins-core" "^12"
|
|
2473
|
-
"@salesforce/telemetry" "^6.
|
|
2473
|
+
"@salesforce/telemetry" "^6.7.0"
|
|
2474
2474
|
"@salesforce/ts-types" "^2.0.12"
|
|
2475
2475
|
debug "^4.4.3"
|
|
2476
2476
|
|
|
@@ -2588,7 +2588,7 @@
|
|
|
2588
2588
|
isomorphic-git "^1.34.2"
|
|
2589
2589
|
ts-retry-promise "^0.8.1"
|
|
2590
2590
|
|
|
2591
|
-
"@salesforce/telemetry@^6.
|
|
2591
|
+
"@salesforce/telemetry@^6.7.0":
|
|
2592
2592
|
version "6.7.0"
|
|
2593
2593
|
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.7.0.tgz"
|
|
2594
2594
|
integrity sha512-kXORutBjNGzahq98qjDFaxW7kKRlb0ErcxjQhY/2yvuXmmv3zdtT1NTljVAQHfHl3Y7TDREDNbTFT+ZEFBk8sw==
|
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.125.
|
|
4
|
+
"version": "2.125.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -157,7 +157,7 @@
|
|
|
157
157
|
"@oclif/plugin-which": "3.2.43",
|
|
158
158
|
"@salesforce/core": "^8.25.0",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
|
-
"@salesforce/plugin-agent": "1.30.
|
|
160
|
+
"@salesforce/plugin-agent": "1.30.6",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.10",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.10",
|
|
163
163
|
"@salesforce/plugin-auth": "4.1.6",
|
|
@@ -171,7 +171,7 @@
|
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.94",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.57",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.84",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.8.0",
|
|
175
175
|
"@salesforce/plugin-templates": "56.9.3",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.114",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.52",
|