Comparing version 0.31.1 to 0.31.2
{ | ||
"name": "dcmjs", | ||
"version": "0.31.1", | ||
"version": "0.31.2", | ||
"description": "Javascript implementation of DICOM manipulation", | ||
@@ -33,6 +33,6 @@ "main": "build/dcmjs.js", | ||
"@babel/register": "^7.13.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-commonjs": "^25.0.1", | ||
"@rollup/plugin-json": "^6.0.0", | ||
"@rollup/plugin-node-resolve": "^15.1.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-commonjs": "^25.0.7", | ||
"@rollup/plugin-json": "^6.1.0", | ||
"@rollup/plugin-node-resolve": "^15.2.3", | ||
"acorn": "^7.1.0", | ||
@@ -47,3 +47,3 @@ "acorn-jsx": "^5.2.0", | ||
"prettier": "^2.6.2", | ||
"rollup": "^3.25.1", | ||
"rollup": "^4.17.2", | ||
"xml2js": "^0.6.2" | ||
@@ -50,0 +50,0 @@ }, |
@@ -14,3 +14,3 @@ <div align="center"> | ||
See [live examples here](https://dcmjs.netlify.com/) | ||
See [live examples here](https://dcmjs2.netlify.com/) | ||
@@ -17,0 +17,0 @@ # Goals |
import "regenerator-runtime/runtime.js"; | ||
import fs from "fs"; | ||
import "../src/index.js"; | ||
import Segmentation_4X from "../src/adapters/Cornerstone/Segmentation_4X" | ||
@@ -4,0 +5,0 @@ import { getTestDataset } from "./testUtils.js"; |
@@ -5,5 +5,9 @@ import { | ||
} from "../src/constants/dicom"; | ||
import "../src/index.js"; | ||
import { ValueRepresentation } from "../src/ValueRepresentation"; | ||
import { DicomMessage } from "../src/DicomMessage"; | ||
import { DicomDataReadBufferStreamBuilder } from "./helper/DicomDataReadBufferStreamBuilder"; | ||
ValueRepresentation.setDicomMessageClass(DicomMessage); | ||
describe("SequenceOfItems extends ValueRepresentation", () => { | ||
@@ -10,0 +14,0 @@ const sequenceOfItems = ValueRepresentation.createByTypeString("SQ"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12431985
58079