Closed cryptodev-2s closed 10 months ago
Follow up to this — it seems there were some empty directories in packages/
and that caused the tool to throw an error. I've logged a ticket about this here: https://github.com/MetaMask/create-release-branch/issues/128. But it doesn't seem like this deters the Snaps team from using this tool, it's just a minor inconvenience. So we can release a new version with this bugfix.
Overview
This pull request addresses the issue where the 'workspace:^' notation was not being recognized as a valid specifier for dependency/peerDependencies versions in our package.json files.
Changes Made
isValidPackageManifestVersionField
to recognizeworkspace:^
as a valid version.