0.0.10 • Published 3 years ago

annotator-tools v0.0.10

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

Unumed annotation tools

This repo contains 3 repositories that are required for the annotator frontend

Specifically,

  1. cornerstone-tools -> annotator-tools
  2. react-cornerstone-viewport -> @unumedai/react-cornerstone-viewport
  3. react-vtkjs-viewport -> @unumedai/react-vtkjs-viewport

2 and 3 are only included in this repo because they have a hard dependency on cornerstone-tools, i.e. annotator-tools needs to be updated for each deepndency and built accordingly.

Update NPM packages

Login to NPM

npm login

Update annotator-tools

Edit packages.json for version bump

npm publish --access public

Deps

Edit package.json in each dependency with version bump

cd react-cornerstone-viewport
yarn upgrade annotator-tools@version
npm publish --access public
cd react-vtkjs-viewport
yarn upgrade annotator-tools@version
npm publish --access public

Build

npm run build:dev
0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago