Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: re-enable using current pkg versions for api compat checks (aw…
…s#8427) This was originally added in commit aws@3dd21b9. However, the script fails during a bump build when the package version in lerna.json is ahead of the latest published in NPM. This was worked around by turning this feature off - aws@09a1f33. Re-enable this feature and handle version in lerna.json may be ahead of NPM. ### Testing Manually tested three cases - * When version in `lerna.json` is <= package published in NPM * When version in `lerna.json` is > package published in NPM * When `DOWNLOAD_LATEST` is set to `true`. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
- Loading branch information