lib-services-common
TypeScript icon, indicating that this package has built-in type declarations

0.0.18 • Public • Published

lib-services-common

Common library for the api-services-* projects

How to create new version

  1. Do changes in code
  2. Update package.json version field to new version (using semver notation) 2.a. In case this is beta version of the package then format is "x.y.z-beta.n", where x, y, z, n - numbers. Beta version is published with "beta" tag in npm (thus it won't be automatically installed as "latest") 2.b. In order to publish "latest" version - just use "x.y.z" format for version field.
  3. Push the code to master branch
  4. Create a tag with version as in package.json and add some release description
  5. Gitlab will trigger a job which will push new version to NPM

Readme

Keywords

none

Package Sidebar

Install

npm i lib-services-common

Weekly Downloads

2

Version

0.0.18

License

ISC

Unpacked Size

109 kB

Total Files

114

Last publish

Collaborators

  • superblocks