@kitware/vtk.js 29.11.0 → 29.11.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.
@@ -52,7 +52,8 @@ function vtkStringArray(publicAPI, model) {
52
52
  /* eslint-disable no-use-before-define */
53
53
  publicAPI.newClone = () => newInstance({
54
54
  name: model.name,
55
- numberOfComponents: model.numberOfComponents
55
+ numberOfComponents: model.numberOfComponents,
56
+ empty: true
56
57
  });
57
58
  /* eslint-enable no-use-before-define */
58
59
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitware/vtk.js",
3
- "version": "29.11.0",
3
+ "version": "29.11.1",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",