@kitware/vtk.js 34.16.6 → 34.16.7
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 +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitware/vtk.js",
|
|
3
|
-
"version": "34.16.
|
|
3
|
+
"version": "34.16.7",
|
|
4
4
|
"description": "Visualization Toolkit for the Web",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"3d",
|
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
"main": "./index.js",
|
|
31
31
|
"module": "./index.js",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/runtime": "^7.28.2",
|
|
34
33
|
"@types/webxr": "^0.5.5",
|
|
35
34
|
"commander": "9.2.0",
|
|
36
35
|
"d3-scale": "4.0.2",
|
|
@@ -39,13 +38,10 @@
|
|
|
39
38
|
"gl-matrix": "3.4.3",
|
|
40
39
|
"globalthis": "1.0.3",
|
|
41
40
|
"seedrandom": "3.0.5",
|
|
42
|
-
"shader-loader": "1.3.1",
|
|
43
41
|
"shelljs": "0.8.5",
|
|
44
42
|
"spark-md5": "3.0.2",
|
|
45
|
-
"stream-browserify": "3.0.0",
|
|
46
43
|
"utif": "3.1.0",
|
|
47
44
|
"webworker-promise": "0.5.0",
|
|
48
|
-
"worker-loader": "3.0.8",
|
|
49
45
|
"xmlbuilder2": "3.0.2"
|
|
50
46
|
},
|
|
51
47
|
"devDependencies": {
|
|
@@ -53,6 +49,7 @@
|
|
|
53
49
|
"@babel/eslint-parser": "7.22.11",
|
|
54
50
|
"@babel/plugin-transform-runtime": "7.22.10",
|
|
55
51
|
"@babel/preset-env": "7.22.10",
|
|
52
|
+
"@babel/runtime": "^7.28.2",
|
|
56
53
|
"@commitlint/cli": "19.7.1",
|
|
57
54
|
"@commitlint/config-conventional": "19.7.1",
|
|
58
55
|
"@mapbox/node-pre-gyp": "1.0.9",
|
|
@@ -117,7 +114,9 @@
|
|
|
117
114
|
"rollup-plugin-svgo": "2.0.0",
|
|
118
115
|
"rollup-plugin-web-worker-loader": "1.6.1",
|
|
119
116
|
"semantic-release": "25.0.2",
|
|
117
|
+
"shader-loader": "1.3.1",
|
|
120
118
|
"snabbdom": "^3.5.1",
|
|
119
|
+
"stream-browserify": "3.0.0",
|
|
121
120
|
"string-replace-loader": "3.1.0",
|
|
122
121
|
"style-loader": "3.3.1",
|
|
123
122
|
"tape": "5.5.3",
|
|
@@ -132,6 +131,7 @@
|
|
|
132
131
|
"webpack-dev-server": "^4.9.0",
|
|
133
132
|
"webpack-merge": "5.8.0",
|
|
134
133
|
"webpack-notifier": "1.15.0",
|
|
134
|
+
"worker-loader": "3.0.8",
|
|
135
135
|
"wslink": "1.12.4",
|
|
136
136
|
"xml2js": "0.5.0"
|
|
137
137
|
},
|