@cornerstonejs/tools 2.1.10 → 2.1.12

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.
Files changed (1) hide show
  1. package/package.json +3 -4
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "@cornerstonejs/tools",
3
- "version": "2.1.10",
3
+ "version": "2.1.12",
4
4
  "description": "Cornerstone3D Tools",
5
- "main": "./dist/esm/index.js",
6
5
  "types": "./dist/esm/index.d.ts",
7
6
  "module": "./dist/esm/index.js",
8
7
  "repository": "https://github.com/cornerstonejs/cornerstone3D",
@@ -105,7 +104,7 @@
105
104
  "canvas": "^2.11.2"
106
105
  },
107
106
  "peerDependencies": {
108
- "@cornerstonejs/core": "^2.1.10",
107
+ "@cornerstonejs/core": "^2.1.12",
109
108
  "@kitware/vtk.js": "32.1.0",
110
109
  "@types/d3-array": "^3.0.4",
111
110
  "@types/d3-interpolate": "^3.0.1",
@@ -124,5 +123,5 @@
124
123
  "type": "individual",
125
124
  "url": "https://ohif.org/donate"
126
125
  },
127
- "gitHead": "bc2cfc38e87991cc71b974af55a7b75186d8d6ca"
126
+ "gitHead": "121b3bff514b4e58e8abf2075dcdf943b5032b91"
128
127
  }