0.8.1 • Published 2 years ago

@dvsa/mes-microservice-common v0.8.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

mes-microservice-common

Common code used by the various serverless microservices within the Mobile Examiner Services (MES) system, published as an npm package.

Each consuming microservice must only ever depend upon specific versions of this code (instead of simply the latest version), to achieve Don't Repeat Yourself (DRY) but not creating an automatic interdependency and tight coupling (which is why using shared libraries in microservices is often considered an anti-pattern).

Quality

Since this is re-used code, it's important to ensure it is thoroughly unit tested, and all public APIs are clearly documented.

To prepare to publish

Update the version number in package.json (please follow SEMVER conventions) then run:

npm run package

This will perform a clean build, test, lint, and output the npm publish command to run at the command line. You will need to be logged into npm as a user within the dvsa organisation.

To test what the npm publish command would do, append the --dry-run flag.

Note: published package cannot be updated, only unpublished and builds with different version numbers published.

0.8.1

2 years ago

0.8.0

2 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.2

5 years ago