@cornerstonejs/core 0.47.4 → 0.102.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/core",
3
- "version": "0.47.4",
3
+ "version": "0.102.0",
4
4
  "description": "",
5
5
  "main": "dist/umd/index.js",
6
6
  "types": "dist/esm/index.d.ts",
@@ -43,5 +43,5 @@
43
43
  "type": "individual",
44
44
  "url": "https://ohif.org/donate"
45
45
  },
46
- "gitHead": "83f2cca93988296ced8941ac45cba64f08a5392e"
46
+ "gitHead": "c5c1339d38247faa9dab889fa928723f7254d014"
47
47
  }
@@ -116,7 +116,7 @@ class RenderingEngine implements IRenderingEngine {
116
116
  * 3) Adds the viewport
117
117
  *
118
118
  *
119
- * ```typescript
119
+ * ```
120
120
  * renderingEngine.enableElement({
121
121
  * viewportId: viewportId,
122
122
  * type: ViewportType.ORTHOGRAPHIC,