dcmjs 0.31.2 → 0.32.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.
@@ -12,7 +12,7 @@ jobs:
12
12
 
13
13
  steps:
14
14
  - name: Checkout repository
15
- uses: actions/checkout@v2
15
+ uses: actions/checkout@v4
16
16
 
17
17
  - name: Setup Node.js
18
18
  uses: actions/setup-node@v4
@@ -10,10 +10,10 @@ jobs:
10
10
 
11
11
  steps:
12
12
  - name: Checkout repository
13
- uses: actions/checkout@v2
13
+ uses: actions/checkout@v4
14
14
 
15
15
  - name: Setup Node.js
16
- uses: actions/setup-node@v1
16
+ uses: actions/setup-node@v4
17
17
  with:
18
18
  node-version: 18
19
19
 
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
12
  This is a community effort so please help improve support for a wide range of DICOM data and use cases.
13
13
 
14
- See [live examples here](https://dcmjs2.netlify.com/)
14
+ See [live examples here](https://master--dcmjs2.netlify.app/)
15
15
 
16
16
  # Goals
17
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dcmjs",
3
- "version": "0.31.2",
3
+ "version": "0.32.0",
4
4
  "description": "Javascript implementation of DICOM manipulation",
5
5
  "main": "build/dcmjs.js",
6
6
  "module": "build/dcmjs.es.js",
@@ -169,7 +169,7 @@ it("noCopy test_fragment_multiframe", async () => {
169
169
  "https://github.com/dcmjs-org/data/releases/download/encapsulation/encapsulation-fragment-multiframe.dcm";
170
170
  const dcmPath = await getTestDataset(
171
171
  url,
172
- "encapsulation-fragment-multiframe.dcm"
172
+ "encapsulation-fragment-multiframe-b.dcm"
173
173
  );
174
174
  const file = fs.readFileSync(dcmPath);
175
175