@cornerstonejs/labelmap-interpolation 4.0.0-beta.3 → 4.0.0-beta.5

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.
package/README.md CHANGED
@@ -40,8 +40,8 @@ interpolate({
40
40
  noHeuristicAlignment: false, // Whether to disable heuristic alignment
41
41
  noUseDistanceTransform: false, // Whether to disable distance transform
42
42
  useCustomSlicePositions: false, // Whether to use custom slice positions
43
- preview: false // Whether to preview the interpolation result
44
- }
43
+ preview: false, // Whether to preview the interpolation result
44
+ },
45
45
  });
46
46
  ```
47
47
 
@@ -1 +1 @@
1
- export declare const version = "4.0.0-beta.3";
1
+ export declare const version = "4.0.0-beta.5";
@@ -1 +1 @@
1
- export const version = '4.0.0-beta.3';
1
+ export const version = '4.0.0-beta.5';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cornerstonejs/labelmap-interpolation",
3
- "version": "4.0.0-beta.3",
3
+ "version": "4.0.0-beta.5",
4
4
  "description": "Labelmap Interpolation utility for Cornerstone3D",
5
5
  "files": [
6
6
  "dist"
@@ -36,8 +36,7 @@
36
36
  "build:all": "yarn run build:esm",
37
37
  "start": "tsc --project ./tsconfig.json --watch",
38
38
  "format": "prettier --write 'src/**/*.js' 'test/**/*.js'",
39
- "lint": "eslint --fix .",
40
- "format-check": "npx eslint ./src --quiet",
39
+ "lint": "oxlint .",
41
40
  "api-check": "api-extractor --debug run ",
42
41
  "prepublishOnly": "yarn clean && yarn build"
43
42
  },
@@ -56,9 +55,9 @@
56
55
  "itk-wasm": "1.0.0-b.165"
57
56
  },
58
57
  "peerDependencies": {
59
- "@cornerstonejs/core": "^4.0.0-beta.3",
60
- "@cornerstonejs/tools": "^4.0.0-beta.3",
58
+ "@cornerstonejs/core": "^4.0.0-beta.5",
59
+ "@cornerstonejs/tools": "^4.0.0-beta.5",
61
60
  "@kitware/vtk.js": "32.12.1"
62
61
  },
63
- "gitHead": "31e0bdf0464c1671e8ead3146b7cd19b5a4681a8"
62
+ "gitHead": "c983ea46160362885b27f3c72cc84731cfe86b99"
64
63
  }