This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
January 23 - 2
azlam-abdulsalam
released this
09 Feb 04:39
·
510 commits
to main
since this release
sfpowerscripts (v20.20.0) is a patch release with the following fixes
- fix(install): Fix Dependency install command not respecting user provided package keys
- fix(createunlocked): Display packages that are used while building and after building. This was a feature available in Nov 22 which got reverted.
We have noticed an issue with transitive dependency resolver, producing incorrect order of dependencies in some cases. If you notice such issue , please disable the transitive dependency resolver temporarily using the example as below
"plugins": {
"sfpowerscripts": {
"disableTransitiveDependencyResolver":true,
}
}
We are actively working on resolving the issue asap
Full Changelog: https://github.com/dxatscale/sfpowerscripts/compare/@dxatscale/[email protected]...@dxatscale/[email protected]