@salesforce/plugin-agent 1.24.2 → 1.24.3

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 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.2/src/commands/agent/activate.ts)_
112
+ _See code: [src/commands/agent/activate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/create.ts)_
174
+ _See code: [src/commands/agent/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/deactivate.ts)_
214
+ _See code: [src/commands/agent/deactivate.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/generate/agent-spec.ts)_
319
+ _See code: [src/commands/agent/generate/agent-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/generate/template.ts)_
367
+ _See code: [src/commands/agent/generate/template.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/generate/test-spec.ts)_
428
+ _See code: [src/commands/agent/generate/test-spec.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/preview.ts)_
492
+ _See code: [src/commands/agent/preview.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/test/create.ts)_
547
+ _See code: [src/commands/agent/test/create.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/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.2/src/commands/agent/test/list.ts)_
582
+ _See code: [src/commands/agent/test/list.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/list.ts)_
583
583
 
584
584
  ## `sf agent test results`
585
585
 
@@ -635,7 +635,7 @@ FLAG DESCRIPTIONS
635
635
  test results aren't written.
636
636
  ```
637
637
 
638
- _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.2/src/commands/agent/test/results.ts)_
638
+ _See code: [src/commands/agent/test/results.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/results.ts)_
639
639
 
640
640
  ## `sf agent test resume`
641
641
 
@@ -698,7 +698,7 @@ FLAG DESCRIPTIONS
698
698
  test results aren't written.
699
699
  ```
700
700
 
701
- _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.2/src/commands/agent/test/resume.ts)_
701
+ _See code: [src/commands/agent/test/resume.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/resume.ts)_
702
702
 
703
703
  ## `sf agent test run`
704
704
 
@@ -762,6 +762,6 @@ FLAG DESCRIPTIONS
762
762
  test results aren't written.
763
763
  ```
764
764
 
765
- _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.2/src/commands/agent/test/run.ts)_
765
+ _See code: [src/commands/agent/test/run.ts](https://github.com/salesforcecli/plugin-agent/blob/1.24.3/src/commands/agent/test/run.ts)_
766
766
 
767
767
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-agent",
3
- "version": "1.24.2",
3
+ "version": "1.24.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-agent",
9
- "version": "1.24.2",
9
+ "version": "1.24.3",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@inquirer/core": "^10.1.6",
@@ -25,14 +25,14 @@
25
25
  "ink-text-input": "^6.0.0",
26
26
  "inquirer-autocomplete-standalone": "^0.8.1",
27
27
  "react": "^18.3.1",
28
- "yaml": "^2.8.0"
28
+ "yaml": "^2.8.1"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@oclif/plugin-command-snapshot": "^5.2.19",
32
32
  "@oclif/test": "^4.1.0",
33
33
  "@salesforce/cli-plugins-testkit": "^5.3.35",
34
34
  "@salesforce/dev-scripts": "^10.2.12",
35
- "@salesforce/plugin-command-reference": "^3.1.29",
35
+ "@salesforce/plugin-command-reference": "^3.1.65",
36
36
  "@types/inquirer": "^9.0.7",
37
37
  "@types/react": "^18.3.3",
38
38
  "eslint-config-xo": "^0.45.0",
@@ -41,7 +41,7 @@
41
41
  "eslint-plugin-react-hooks": "^4.6.2",
42
42
  "eslint-plugin-sf-plugin": "^1.20.20",
43
43
  "esmock": "^2.7.1",
44
- "oclif": "^4.17.44",
44
+ "oclif": "^4.22.6",
45
45
  "ts-node": "^10.9.2",
46
46
  "typescript": "^5.5.4"
47
47
  },
@@ -2989,9 +2989,9 @@
2989
2989
  }
2990
2990
  },
2991
2991
  "node_modules/@jsforce/jsforce-node": {
2992
- "version": "3.10.0",
2993
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz",
2994
- "integrity": "sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==",
2992
+ "version": "3.10.3",
2993
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.3.tgz",
2994
+ "integrity": "sha512-Q6kgPNP/xiP8gzZLwquTLFKNUC9AbDIxrC9bhRsK1YgyDF4V64V/muxHVeCHR4rtXre658eLOgz6kRgoeBHTVg==",
2995
2995
  "license": "MIT",
2996
2996
  "dependencies": {
2997
2997
  "@sindresorhus/is": "^4",
@@ -3825,12 +3825,12 @@
3825
3825
  }
3826
3826
  },
3827
3827
  "node_modules/@salesforce/core": {
3828
- "version": "8.19.0",
3829
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.0.tgz",
3830
- "integrity": "sha512-vbP17lr0eT+oujNYsr1DcTCR81JDtCKiJqCY4C3LGofKsTMC1akdS05kLnqM2vSiS32oiTaQ6EAa+Bct37Z4FQ==",
3828
+ "version": "8.19.1",
3829
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.19.1.tgz",
3830
+ "integrity": "sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==",
3831
3831
  "license": "BSD-3-Clause",
3832
3832
  "dependencies": {
3833
- "@jsforce/jsforce-node": "^3.10.0",
3833
+ "@jsforce/jsforce-node": "^3.10.1",
3834
3834
  "@salesforce/kit": "^3.2.2",
3835
3835
  "@salesforce/schemas": "^1.9.1",
3836
3836
  "@salesforce/ts-types": "^2.0.11",
@@ -3986,18 +3986,18 @@
3986
3986
  }
3987
3987
  },
3988
3988
  "node_modules/@salesforce/plugin-command-reference": {
3989
- "version": "3.1.63",
3990
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz",
3991
- "integrity": "sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==",
3989
+ "version": "3.1.65",
3990
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz",
3991
+ "integrity": "sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==",
3992
3992
  "dev": true,
3993
3993
  "license": "Apache-2.0",
3994
3994
  "dependencies": {
3995
3995
  "@oclif/core": "^4",
3996
- "@salesforce/core": "^8.18.5",
3996
+ "@salesforce/core": "^8.19.1",
3997
3997
  "@salesforce/kit": "^3.2.3",
3998
3998
  "@salesforce/sf-plugins-core": "^11.3.12",
3999
3999
  "@salesforce/ts-types": "^2.0.11",
4000
- "chalk": "^5.4.1",
4000
+ "chalk": "^5.5.0",
4001
4001
  "debug": "^4.4.1",
4002
4002
  "handlebars": "^4.7.8"
4003
4003
  },
@@ -13081,9 +13081,9 @@
13081
13081
  }
13082
13082
  },
13083
13083
  "node_modules/oclif": {
13084
- "version": "4.22.5",
13085
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.5.tgz",
13086
- "integrity": "sha512-1TViD9V+y3zLnnBzV3cNsKzXxMY7doEcxwny7eqiW4OHDU3PNTPWngG/aidzlKLDXGbajTdjtUpX69UXF78Ahw==",
13084
+ "version": "4.22.6",
13085
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.22.6.tgz",
13086
+ "integrity": "sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==",
13087
13087
  "dev": true,
13088
13088
  "license": "MIT",
13089
13089
  "dependencies": {
@@ -16848,9 +16848,9 @@
16848
16848
  "license": "ISC"
16849
16849
  },
16850
16850
  "node_modules/yaml": {
16851
- "version": "2.8.0",
16852
- "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.0.tgz",
16853
- "integrity": "sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==",
16851
+ "version": "2.8.1",
16852
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.8.1.tgz",
16853
+ "integrity": "sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==",
16854
16854
  "license": "ISC",
16855
16855
  "bin": {
16856
16856
  "yaml": "bin.mjs"
package/oclif.lock CHANGED
@@ -1290,10 +1290,10 @@
1290
1290
  "@jridgewell/resolve-uri" "^3.1.0"
1291
1291
  "@jridgewell/sourcemap-codec" "^1.4.14"
1292
1292
 
1293
- "@jsforce/jsforce-node@^3.10.0":
1294
- version "3.10.0"
1295
- resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.0.tgz#1bf75e9d322434f99fc38a3b60738205051144c5"
1296
- integrity sha512-hNExEqzvJ/ixnsfZlrYh/FqEOYfn4vKmeBMqIdrEjeYciIsSaOeggghFl+1w0m2u7TNGr1+8jPUBvki3nebPSw==
1293
+ "@jsforce/jsforce-node@^3.10.1":
1294
+ version "3.10.3"
1295
+ resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.10.3.tgz#76ac09cfc9565ccc953928c86733c787e4908928"
1296
+ integrity sha512-Q6kgPNP/xiP8gzZLwquTLFKNUC9AbDIxrC9bhRsK1YgyDF4V64V/muxHVeCHR4rtXre658eLOgz6kRgoeBHTVg==
1297
1297
  dependencies:
1298
1298
  "@sindresorhus/is" "^4"
1299
1299
  base64url "^3.0.1"
@@ -1532,12 +1532,12 @@
1532
1532
  strip-ansi "6.0.1"
1533
1533
  ts-retry-promise "^0.8.1"
1534
1534
 
1535
- "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1536
- version "8.19.0"
1537
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.0.tgz#e385091fff4d79d31f18ce795ad497b90f9d34d4"
1538
- integrity sha512-vbP17lr0eT+oujNYsr1DcTCR81JDtCKiJqCY4C3LGofKsTMC1akdS05kLnqM2vSiS32oiTaQ6EAa+Bct37Z4FQ==
1535
+ "@salesforce/core@^8.18.1", "@salesforce/core@^8.18.5", "@salesforce/core@^8.18.7", "@salesforce/core@^8.19.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1536
+ version "8.19.1"
1537
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.19.1.tgz#300b37db32e29a7b1055091cc13d04a6ccc4d8c1"
1538
+ integrity sha512-HPJxus0W4S1aoT4Qn6mG2s9Ik/mZ59rXNUFc2c+BgEAs28khbZOLR2uiZYexNpXIIZnCrSbb+v1t8IW/idIyCA==
1539
1539
  dependencies:
1540
- "@jsforce/jsforce-node" "^3.10.0"
1540
+ "@jsforce/jsforce-node" "^3.10.1"
1541
1541
  "@salesforce/kit" "^3.2.2"
1542
1542
  "@salesforce/schemas" "^1.9.1"
1543
1543
  "@salesforce/ts-types" "^2.0.11"
@@ -1601,17 +1601,17 @@
1601
1601
  dependencies:
1602
1602
  "@salesforce/ts-types" "^2.0.12"
1603
1603
 
1604
- "@salesforce/plugin-command-reference@^3.1.29":
1605
- version "3.1.63"
1606
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.63.tgz#fd3d0c9577993035717ca3867767c66d7b8374f5"
1607
- integrity sha512-LWOdmRJqBzW0OexLkiJG1NEDWxvc9ejFeCT7YVBLTI8J0nCmY3bISX43RqRv1fOLrbjHqSb0hBvN/D9XLIdLnQ==
1604
+ "@salesforce/plugin-command-reference@^3.1.65":
1605
+ version "3.1.65"
1606
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.65.tgz#af6cd928b9d4e4abb80caed5f8522a78da80f4b8"
1607
+ integrity sha512-OuUdv7oAfWyVKKeFAua7j5bpQNeBl25I5SDXnF56m4YHnHhEIgsLP3oj7Ukw291ucpLKkeBkyiBv170bAjJHgg==
1608
1608
  dependencies:
1609
1609
  "@oclif/core" "^4"
1610
- "@salesforce/core" "^8.18.5"
1610
+ "@salesforce/core" "^8.19.1"
1611
1611
  "@salesforce/kit" "^3.2.3"
1612
1612
  "@salesforce/sf-plugins-core" "^11.3.12"
1613
1613
  "@salesforce/ts-types" "^2.0.11"
1614
- chalk "^5.4.1"
1614
+ chalk "^5.5.0"
1615
1615
  debug "^4.4.1"
1616
1616
  handlebars "^4.7.8"
1617
1617
 
@@ -3241,7 +3241,7 @@ chalk@^4.0.0, chalk@^4.1.0, chalk@^4.1.2:
3241
3241
  ansi-styles "^4.1.0"
3242
3242
  supports-color "^7.1.0"
3243
3243
 
3244
- chalk@^5.0.0, chalk@^5.3.0, chalk@^5.4.1:
3244
+ chalk@^5.0.0, chalk@^5.3.0, chalk@^5.5.0:
3245
3245
  version "5.5.0"
3246
3246
  resolved "https://registry.yarnpkg.com/chalk/-/chalk-5.5.0.tgz#67ada1df5ca809dc84c9b819d76418ddcf128428"
3247
3247
  integrity sha512-1tm8DTaJhPBG3bIkVeZt1iZM9GfSX2lzOeDVZH9R9ffRHpmHvxZ/QhgQH/aDTkswQVt+YHdXAdS/In/30OjCbg==
@@ -6747,10 +6747,10 @@ object.values@^1.1.6, object.values@^1.2.1:
6747
6747
  define-properties "^1.2.1"
6748
6748
  es-object-atoms "^1.0.0"
6749
6749
 
6750
- oclif@^4.17.44:
6751
- version "4.22.5"
6752
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.5.tgz#5c8171cc45943377dff2e08038770965167e2665"
6753
- integrity sha512-1TViD9V+y3zLnnBzV3cNsKzXxMY7doEcxwny7eqiW4OHDU3PNTPWngG/aidzlKLDXGbajTdjtUpX69UXF78Ahw==
6750
+ oclif@^4.22.6:
6751
+ version "4.22.6"
6752
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.22.6.tgz#13d75225ab3f5ef9b305521960af6ac2d09bc265"
6753
+ integrity sha512-TsFZfPdhOKtBRv3YKnJMUVbL/JTw5IDs4DoWekpn7c+jBDw/snp0STCe48YYW4hotULwfy2yPbKr0KyzDQ7gjw==
6754
6754
  dependencies:
6755
6755
  "@aws-sdk/client-cloudfront" "^3.850.0"
6756
6756
  "@aws-sdk/client-s3" "^3.850.0"
@@ -8930,10 +8930,10 @@ yallist@^4.0.0:
8930
8930
  resolved "https://registry.yarnpkg.com/yallist/-/yallist-4.0.0.tgz#9bb92790d9c0effec63be73519e11a35019a3a72"
8931
8931
  integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
8932
8932
 
8933
- yaml@^2.5.1, yaml@^2.7.1, yaml@^2.8.0:
8934
- version "2.8.0"
8935
- resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.0.tgz#15f8c9866211bdc2d3781a0890e44d4fa1a5fff6"
8936
- integrity sha512-4lLa/EcQCB0cJkyts+FpIRx5G/llPxfP6VQU5KByHEhLxY3IJCH0f0Hy1MHI8sClTvsIb8qwRJ6R/ZdlDJ/leQ==
8933
+ yaml@^2.5.1, yaml@^2.7.1, yaml@^2.8.0, yaml@^2.8.1:
8934
+ version "2.8.1"
8935
+ resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.1.tgz#1870aa02b631f7e8328b93f8bc574fac5d6c4d79"
8936
+ integrity sha512-lcYcMxX2PO9XMGvAJkJ3OsNMw+/7FKes7/hgerGUYWIoWu5j/+YQqcZr5JnPZWzOsEBgMbSbiSTn/dv/69Mkpw==
8937
8937
 
8938
8938
  yargs-parser@^18.1.2:
8939
8939
  version "18.1.3"
@@ -1170,5 +1170,5 @@
1170
1170
  ]
1171
1171
  }
1172
1172
  },
1173
- "version": "1.24.2"
1173
+ "version": "1.24.3"
1174
1174
  }
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.2",
4
+ "version": "1.24.3",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -21,14 +21,14 @@
21
21
  "ink-text-input": "^6.0.0",
22
22
  "inquirer-autocomplete-standalone": "^0.8.1",
23
23
  "react": "^18.3.1",
24
- "yaml": "^2.8.0"
24
+ "yaml": "^2.8.1"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@oclif/plugin-command-snapshot": "^5.2.19",
28
28
  "@oclif/test": "^4.1.0",
29
29
  "@salesforce/cli-plugins-testkit": "^5.3.35",
30
30
  "@salesforce/dev-scripts": "^10.2.12",
31
- "@salesforce/plugin-command-reference": "^3.1.29",
31
+ "@salesforce/plugin-command-reference": "^3.1.65",
32
32
  "@types/inquirer": "^9.0.7",
33
33
  "@types/react": "^18.3.3",
34
34
  "eslint-config-xo": "^0.45.0",
@@ -37,7 +37,7 @@
37
37
  "eslint-plugin-react-hooks": "^4.6.2",
38
38
  "eslint-plugin-sf-plugin": "^1.20.20",
39
39
  "esmock": "^2.7.1",
40
- "oclif": "^4.17.44",
40
+ "oclif": "^4.22.6",
41
41
  "ts-node": "^10.9.2",
42
42
  "typescript": "^5.5.4"
43
43
  },
@@ -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.2.crt",
234
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.2.sig"
233
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.3.crt",
234
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-agent/1.24.3.sig"
235
235
  }
236
236
  }