Skip to content

Commit

Permalink
chore: downgrade plugin-api
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiand391 committed Oct 9, 2024
1 parent 9370682 commit d849ae5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"@salesforce/core": "^8.2.3",
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.5.1",
"@salesforce/plugin-api": "1.3.1",
"@salesforce/plugin-api": "1.2.2",
"@salesforce/plugin-auth": "3.6.65",
"@salesforce/plugin-data": "3.7.0",
"@salesforce/plugin-deploy-retrieve": "3.12.17",
Expand Down
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2374,18 +2374,17 @@
"@salesforce/sf-plugins-core" "^11.3.7"
ansis "^3.3.1"

"@salesforce/plugin-api@1.3.1":
version "1.3.1"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.3.1.tgz#64bf8420e76e48ed2e2d05d1b5fd25a0b239cd46"
integrity sha512-1QCtXPjvL3ZpyYGMdapPFyYOmD+s5ZmfmYKKJZafLjRA1ta6nMhwe29W+sVUd5BYu/WMYMkNFeb/hFO7iB+cew==
"@salesforce/plugin-api@1.2.2":
version "1.2.2"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.2.2.tgz#39e1aca1cf8f9e240cfc597b7b8ed5044a192058"
integrity sha512-DYcvSvK1J/C0oin9CZltk/UT4d9dOtRBztMxHVUJDR2VC5iJhlx+cjOs76V2/D+7g7Maon0lARYtY0JX+3FZnA==
dependencies:
"@oclif/core" "^4"
"@salesforce/core" "^8.4.0"
"@salesforce/kit" "^3.2.1"
"@salesforce/sf-plugins-core" "^11.3.2"
"@salesforce/ts-types" "^2.0.12"
ansis "^3.3.2"
form-data "^4.0.0"
got "^13.0.0"
proxy-agent "^6.4.0"

Expand Down

0 comments on commit d849ae5

Please sign in to comment.