@giosg/types
v12.1.18
Published
TypeScript interfaces for GiosgAPI
Keywords
Readme
giosg types
This is a collection of interfaces used in giosg services.
How to use
npm install @giosg/types
Development and publishing
Publishing
Before publishing, remember to consider the effects your changes have for our users. See semantic versioning.
For publishing, you need access to Giosg organization in npm. You can request that from one of the organization admins or request them to publish the package.
- Update CHANGELOG.md
- Run
npm run bumpif you have not updated the version number manually, and commit. - Create pull request.
- Request a review from another experienced developer.
- Merge the pull request after approval and passed tests.
- Pull master locally.
- Login to npm with
npm login --scope=giosg. You will be prompted for credentials. - Publish the package with:
npm publish --access=public.--access=publicflag is mandatory because organization packages default torestricted.
Changelog
Remember to maintain change log:
See: CHANGELOG.md
