I'm providing accompanying package that matches the version of the main NPM package, already in major.minor.patch
format (e.g. 1.3.1
).
I don't want to break version conformity between main and accompanying package. Is it possible to release intermediary subpatches for accompanying package that match
>=1.3.1 <1.3.2
semver constraint? Similar to 1.3.1.1
.
Even if not possible to match the constraint, what's the convention for the patch for 1.3.1
to make it not overlap 1.3.2
?