1.0.19 • Published 2 years ago

@bernard-tickets/common v1.0.19

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Common Shared Library

This is shared library for different microservices in my ticketing project. The library will be published as a public npm package. This is an easy way to share a common code base.

This library is written in TypeScript but published as JavaScript to increase the combatibility with other services.

Publish to NPM

To increase the version number (patch number to be more specific, see semantic versioning for more info), run

  npm version patch

To build the library run:

  npm run build

To publish, make sure all changed are commited in git then run (assuming that you are logged in):

  npm publish

Check Version

If you want to confirm that a service is using the correct version of this commom library you can open up a shell in a pod and check the node_modules directory and cat the package.json file.

Login to a shell via:

  kubectl exec -t POD_NAME sh
1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago