Why patch version not allowed?
Maxim-Mazurok opened this issue · 1 comments
I don't understand why patch version is not allowed.
As far as I can tell, it was like that
definitelytyped-header-parser/index.ts
Line 245 in 808e8a3
I understand that it probably won't change, but I would like to know why this decision was made? I think that I'm missing a point...
The reason why I'm asking is because we are working on google-api-typings-generator and our users could benefit greatly if patch versions could be allowed.
Basically, we generate typings for google APIs, they have major and minor version, but they also have revisions within the same x.x
versions. So, we were thinking about using patch versions to indicate typings for new revisions.
Any thoughts or explanation regarding this matter would be greatly appreciated!
It seems to be because DT automatically increases patch version when releasing type definitions to NPM.