ds300 / patch-package

Fix broken node modules instantly 🏃🏽‍♀️💨
MIT License
10.42k stars 294 forks source link

calver and semver #411

Open rodneyrehm opened 2 years ago

rodneyrehm commented 2 years ago

Thanks for this marvelous package <3.

Right now the version is validated against semver, which is causing problems with a project I'm trying to patch, using calver as versioning scheme (with version 22.08.0, where the leading 0 of the month 08 is tripping up semver).

Do you see an issue with supporting both, or even not requiring any particular versioning scheme at all?