@solucx/instance-typing
v0.9.0
Published
Typescript enforcing typing for instance object
Downloads
68
Readme
instance-typing
Typescript enforcing typing for instance object
Installation
To install this packege use npm install @solucx/instance-typing
This is a private repository. You should be logged in into a allowed npm account or keep this authorized .npmrc credentials file at project or usr root folder.
Test
To run the test suite use npm run test
Publish
To publish a new version of the SDK follow this steps:
npm version (major|minor|patch)
- major -> breaking changes
- minor -> non-breaking changes
- patch -> bugfixes
npm publish
- you have to logged in npm (
npm login
) - you should have access to the npm package (
https://www.npmjs.com/package/@solucx/instance-typing
)
- you have to logged in npm (
git push --tags