cod-dicomweb-server 1.3.0 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -90,6 +90,12 @@ Also update the submodule using the command
90
90
  yarn update:submodule:cornerstone3D
91
91
  ```
92
92
 
93
+ ### Cod As A Server
94
+
95
+ ```bash
96
+ yarn demo:server
97
+ ```
98
+
93
99
  ### Cod As A Client
94
100
 
95
101
  ```bash
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cod-dicomweb-server",
3
3
  "title": "COD Dicomweb server",
4
- "version": "1.3.0",
4
+ "version": "1.3.2",
5
5
  "private": false,
6
6
  "description": "A wadors server proxy that get data from a Cloud Optimized Dicom format.",
7
7
  "main": "dist/umd/main.js",