Skip to content

Commit

Permalink
Merge pull request #1856 from salesforcecli/wr/addPluginApi
Browse files Browse the repository at this point in the history
chore: add plugin-api
  • Loading branch information
mshanemc authored Aug 20, 2024
2 parents b7ca080 + 4d07c3f commit b16deb6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/just-nuts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
os: [ubuntu-latest, windows-latest]
repository:
- salesforcecli/plugin-auth
- salesforcecli/plugin-apex
- salesforcecli/plugin-api
- salesforcecli/plugin-data
- salesforcecli/plugin-limits
- salesforcecli/plugin-org
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"@oclif/plugin-warn-if-update-available",
"@oclif/plugin-which",
"@salesforce/plugin-apex",
"@salesforce/plugin-api",
"@salesforce/plugin-auth",
"@salesforce/plugin-data",
"@salesforce/plugin-deploy-retrieve",
Expand Down Expand Up @@ -153,6 +154,7 @@
"@salesforce/core": "^8.2.3",
"@salesforce/kit": "^3.1.6",
"@salesforce/plugin-apex": "3.4.2",
"@salesforce/plugin-api": "1.1.0",
"@salesforce/plugin-auth": "3.6.48",
"@salesforce/plugin-data": "3.6.1",
"@salesforce/plugin-deploy-retrieve": "3.10.0",
Expand Down Expand Up @@ -186,6 +188,7 @@
"@oclif/plugin-which",
"@salesforce/sf-plugins-core",
"@salesforce/plugin-apex",
"@salesforce/plugin-api",
"@salesforce/plugin-auth",
"@salesforce/plugin-data",
"@salesforce/plugin-deploy-retrieve",
Expand Down
13 changes: 13 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2137,6 +2137,19 @@
"@salesforce/sf-plugins-core" "^11.3.2"
ansis "^3.3.1"

"@salesforce/[email protected]":
version "1.1.0"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-api/-/plugin-api-1.1.0.tgz#a4c11540b39362653db3d3520a41b51e1a618c7f"
integrity sha512-bOh/Q5sUKbPC9KimowZJXZLHXuUfJzjlixAwT5LFY2VlYrEe6wxfSae1M+tke4gRcA6GdT7HQOGo77tLMoLOxQ==
dependencies:
"@oclif/core" "^4"
"@salesforce/core" "^8.4.0"
"@salesforce/kit" "^3.2.1"
"@salesforce/sf-plugins-core" "^11.3.2"
ansis "^3.3.2"
got "^13.0.0"
proxy-agent "^6.4.0"

"@salesforce/[email protected]":
version "3.6.48"
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.48.tgz#6b20c59721d00a520476f68d18f9202038ab240f"
Expand Down

0 comments on commit b16deb6

Please sign in to comment.