Skip to content

Commit

Permalink
fix(dicom): Bump to 1.0.0-b.79
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Mar 2, 2023
1 parent 71d6330 commit cc661eb
Show file tree
Hide file tree
Showing 11 changed files with 694 additions and 1,336 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ describe('structuredReportToText', () => {
cy.visit('/')

const fileName = '88.33-comprehensive-SR.dcm'
const testFilePath = `../../build-emscripten/ExternalData/test/Input/${fileName}`
const testFilePath = `../../../build-emscripten/ExternalData/test/Input/${fileName}`
cy.readFile(testFilePath, null).as('inputData')
})

Expand Down
4 changes: 2 additions & 2 deletions packages/dicom/typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "itk-dicom",
"version": "0.2.0",
"version": "0.3.0",
"description": "DICOM IO from itk-wasm",
"type": "module",
"module": "./dist/bundles/itk-dicom.js",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"homepage": "https://wasm.itk.org",
"dependencies": {
"itk-wasm": "^1.0.0-b.62"
"itk-wasm": "^1.0.0-b.79"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^24.0.0",
Expand Down
Loading

0 comments on commit cc661eb

Please sign in to comment.