msgraph-typescript-typings
msgraph-typescript-typings copied to clipboard
Auto-increment typing based on public NPM version
There is a <VERSION_STRING> string in the .d.ts that should be automatically replaced with an auto-incremented version number.
AB#5594
We already have this for the npm package (see https://github.com/microsoftgraph/msgraph-typescript-typings/blob/master/scripts/src/CalculateNewProductionVersion.ps1). It really is a matter of auto-incrementing for DefinatelyTyped. We may want to add that at generation, or post processing.