Skip to content

Commit

Permalink
fix: add salesforce/agents
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Nov 12, 2024
1 parent 1404caf commit ce88c06
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@inquirer/input": "^4.0.1",
"@inquirer/select": "^4.0.1",
"@oclif/core": "^4",
"@salesforce/agents": "^0.1.2",
"@salesforce/core": "^8.5.2",
"@salesforce/kit": "^3.2.1",
"@salesforce/sf-plugins-core": "^12",
Expand Down
8 changes: 8 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1357,6 +1357,14 @@
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==

"@salesforce/agents@^0.1.2":
version "0.1.2"
resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-0.1.2.tgz#eeadf5fb7fea42f241cc4d0c4bfc30d3dfca7fb5"
integrity sha512-Yj2UH9xr85a8KwIcyv399DzoXY3I5M0jtcP9nwzz6jj25YqYhqRCjbU2+vmu6C0ggQOztOzO9qv/tCW+ujWPdQ==
dependencies:
"@salesforce/core" "^8.5.2"
"@salesforce/kit" "^3.2.3"

"@salesforce/cli-plugins-testkit@^5.3.35":
version "5.3.35"
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.35.tgz#a670de684e7edec3fa1a233031dfd351411050c6"
Expand Down

0 comments on commit ce88c06

Please sign in to comment.