Is your feature request related to a problem? Please describe.
Currently, a "version" is maintained redundantly in package.json as well as index.ts. This is hard to automate, maintain and very prone to errors.
The version in package.json shall be re-used in index.ts.
Is your feature request related to a problem? Please describe. Currently, a "version" is maintained redundantly in package.json as well as index.ts. This is hard to automate, maintain and very prone to errors.
The version in package.json shall be re-used in index.ts.