@cornerstonejs/tools 1.6.0 → 1.7.1
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/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cornerstonejs/tools",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.7.1",
|
|
4
4
|
"description": "Cornerstone3D Tools",
|
|
5
5
|
"main": "dist/umd/index.js",
|
|
6
6
|
"types": "dist/esm/index.d.ts",
|
|
@@ -22,12 +22,13 @@
|
|
|
22
22
|
"build": "yarn run build:all",
|
|
23
23
|
"api-check": "api-extractor --debug run",
|
|
24
24
|
"clean": "shx rm -rf dist",
|
|
25
|
+
"dev": "tsc --project ./tsconfig.esm.json --watch",
|
|
25
26
|
"build:update-api": "yarn run build && api-extractor run --local",
|
|
26
27
|
"prepublishOnly": "yarn run build",
|
|
27
28
|
"webpack:watch": "webpack --mode development --progress --watch --config ./.webpack/webpack.dev.js"
|
|
28
29
|
},
|
|
29
30
|
"dependencies": {
|
|
30
|
-
"@cornerstonejs/core": "^1.
|
|
31
|
+
"@cornerstonejs/core": "^1.7.1",
|
|
31
32
|
"lodash.clonedeep": "4.5.0",
|
|
32
33
|
"lodash.get": "^4.4.2"
|
|
33
34
|
},
|
|
@@ -50,5 +51,5 @@
|
|
|
50
51
|
"type": "individual",
|
|
51
52
|
"url": "https://ohif.org/donate"
|
|
52
53
|
},
|
|
53
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "7941b966bc6a5a6e58fe33ad5b929f953c8c78de"
|
|
54
55
|
}
|