Skip to content

Commit

Permalink
Added link to dcmjs-ecg
Browse files Browse the repository at this point in the history
  • Loading branch information
PantelisGeorgiadis committed Nov 1, 2022
1 parent 8ac547b commit 35b1c6b
Show file tree
Hide file tree
Showing 4 changed files with 61 additions and 99 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ Please check a live example [here][dcmjs-imaging-live-example-url].

### Related libraries
* [dcmjs-dimse][dcmjs-dimse-url] - DICOM DIMSE implementation for Node.js using dcmjs.
* [dcmjs-ecg][dcmjs-ecg-url] - DICOM electrocardiography (ECG) rendering for Node.js and browser using dcmjs.

### License
dcmjs-imaging is released under the MIT License.
Expand All @@ -166,6 +167,7 @@ dcmjs-imaging is released under the MIT License.
[fo-dicom-url]: https://github.com/fo-dicom/fo-dicom
[mdcm-url]: https://github.com/fo-dicom/mdcm
[dcmjs-dimse-url]: https://github.com/PantelisGeorgiadis/dcmjs-dimse
[dcmjs-ecg-url]: https://github.com/PantelisGeorgiadis/dcmjs-ecg

[dcmjs-imaging-live-example-url]: https://unpkg.com/dcmjs-imaging@latest/build/index.html

Expand Down
148 changes: 54 additions & 94 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcmjs-imaging",
"version": "0.1.10",
"version": "0.1.11",
"description": "DICOM image and overlay rendering for Node.js and browser using dcmjs",
"main": "build/dcmjs-imaging.min.js",
"module": "build/dcmjs-imaging.min.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://github.com/PantelisGeorgiadis/dcmjs-imaging",
"dependencies": {
"dcmjs": "^0.28.1",
"dcmjs": "^0.29.0",
"loglevel": "^1.8.0",
"loglevel-plugin-prefix": "^0.8.4"
},
Expand All @@ -57,7 +57,7 @@
"clang-format": "^1.8.0",
"copy-webpack-plugin": "^11.0.0",
"docdash": "^1.2.0",
"eslint": "^8.25.0",
"eslint": "^8.26.0",
"jsdoc": "^3.6.11",
"karma": "^6.4.1",
"karma-browserify": "^8.1.0",
Expand All @@ -66,7 +66,7 @@
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-sinon": "^1.0.5",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"open-cli": "^7.1.0",
"pako": "^2.0.4",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.1.10';
module.exports = '0.1.11';

0 comments on commit 35b1c6b

Please sign in to comment.