@salesforce/plugin-agent 1.24.30 → 1.24.32
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 +23 -23
- package/oclif.lock +19 -28
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.32/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.32/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.32/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.32/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.32/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.32/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.32/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.32/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.32/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.32/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.32/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.32/src/commands/agent/test/run.ts)_
|
|
796
796
|
|
|
797
797
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-agent",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.32",
|
|
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.32",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@inquirer/core": "^10.3.2",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"@salesforce/agents": "^0.18.2",
|
|
17
17
|
"@salesforce/core": "^8.23.2",
|
|
18
18
|
"@salesforce/kit": "^3.2.3",
|
|
19
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
20
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
19
|
+
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
20
|
+
"@salesforce/source-deploy-retrieve": "^12.29.1",
|
|
21
21
|
"@salesforce/types": "^1.5.0",
|
|
22
22
|
"ansis": "^3.3.2",
|
|
23
23
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@oclif/test": "^4.1.15",
|
|
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.78",
|
|
36
36
|
"@types/inquirer": "^9.0.9",
|
|
37
37
|
"@types/react": "^18.3.3",
|
|
38
38
|
"eslint-config-xo": "^0.49.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"esmock": "^2.7.3",
|
|
44
44
|
"oclif": "^4.22.44",
|
|
45
45
|
"ts-node": "^10.9.2",
|
|
46
|
-
"typescript": "^5.
|
|
46
|
+
"typescript": "^5.9.3"
|
|
47
47
|
},
|
|
48
48
|
"engines": {
|
|
49
49
|
"node": ">=18.0.0"
|
|
@@ -2735,13 +2735,13 @@
|
|
|
2735
2735
|
}
|
|
2736
2736
|
},
|
|
2737
2737
|
"node_modules/@inquirer/prompts/node_modules/@inquirer/password": {
|
|
2738
|
-
"version": "4.0.
|
|
2739
|
-
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.
|
|
2740
|
-
"integrity": "sha512-
|
|
2738
|
+
"version": "4.0.23",
|
|
2739
|
+
"resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.23.tgz",
|
|
2740
|
+
"integrity": "sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==",
|
|
2741
2741
|
"license": "MIT",
|
|
2742
2742
|
"dependencies": {
|
|
2743
2743
|
"@inquirer/ansi": "^1.0.2",
|
|
2744
|
-
"@inquirer/core": "^10.3.
|
|
2744
|
+
"@inquirer/core": "^10.3.2",
|
|
2745
2745
|
"@inquirer/type": "^3.0.10"
|
|
2746
2746
|
},
|
|
2747
2747
|
"engines": {
|
|
@@ -4296,9 +4296,9 @@
|
|
|
4296
4296
|
}
|
|
4297
4297
|
},
|
|
4298
4298
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4299
|
-
"version": "3.1.
|
|
4300
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4301
|
-
"integrity": "sha512-
|
|
4299
|
+
"version": "3.1.78",
|
|
4300
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.78.tgz",
|
|
4301
|
+
"integrity": "sha512-8GhAUhYTDD51pAFN6h/wrhD46ZJEs53EMDa//jNIe06nFxs/A2iheJSaVNyf9p+ft1KGTvhg+5WXQBFW5daFsA==",
|
|
4302
4302
|
"dev": true,
|
|
4303
4303
|
"license": "Apache-2.0",
|
|
4304
4304
|
"dependencies": {
|
|
@@ -4420,12 +4420,12 @@
|
|
|
4420
4420
|
"license": "ISC"
|
|
4421
4421
|
},
|
|
4422
4422
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
4423
|
-
"version": "12.2.
|
|
4424
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
4425
|
-
"integrity": "sha512-
|
|
4423
|
+
"version": "12.2.6",
|
|
4424
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.6.tgz",
|
|
4425
|
+
"integrity": "sha512-EDKE72f/gGk9vL7KI9wsFO5wl/jFVvA2l5XBGR+6sJ1+FTMUbTGRMLObkkYJACk7bKvUFx00xdur2R6K8SWNvg==",
|
|
4426
4426
|
"license": "Apache-2.0",
|
|
4427
4427
|
"dependencies": {
|
|
4428
|
-
"@inquirer/confirm": "^3.
|
|
4428
|
+
"@inquirer/confirm": "^3.2.0",
|
|
4429
4429
|
"@inquirer/password": "^2.2.0",
|
|
4430
4430
|
"@oclif/core": "^4.5.2",
|
|
4431
4431
|
"@oclif/table": "^0.5.0",
|
|
@@ -4441,9 +4441,9 @@
|
|
|
4441
4441
|
}
|
|
4442
4442
|
},
|
|
4443
4443
|
"node_modules/@salesforce/source-deploy-retrieve": {
|
|
4444
|
-
"version": "12.
|
|
4445
|
-
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
4446
|
-
"integrity": "sha512-
|
|
4444
|
+
"version": "12.29.1",
|
|
4445
|
+
"resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.29.1.tgz",
|
|
4446
|
+
"integrity": "sha512-5Olq7Wj86+F009i6o+0Dv5bK6f0nn4lj4ohuuNhgllnlQzr50PLXfNZWPbdsBsSn9nFc5F3d45G7x23LE3qETw==",
|
|
4447
4447
|
"license": "Apache-2.0",
|
|
4448
4448
|
"dependencies": {
|
|
4449
4449
|
"@salesforce/core": "^8.23.4",
|
|
@@ -16707,9 +16707,9 @@
|
|
|
16707
16707
|
}
|
|
16708
16708
|
},
|
|
16709
16709
|
"node_modules/typescript": {
|
|
16710
|
-
"version": "5.9.
|
|
16711
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.
|
|
16712
|
-
"integrity": "sha512-
|
|
16710
|
+
"version": "5.9.3",
|
|
16711
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
16712
|
+
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
16713
16713
|
"dev": true,
|
|
16714
16714
|
"license": "Apache-2.0",
|
|
16715
16715
|
"peer": true,
|
package/oclif.lock
CHANGED
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
"@inquirer/type" "^3.0.10"
|
|
1088
1088
|
yoctocolors-cjs "^2.1.3"
|
|
1089
1089
|
|
|
1090
|
-
"@inquirer/confirm@^3.1.22":
|
|
1090
|
+
"@inquirer/confirm@^3.1.22", "@inquirer/confirm@^3.2.0":
|
|
1091
1091
|
version "3.2.0"
|
|
1092
1092
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.2.0.tgz#6af1284670ea7c7d95e3f1253684cfbd7228ad6a"
|
|
1093
1093
|
integrity sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==
|
|
@@ -1244,16 +1244,7 @@
|
|
|
1244
1244
|
"@inquirer/type" "^1.5.3"
|
|
1245
1245
|
ansi-escapes "^4.3.2"
|
|
1246
1246
|
|
|
1247
|
-
"@inquirer/password@^4.0.22":
|
|
1248
|
-
version "4.0.22"
|
|
1249
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.22.tgz#dcf01f7b60d21bc4c2c067fc6e736335223467a6"
|
|
1250
|
-
integrity sha512-CbdqK1ioIr0Y3akx03k/+Twf+KSlHjn05hBL+rmubMll7PsDTGH0R4vfFkr+XrkB0FOHrjIwVP9crt49dgt+1g==
|
|
1251
|
-
dependencies:
|
|
1252
|
-
"@inquirer/ansi" "^1.0.2"
|
|
1253
|
-
"@inquirer/core" "^10.3.1"
|
|
1254
|
-
"@inquirer/type" "^3.0.10"
|
|
1255
|
-
|
|
1256
|
-
"@inquirer/password@^4.0.23":
|
|
1247
|
+
"@inquirer/password@^4.0.22", "@inquirer/password@^4.0.23":
|
|
1257
1248
|
version "4.0.23"
|
|
1258
1249
|
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-4.0.23.tgz#b9f5187c8c92fd7aa9eceb9d8f2ead0d7e7b000d"
|
|
1259
1250
|
integrity sha512-zREJHjhT5vJBMZX/IUbyI9zVtVfOLiTO66MrF/3GFZYZ7T4YILW5MSkEYHceSii/KtRk+4i3RE7E1CUXA2jHcA==
|
|
@@ -1758,10 +1749,10 @@
|
|
|
1758
1749
|
dependencies:
|
|
1759
1750
|
"@salesforce/ts-types" "^2.0.12"
|
|
1760
1751
|
|
|
1761
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1762
|
-
version "3.1.
|
|
1763
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1764
|
-
integrity sha512-
|
|
1752
|
+
"@salesforce/plugin-command-reference@^3.1.78":
|
|
1753
|
+
version "3.1.78"
|
|
1754
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.78.tgz#7c1ceffadc2d1095caca4df3759fe840c7d7d5b7"
|
|
1755
|
+
integrity sha512-8GhAUhYTDD51pAFN6h/wrhD46ZJEs53EMDa//jNIe06nFxs/A2iheJSaVNyf9p+ft1KGTvhg+5WXQBFW5daFsA==
|
|
1765
1756
|
dependencies:
|
|
1766
1757
|
"@oclif/core" "^4"
|
|
1767
1758
|
"@salesforce/core" "^8.23.3"
|
|
@@ -1800,12 +1791,12 @@
|
|
|
1800
1791
|
string-width "^7.2.0"
|
|
1801
1792
|
terminal-link "^3.0.0"
|
|
1802
1793
|
|
|
1803
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1804
|
-
version "12.2.
|
|
1805
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1806
|
-
integrity sha512-
|
|
1794
|
+
"@salesforce/sf-plugins-core@^12.2.6":
|
|
1795
|
+
version "12.2.6"
|
|
1796
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.6.tgz#856303e786f5fac1c6aa6dcd42f282cb1ac703e8"
|
|
1797
|
+
integrity sha512-EDKE72f/gGk9vL7KI9wsFO5wl/jFVvA2l5XBGR+6sJ1+FTMUbTGRMLObkkYJACk7bKvUFx00xdur2R6K8SWNvg==
|
|
1807
1798
|
dependencies:
|
|
1808
|
-
"@inquirer/confirm" "^3.
|
|
1799
|
+
"@inquirer/confirm" "^3.2.0"
|
|
1809
1800
|
"@inquirer/password" "^2.2.0"
|
|
1810
1801
|
"@oclif/core" "^4.5.2"
|
|
1811
1802
|
"@oclif/table" "^0.5.0"
|
|
@@ -1816,10 +1807,10 @@
|
|
|
1816
1807
|
cli-progress "^3.12.0"
|
|
1817
1808
|
terminal-link "^3.0.0"
|
|
1818
1809
|
|
|
1819
|
-
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.
|
|
1820
|
-
version "12.
|
|
1821
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
1822
|
-
integrity sha512-
|
|
1810
|
+
"@salesforce/source-deploy-retrieve@^12.22.2", "@salesforce/source-deploy-retrieve@^12.29.1":
|
|
1811
|
+
version "12.29.1"
|
|
1812
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.29.1.tgz#8c195d145952b7fe247a7031affae8ebb7833772"
|
|
1813
|
+
integrity sha512-5Olq7Wj86+F009i6o+0Dv5bK6f0nn4lj4ohuuNhgllnlQzr50PLXfNZWPbdsBsSn9nFc5F3d45G7x23LE3qETw==
|
|
1823
1814
|
dependencies:
|
|
1824
1815
|
"@salesforce/core" "^8.23.4"
|
|
1825
1816
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -8709,10 +8700,10 @@ typedoc@^0.26.5:
|
|
|
8709
8700
|
shiki "^1.16.2"
|
|
8710
8701
|
yaml "^2.5.1"
|
|
8711
8702
|
|
|
8712
|
-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4:
|
|
8713
|
-
version "5.9.
|
|
8714
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.
|
|
8715
|
-
integrity sha512-
|
|
8703
|
+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.5.4, typescript@^5.9.3:
|
|
8704
|
+
version "5.9.3"
|
|
8705
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
|
|
8706
|
+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
|
|
8716
8707
|
|
|
8717
8708
|
typescript@~5.4.2:
|
|
8718
8709
|
version "5.4.5"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.32",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"@salesforce/agents": "^0.18.2",
|
|
13
13
|
"@salesforce/core": "^8.23.2",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
16
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
16
|
+
"@salesforce/source-deploy-retrieve": "^12.29.1",
|
|
17
17
|
"@salesforce/types": "^1.5.0",
|
|
18
18
|
"ansis": "^3.3.2",
|
|
19
19
|
"fast-xml-parser": "^4.5.1",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@oclif/test": "^4.1.15",
|
|
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.78",
|
|
32
32
|
"@types/inquirer": "^9.0.9",
|
|
33
33
|
"@types/react": "^18.3.3",
|
|
34
34
|
"eslint-config-xo": "^0.49.0",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"esmock": "^2.7.3",
|
|
40
40
|
"oclif": "^4.22.44",
|
|
41
41
|
"ts-node": "^10.9.2",
|
|
42
|
-
"typescript": "^5.
|
|
42
|
+
"typescript": "^5.9.3"
|
|
43
43
|
},
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=18.0.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.32.crt",
|
|
234
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.32.sig"
|
|
235
235
|
}
|
|
236
236
|
}
|