larvitar 2.0.12 → 2.0.14

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.
@@ -285,6 +285,7 @@ export type NrrdSeries = {
285
285
  dataSet?: DataSet;
286
286
  metadata?: MetaData;
287
287
  ecgData?: number[];
288
+ isMultiframe?: boolean;
288
289
  };
289
290
 
290
291
  export type NrrdHeader = {
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "medical",
7
7
  "cornerstone"
8
8
  ],
9
- "version": "2.0.12",
9
+ "version": "2.0.14",
10
10
  "description": "typescript library for parsing, loading, rendering and interacting with DICOM images",
11
11
  "repository": {
12
12
  "url": "https://github.com/dvisionlab/Larvitar.git",