@cornerstonejs/dicom-image-loader 3.32.4 → 3.32.6

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.
@@ -1 +1 @@
1
- export declare const version = "3.32.4";
1
+ export declare const version = "3.32.6";
@@ -1 +1 @@
1
- export const version = '3.32.4';
1
+ export const version = '3.32.6';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/dicom-image-loader",
3
- "version": "3.32.4",
3
+ "version": "3.32.6",
4
4
  "description": "Cornerstone Image Loader for DICOM WADO-URI and WADO-RS and Local file",
5
5
  "keywords": [
6
6
  "DICOM",
@@ -74,7 +74,6 @@
74
74
  "copy-dts": "echo 'not implemented yet'",
75
75
  "clean": "shx rm -rf dist",
76
76
  "clean:deep": "yarn run clean && shx rm -rf node_modules",
77
- "format-check": "npx eslint ./src --quiet",
78
77
  "api-check": "api-extractor --debug run ",
79
78
  "cm": "npx git-cz",
80
79
  "clean:dist": "shx rm -rf dist",
@@ -83,10 +82,7 @@
83
82
  "doc": "npm run doc:generate && opn documentation/index.html",
84
83
  "doc:generate": "npm run clean:docs && jsdoc -c .jsdocrc",
85
84
  "dev": "tsc --project ./tsconfig.json --watch",
86
- "eslint": "eslint -c .eslintrc.js src",
87
- "eslint-quiet": "eslint -c .eslintrc.js --quiet src",
88
- "eslint-fix": "eslint -c .eslintrc.js --fix src",
89
- "eslint-fix-test": "eslint -c .eslintrc.js --fix test",
85
+ "lint": "oxlint .",
90
86
  "start": "npm run webpack:dev",
91
87
  "start:dev": "webpack-dev-server --config .webpack/webpack-dev",
92
88
  "test": "npm run test:chrome",
@@ -116,20 +112,13 @@
116
112
  "uuid": "^9.0.0"
117
113
  },
118
114
  "peerDependencies": {
119
- "@cornerstonejs/core": "^3.32.4",
115
+ "@cornerstonejs/core": "^3.32.6",
120
116
  "dicom-parser": "^1.8.9"
121
117
  },
122
- "lint-staged": {
123
- "src/**/*.{js,jsx,json,css}": [
124
- "eslint --fix",
125
- "prettier --write",
126
- "git add"
127
- ]
128
- },
129
118
  "config": {
130
119
  "commitizen": {
131
120
  "path": "./node_modules/cz-conventional-changelog"
132
121
  }
133
122
  },
134
- "gitHead": "ab88654e25aefb7f43a807c0f38ce601af4c20a4"
123
+ "gitHead": "af40281b222938a78ea1db18d9dd1b85a975e99c"
135
124
  }