@kitware/vtk.js 26.9.0 → 26.9.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.
@@ -268,8 +268,9 @@ function vtkImageMarchingCubes(publicAPI, model) {
268
268
  publicAPI.produceTriangles(model.contourValue, i, j, k, extent, slice, dims, origin, spacing, s, pBuffer, tBuffer, nBuffer);
269
269
  }
270
270
  }
271
- } // Update output
271
+ }
272
272
 
273
+ edgeLocator.initialize(); // Update output
273
274
 
274
275
  var polydata = vtkPolyData.newInstance();
275
276
  polydata.getPoints().setData(new Float32Array(pBuffer), 3);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "26.9.0",
3
+ "version": "26.9.1",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",
@@ -129,6 +129,8 @@
129
129
  "xml2js": "0.4.23"
130
130
  },
131
131
  "peerDependencies": {
132
+ "@babel/preset-env": "^7.17.10",
133
+ "autoprefixer": "^10.4.7",
132
134
  "wslink": "^1.1.0"
133
135
  },
134
136
  "scripts": {