@salesforce/plugin-agent 1.24.21 → 1.24.23
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 +12 -12
- package/npm-shrinkwrap.json +38 -22
- package/oclif.lock +21 -21
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -109,7 +109,7 @@ EXAMPLES
|
|
|
109
109
|
$ sf agent activate --api-name Resort_Manager --target-org my-org
|
|
110
110
|
```
|
|
111
111
|
|
|
112
|
-
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
112
|
+
_See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/activate.ts)_
|
|
113
113
|
|
|
114
114
|
## `sf agent create`
|
|
115
115
|
|
|
@@ -171,7 +171,7 @@ EXAMPLES
|
|
|
171
171
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
172
172
|
```
|
|
173
173
|
|
|
174
|
-
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
174
|
+
_See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/create.ts)_
|
|
175
175
|
|
|
176
176
|
## `sf agent deactivate`
|
|
177
177
|
|
|
@@ -211,7 +211,7 @@ EXAMPLES
|
|
|
211
211
|
$ sf agent deactivate --api-name Resort_Manager --target-org my-org
|
|
212
212
|
```
|
|
213
213
|
|
|
214
|
-
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
214
|
+
_See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/deactivate.ts)_
|
|
215
215
|
|
|
216
216
|
## `sf agent generate agent-spec`
|
|
217
217
|
|
|
@@ -316,7 +316,7 @@ EXAMPLES
|
|
|
316
316
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
319
|
+
_See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/generate/agent-spec.ts)_
|
|
320
320
|
|
|
321
321
|
## `sf agent generate template`
|
|
322
322
|
|
|
@@ -364,7 +364,7 @@ EXAMPLES
|
|
|
364
364
|
force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
|
|
365
365
|
```
|
|
366
366
|
|
|
367
|
-
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
367
|
+
_See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/generate/template.ts)_
|
|
368
368
|
|
|
369
369
|
## `sf agent generate test-spec`
|
|
370
370
|
|
|
@@ -425,7 +425,7 @@ EXAMPLES
|
|
|
425
425
|
force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
428
|
+
_See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/generate/test-spec.ts)_
|
|
429
429
|
|
|
430
430
|
## `sf agent preview`
|
|
431
431
|
|
|
@@ -489,7 +489,7 @@ EXAMPLES
|
|
|
489
489
|
transcripts/my-preview
|
|
490
490
|
```
|
|
491
491
|
|
|
492
|
-
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
492
|
+
_See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/preview.ts)_
|
|
493
493
|
|
|
494
494
|
## `sf agent test create`
|
|
495
495
|
|
|
@@ -544,7 +544,7 @@ EXAMPLES
|
|
|
544
544
|
$ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
|
|
545
545
|
```
|
|
546
546
|
|
|
547
|
-
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
547
|
+
_See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/test/create.ts)_
|
|
548
548
|
|
|
549
549
|
## `sf agent test list`
|
|
550
550
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
$ sf agent test list --target-org my-org
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
582
|
+
_See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/test/list.ts)_
|
|
583
583
|
|
|
584
584
|
## `sf agent test results`
|
|
585
585
|
|
|
@@ -645,7 +645,7 @@ FLAG DESCRIPTIONS
|
|
|
645
645
|
expression when using custom evaluations.
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
648
|
+
_See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/test/results.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf agent test resume`
|
|
651
651
|
|
|
@@ -718,7 +718,7 @@ FLAG DESCRIPTIONS
|
|
|
718
718
|
expression when using custom evaluations.
|
|
719
719
|
```
|
|
720
720
|
|
|
721
|
-
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
721
|
+
_See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/test/resume.ts)_
|
|
722
722
|
|
|
723
723
|
## `sf agent test run`
|
|
724
724
|
|
|
@@ -792,6 +792,6 @@ FLAG DESCRIPTIONS
|
|
|
792
792
|
expression when using custom evaluations.
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.
|
|
795
|
+
_See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.23/src/commands/agent/test/run.ts)_
|
|
796
796
|
|
|
797
797
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.23",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-agent",
|
|
9
|
-
"version": "1.24.
|
|
9
|
+
"version": "1.24.23",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/core": "^10.3.0",
|
|
13
13
|
"@inquirer/prompts": "^7.8.4",
|
|
14
14
|
"@oclif/core": "^4",
|
|
15
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
15
|
+
"@oclif/multi-stage-output": "^0.8.26",
|
|
16
16
|
"@salesforce/agents": "^0.18.2",
|
|
17
17
|
"@salesforce/core": "^8.23.2",
|
|
18
18
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@oclif/test": "^4.1.14",
|
|
33
33
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
34
34
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
35
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
35
|
+
"@salesforce/plugin-command-reference": "^3.1.77",
|
|
36
36
|
"@types/inquirer": "^9.0.9",
|
|
37
37
|
"@types/react": "^18.3.3",
|
|
38
38
|
"eslint-config-xo": "^0.49.0",
|
|
@@ -1282,6 +1282,7 @@
|
|
|
1282
1282
|
"integrity": "sha512-UlLAnTPrFdNGoFtbSXwcGFQBtQZJCNjaN6hQNP3UPvuNXT1i82N26KL3dZeIpNalWywr9IuQuncaAfUaS1g6sQ==",
|
|
1283
1283
|
"dev": true,
|
|
1284
1284
|
"license": "MIT",
|
|
1285
|
+
"peer": true,
|
|
1285
1286
|
"dependencies": {
|
|
1286
1287
|
"@ampproject/remapping": "^2.2.0",
|
|
1287
1288
|
"@babel/code-frame": "^7.27.1",
|
|
@@ -1821,7 +1822,8 @@
|
|
|
1821
1822
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.5.1.tgz",
|
|
1822
1823
|
"integrity": "sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==",
|
|
1823
1824
|
"dev": true,
|
|
1824
|
-
"license": "MIT"
|
|
1825
|
+
"license": "MIT",
|
|
1826
|
+
"peer": true
|
|
1825
1827
|
},
|
|
1826
1828
|
"node_modules/@commitlint/load/node_modules/cosmiconfig-typescript-loader": {
|
|
1827
1829
|
"version": "4.4.0",
|
|
@@ -3480,10 +3482,11 @@
|
|
|
3480
3482
|
}
|
|
3481
3483
|
},
|
|
3482
3484
|
"node_modules/@oclif/core": {
|
|
3483
|
-
"version": "4.
|
|
3484
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3485
|
-
"integrity": "sha512-
|
|
3485
|
+
"version": "4.8.0",
|
|
3486
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.0.tgz",
|
|
3487
|
+
"integrity": "sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==",
|
|
3486
3488
|
"license": "MIT",
|
|
3489
|
+
"peer": true,
|
|
3487
3490
|
"dependencies": {
|
|
3488
3491
|
"ansi-escapes": "^4.3.2",
|
|
3489
3492
|
"ansis": "^3.17.0",
|
|
@@ -3571,9 +3574,9 @@
|
|
|
3571
3574
|
}
|
|
3572
3575
|
},
|
|
3573
3576
|
"node_modules/@oclif/multi-stage-output": {
|
|
3574
|
-
"version": "0.8.
|
|
3575
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3576
|
-
"integrity": "sha512-
|
|
3577
|
+
"version": "0.8.26",
|
|
3578
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.26.tgz",
|
|
3579
|
+
"integrity": "sha512-TNzLY1Msk1IRYDlNlpGAwF7eBiLgxMME8DkR3PbAzwq/GLfO+qpECgOvOdW0OUcI6ODTKfORNFxz7xJzwNE5Lg==",
|
|
3577
3580
|
"license": "MIT",
|
|
3578
3581
|
"dependencies": {
|
|
3579
3582
|
"@oclif/core": "^4",
|
|
@@ -4152,15 +4155,15 @@
|
|
|
4152
4155
|
}
|
|
4153
4156
|
},
|
|
4154
4157
|
"node_modules/@salesforce/core": {
|
|
4155
|
-
"version": "8.23.
|
|
4156
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.
|
|
4157
|
-
"integrity": "sha512
|
|
4158
|
+
"version": "8.23.4",
|
|
4159
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.23.4.tgz",
|
|
4160
|
+
"integrity": "sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==",
|
|
4158
4161
|
"license": "BSD-3-Clause",
|
|
4159
4162
|
"dependencies": {
|
|
4160
4163
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
4161
4164
|
"@salesforce/kit": "^3.2.4",
|
|
4162
|
-
"@salesforce/schemas": "^1.10.
|
|
4163
|
-
"@salesforce/ts-types": "^2.0.
|
|
4165
|
+
"@salesforce/schemas": "^1.10.3",
|
|
4166
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
4164
4167
|
"ajv": "^8.17.1",
|
|
4165
4168
|
"change-case": "^4.1.2",
|
|
4166
4169
|
"fast-levenshtein": "^3.0.0",
|
|
@@ -4174,7 +4177,7 @@
|
|
|
4174
4177
|
"pino-abstract-transport": "^1.2.0",
|
|
4175
4178
|
"pino-pretty": "^11.3.0",
|
|
4176
4179
|
"proper-lockfile": "^4.1.2",
|
|
4177
|
-
"semver": "^7.
|
|
4180
|
+
"semver": "^7.7.3",
|
|
4178
4181
|
"ts-retry-promise": "^0.8.1"
|
|
4179
4182
|
},
|
|
4180
4183
|
"engines": {
|
|
@@ -4313,14 +4316,14 @@
|
|
|
4313
4316
|
}
|
|
4314
4317
|
},
|
|
4315
4318
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4316
|
-
"version": "3.1.
|
|
4317
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4318
|
-
"integrity": "sha512-
|
|
4319
|
+
"version": "3.1.77",
|
|
4320
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz",
|
|
4321
|
+
"integrity": "sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==",
|
|
4319
4322
|
"dev": true,
|
|
4320
4323
|
"license": "Apache-2.0",
|
|
4321
4324
|
"dependencies": {
|
|
4322
4325
|
"@oclif/core": "^4",
|
|
4323
|
-
"@salesforce/core": "^8.23.
|
|
4326
|
+
"@salesforce/core": "^8.23.3",
|
|
4324
4327
|
"@salesforce/kit": "^3.2.4",
|
|
4325
4328
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4326
4329
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -5924,6 +5927,7 @@
|
|
|
5924
5927
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
5925
5928
|
"dev": true,
|
|
5926
5929
|
"license": "BSD-2-Clause",
|
|
5930
|
+
"peer": true,
|
|
5927
5931
|
"dependencies": {
|
|
5928
5932
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5929
5933
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -6121,6 +6125,7 @@
|
|
|
6121
6125
|
"integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
6122
6126
|
"dev": true,
|
|
6123
6127
|
"license": "MIT",
|
|
6128
|
+
"peer": true,
|
|
6124
6129
|
"bin": {
|
|
6125
6130
|
"acorn": "bin/acorn"
|
|
6126
6131
|
},
|
|
@@ -6723,6 +6728,7 @@
|
|
|
6723
6728
|
}
|
|
6724
6729
|
],
|
|
6725
6730
|
"license": "MIT",
|
|
6731
|
+
"peer": true,
|
|
6726
6732
|
"dependencies": {
|
|
6727
6733
|
"caniuse-lite": "^1.0.30001726",
|
|
6728
6734
|
"electron-to-chromium": "^1.5.173",
|
|
@@ -7655,6 +7661,7 @@
|
|
|
7655
7661
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
7656
7662
|
"dev": true,
|
|
7657
7663
|
"license": "MIT",
|
|
7664
|
+
"peer": true,
|
|
7658
7665
|
"dependencies": {
|
|
7659
7666
|
"import-fresh": "^3.3.0",
|
|
7660
7667
|
"js-yaml": "^4.1.0",
|
|
@@ -8493,6 +8500,7 @@
|
|
|
8493
8500
|
"integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==",
|
|
8494
8501
|
"dev": true,
|
|
8495
8502
|
"license": "MIT",
|
|
8503
|
+
"peer": true,
|
|
8496
8504
|
"dependencies": {
|
|
8497
8505
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
8498
8506
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -8798,6 +8806,7 @@
|
|
|
8798
8806
|
"integrity": "sha512-Qteup0SqU15kdocexFNAJMvCJEfa2xUKNV4CC1xsVMrIIqEy3SQ/rqyxCWNzfrd3/ldy6HMlD2e0JDVpDg2qIA==",
|
|
8799
8807
|
"dev": true,
|
|
8800
8808
|
"license": "MIT",
|
|
8809
|
+
"peer": true,
|
|
8801
8810
|
"dependencies": {
|
|
8802
8811
|
"array-includes": "^3.1.8",
|
|
8803
8812
|
"array.prototype.findlast": "^1.2.5",
|
|
@@ -8831,6 +8840,7 @@
|
|
|
8831
8840
|
"integrity": "sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ==",
|
|
8832
8841
|
"dev": true,
|
|
8833
8842
|
"license": "MIT",
|
|
8843
|
+
"peer": true,
|
|
8834
8844
|
"engines": {
|
|
8835
8845
|
"node": ">=10"
|
|
8836
8846
|
},
|
|
@@ -14202,6 +14212,7 @@
|
|
|
14202
14212
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
14203
14213
|
"dev": true,
|
|
14204
14214
|
"license": "MIT",
|
|
14215
|
+
"peer": true,
|
|
14205
14216
|
"bin": {
|
|
14206
14217
|
"prettier": "bin-prettier.js"
|
|
14207
14218
|
},
|
|
@@ -14521,6 +14532,7 @@
|
|
|
14521
14532
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
14522
14533
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
14523
14534
|
"license": "MIT",
|
|
14535
|
+
"peer": true,
|
|
14524
14536
|
"dependencies": {
|
|
14525
14537
|
"loose-envify": "^1.1.0"
|
|
14526
14538
|
},
|
|
@@ -16132,6 +16144,7 @@
|
|
|
16132
16144
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.3.tgz",
|
|
16133
16145
|
"integrity": "sha512-5gTmgEY/sqK6gFXLIsQNH19lWb4ebPDLA4SdLP7dsWkIXHWlG66oPuVvXSGFPppYZz8ZDZq0dYYrbHfBCVUb1Q==",
|
|
16134
16146
|
"license": "MIT",
|
|
16147
|
+
"peer": true,
|
|
16135
16148
|
"engines": {
|
|
16136
16149
|
"node": ">=12"
|
|
16137
16150
|
},
|
|
@@ -16313,6 +16326,7 @@
|
|
|
16313
16326
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
16314
16327
|
"dev": true,
|
|
16315
16328
|
"license": "MIT",
|
|
16329
|
+
"peer": true,
|
|
16316
16330
|
"dependencies": {
|
|
16317
16331
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
16318
16332
|
"@tsconfig/node10": "^1.0.7",
|
|
@@ -16390,7 +16404,8 @@
|
|
|
16390
16404
|
"version": "2.8.1",
|
|
16391
16405
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
16392
16406
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
16393
|
-
"license": "0BSD"
|
|
16407
|
+
"license": "0BSD",
|
|
16408
|
+
"peer": true
|
|
16394
16409
|
},
|
|
16395
16410
|
"node_modules/tunnel-agent": {
|
|
16396
16411
|
"version": "0.6.0",
|
|
@@ -16580,6 +16595,7 @@
|
|
|
16580
16595
|
"integrity": "sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==",
|
|
16581
16596
|
"dev": true,
|
|
16582
16597
|
"license": "Apache-2.0",
|
|
16598
|
+
"peer": true,
|
|
16583
16599
|
"bin": {
|
|
16584
16600
|
"tsc": "bin/tsc",
|
|
16585
16601
|
"tsserver": "bin/tsserver"
|
package/oclif.lock
CHANGED
|
@@ -1449,9 +1449,9 @@
|
|
|
1449
1449
|
fastq "^1.6.0"
|
|
1450
1450
|
|
|
1451
1451
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.5.2", "@oclif/core@^4.5.3", "@oclif/core@^4.5.5":
|
|
1452
|
-
version "4.
|
|
1453
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1454
|
-
integrity sha512-
|
|
1452
|
+
version "4.8.0"
|
|
1453
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.0.tgz#bde8fad00019c8c0a8e27787b4b42c4670842785"
|
|
1454
|
+
integrity sha512-jteNUQKgJHLHFbbz806aGZqf+RJJ7t4gwF4MYa8fCwCxQ8/klJNWc0MvaJiBebk7Mc+J39mdlsB4XraaCKznFw==
|
|
1455
1455
|
dependencies:
|
|
1456
1456
|
ansi-escapes "^4.3.2"
|
|
1457
1457
|
ansis "^3.17.0"
|
|
@@ -1472,10 +1472,10 @@
|
|
|
1472
1472
|
wordwrap "^1.0.0"
|
|
1473
1473
|
wrap-ansi "^7.0.0"
|
|
1474
1474
|
|
|
1475
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1476
|
-
version "0.8.
|
|
1477
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1478
|
-
integrity sha512-
|
|
1475
|
+
"@oclif/multi-stage-output@^0.8.26":
|
|
1476
|
+
version "0.8.26"
|
|
1477
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.26.tgz#7eae3d745cdecc670c39eaaff77c90ce1f9dbd34"
|
|
1478
|
+
integrity sha512-TNzLY1Msk1IRYDlNlpGAwF7eBiLgxMME8DkR3PbAzwq/GLfO+qpECgOvOdW0OUcI6ODTKfORNFxz7xJzwNE5Lg==
|
|
1479
1479
|
dependencies:
|
|
1480
1480
|
"@oclif/core" "^4"
|
|
1481
1481
|
"@types/react" "^18.3.12"
|
|
@@ -1612,15 +1612,15 @@
|
|
|
1612
1612
|
strip-ansi "6.0.1"
|
|
1613
1613
|
ts-retry-promise "^0.8.1"
|
|
1614
1614
|
|
|
1615
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1616
|
-
version "8.23.
|
|
1617
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.
|
|
1618
|
-
integrity sha512
|
|
1615
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.23.1", "@salesforce/core@^8.23.2", "@salesforce/core@^8.23.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1616
|
+
version "8.23.4"
|
|
1617
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.23.4.tgz#f1fa18eace08f685e72975a09d96e7f6958ca3b4"
|
|
1618
|
+
integrity sha512-+JZMFD76P7X8fLSrHJRi9+ygjTehqZqJRXxmNq51miqIHY1Xlb0qH/yr9u5QEGsFIOZ8H8oStl/Zj+ZbrFs0vw==
|
|
1619
1619
|
dependencies:
|
|
1620
1620
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
1621
1621
|
"@salesforce/kit" "^3.2.4"
|
|
1622
|
-
"@salesforce/schemas" "^1.10.
|
|
1623
|
-
"@salesforce/ts-types" "^2.0.
|
|
1622
|
+
"@salesforce/schemas" "^1.10.3"
|
|
1623
|
+
"@salesforce/ts-types" "^2.0.12"
|
|
1624
1624
|
ajv "^8.17.1"
|
|
1625
1625
|
change-case "^4.1.2"
|
|
1626
1626
|
fast-levenshtein "^3.0.0"
|
|
@@ -1634,7 +1634,7 @@
|
|
|
1634
1634
|
pino-abstract-transport "^1.2.0"
|
|
1635
1635
|
pino-pretty "^11.3.0"
|
|
1636
1636
|
proper-lockfile "^4.1.2"
|
|
1637
|
-
semver "^7.
|
|
1637
|
+
semver "^7.7.3"
|
|
1638
1638
|
ts-retry-promise "^0.8.1"
|
|
1639
1639
|
|
|
1640
1640
|
"@salesforce/dev-config@^4.3.1":
|
|
@@ -1681,13 +1681,13 @@
|
|
|
1681
1681
|
dependencies:
|
|
1682
1682
|
"@salesforce/ts-types" "^2.0.12"
|
|
1683
1683
|
|
|
1684
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1685
|
-
version "3.1.
|
|
1686
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1687
|
-
integrity sha512-
|
|
1684
|
+
"@salesforce/plugin-command-reference@^3.1.77":
|
|
1685
|
+
version "3.1.77"
|
|
1686
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.77.tgz#a9c20064fe96424140427929f6df506bf3890a20"
|
|
1687
|
+
integrity sha512-npuxDH+ewoJduPH1NBneIYjnsgeMV/9Vrm7PpA+foboap1rBI8DRyi32ZJvGfOBRIZz4s2H377Dw7Y3E4JujDg==
|
|
1688
1688
|
dependencies:
|
|
1689
1689
|
"@oclif/core" "^4"
|
|
1690
|
-
"@salesforce/core" "^8.23.
|
|
1690
|
+
"@salesforce/core" "^8.23.3"
|
|
1691
1691
|
"@salesforce/kit" "^3.2.4"
|
|
1692
1692
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1693
1693
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -1700,7 +1700,7 @@
|
|
|
1700
1700
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1701
1701
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1702
1702
|
|
|
1703
|
-
"@salesforce/schemas@^1.10.
|
|
1703
|
+
"@salesforce/schemas@^1.10.3":
|
|
1704
1704
|
version "1.10.3"
|
|
1705
1705
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.10.3.tgz#52c867fdd60679cf216110aa49542b7ad391f5d1"
|
|
1706
1706
|
integrity sha512-FKfvtrYTcvTXE9advzS25/DEY9yJhEyLvStm++eQFtnAaX1pe4G3oGHgiQ0q55BM5+0AlCh0+0CVtQv1t4oJRA==
|
|
@@ -7761,7 +7761,7 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7761
7761
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7762
7762
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7763
7763
|
|
|
7764
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.
|
|
7764
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.7.3:
|
|
7765
7765
|
version "7.7.3"
|
|
7766
7766
|
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.3.tgz#4b5f4143d007633a8dc671cd0a6ef9147b8bb946"
|
|
7767
7767
|
integrity sha512-SdsKMrI9TdgjdweUSR9MweHA4EJ8YxHn8DFaDisvhVlUOe4BF1tLD7GAj0lIqWVl+dPb/rExr0Btby5loQm20Q==
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
3
|
"description": "Commands to interact with Salesforce agents",
|
|
4
|
-
"version": "1.24.
|
|
4
|
+
"version": "1.24.23",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@inquirer/core": "^10.3.0",
|
|
9
9
|
"@inquirer/prompts": "^7.8.4",
|
|
10
10
|
"@oclif/core": "^4",
|
|
11
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
11
|
+
"@oclif/multi-stage-output": "^0.8.26",
|
|
12
12
|
"@salesforce/agents": "^0.18.2",
|
|
13
13
|
"@salesforce/core": "^8.23.2",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@oclif/test": "^4.1.14",
|
|
29
29
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
30
30
|
"@salesforce/dev-scripts": "^10.2.12",
|
|
31
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
31
|
+
"@salesforce/plugin-command-reference": "^3.1.77",
|
|
32
32
|
"@types/inquirer": "^9.0.9",
|
|
33
33
|
"@types/react": "^18.3.3",
|
|
34
34
|
"eslint-config-xo": "^0.49.0",
|
|
@@ -230,7 +230,7 @@
|
|
|
230
230
|
"exports": "./lib/index.js",
|
|
231
231
|
"type": "module",
|
|
232
232
|
"sfdx": {
|
|
233
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.
|
|
234
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.
|
|
233
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.23.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.23.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|