Expose getDependencies() for SubscriberPackageVersion class #2625
Closed
ClayChipps
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Hi Clay! I see no reason to not add this. Would you like to handle the PR and I'll make sure it doesn't get held up? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Function will be added in the release candidate version of the CLI on January 10th, or available in tomorrow's nightly release. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the @salesforce/packaging SubscriberPackageVersion class does not expose a public getter function to retrieve the dependencies.
I am proposing adding a new getter function
getDependencies()
that will allow a clean api to get the package dependencies. (Similar togetRemoteSiteSettings()
).Beta Was this translation helpful? Give feedback.
All reactions