@ohif/core 2.16.33 → 2.16.35

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.
@@ -709,6 +709,8 @@
709
709
  * @license MIT
710
710
  */
711
711
 
712
+ /*! pako 2.0.4 https://github.com/nodeca/pako @license (MIT AND Zlib) */
713
+
712
714
  /**
713
715
  * @license Complex.js v2.0.15 12/05/2020
714
716
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohif/core",
3
- "version": "2.16.33",
3
+ "version": "2.16.35",
4
4
  "description": "Generic business logic for web-based medical imaging applications",
5
5
  "author": "OHIF Core Team",
6
6
  "license": "MIT",
@@ -39,7 +39,7 @@
39
39
  "dependencies": {
40
40
  "@babel/runtime": "^7.5.5",
41
41
  "ajv": "^6.10.0",
42
- "dcmjs": "0.24.10",
42
+ "dcmjs": "0.29.3",
43
43
  "dicomweb-client": "^0.8.3",
44
44
  "immer": "9.0.12",
45
45
  "isomorphic-base64": "^1.0.2",
@@ -50,5 +50,5 @@
50
50
  "retry": "^0.12.0",
51
51
  "validate.js": "^0.12.0"
52
52
  },
53
- "gitHead": "6007f340bf4c76edeb6488773e194e6da0959a4c"
53
+ "gitHead": "cb9aa6a765da95b5d7eed9636fd7bf26218e706f"
54
54
  }