1.0.25 • Published 3 years ago

dcapjs v1.0.25

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

DCAP-JS

Client library for DaD CQRS Application Platform

To build

    npx tsc

Set Up

I configured Wallaby to start automatically (see this)https://wallabyjs.com/docs/intro/config.html I set up Jest and TypeScript with this

Setting up Pipelines here. This is really good, however he is getting version numbers from the branch tags you commit with. Not a bad idea I guess. He also allows for releasing pre-release versions. He has a gate which requires approval and you either approve a release candidate to 'next' or a production release to 'latest'. It's probably not a bad idea actually

TO DO:::::

  • look at his .yml file and chnage the trigger to watch for a verison on the tag file.
  • take out the 'next' stuff... actually - don't. It could be useful. Actually yes, take it out. We can just specify specific versions.

NPM Deploy

See NPM Tags here

If you have published my-lib version1.0.0 with tag latest and 1.0.1-rc1 with tag next and a user does npm i my-lib they will get 1.0.0 and not 1.0.1-rc1 which is what you want. Whereas npm i my-lib@next or npm i my-lib@1.0.1-rc1 will install that specific version assuming the user knows the risk they take when using a pre-release version.

Rethink

  • Do automatic pushes
1.0.26

3 years ago

1.0.25

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago