Skip to content

Commit

Permalink
Use specific dcmjs version
Browse files Browse the repository at this point in the history
Updated npm versions
  • Loading branch information
PantelisGeorgiadis committed Feb 26, 2024
1 parent b026c8b commit 2b3e7c4
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
142 changes: 71 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcmjs-dimse",
"version": "0.1.25",
"version": "0.1.26",
"description": "DICOM DIMSE implementation for Node.js using dcmjs",
"main": "build/dcmjs-dimse.min.js",
"module": "build/dcmjs-dimse.min.js",
Expand Down Expand Up @@ -44,31 +44,31 @@
"homepage": "https://github.com/PantelisGeorgiadis/dcmjs-dimse",
"dependencies": {
"async-eventemitter": "^0.2.4",
"dcmjs": "^0.29.10",
"dcmjs": "0.29.10",
"smart-buffer": "^4.2.0",
"ts-mixer": "^6.0.3",
"ts-mixer": "^6.0.4",
"winston": "^3.11.0"
},
"devDependencies": {
"@types/async-eventemitter": "^0.2.4",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"c8": "^9.1.0",
"chai": "^4.3.10",
"docdash": "^2.0.2",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"jsdoc": "^4.0.2",
"mocha": "^10.3.0",
"mock-fs": "^5.2.0",
"nodemon": "^3.0.3",
"nodemon": "^3.1.0",
"open-cli": "^7.2.0",
"prettier": "^3.2.5",
"selfsigned": "^2.4.1",
"shx": "^0.3.3",
"terser-webpack-plugin": "^5.3.10",
"ts-node": "^10.9.2",
"tsd": "^0.30.4",
"tsd": "^0.30.7",
"typescript": "^5.3.3",
"webpack": "^5.90.2",
"webpack": "^5.90.3",
"webpack-cli": "^5.1.4"
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = '0.1.25';
module.exports = '0.1.26';

0 comments on commit 2b3e7c4

Please sign in to comment.