vtk.js 25.8.2 → 25.8.3

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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @project vtk.js
3
- * @build Tue, Sep 20, 2022 5:56 PM ET
3
+ * @build Mon, Sep 26, 2022 2:50 PM ET
4
4
  * @copyright Copyright (c) 2022 Kitware, Inc.
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @project vtk.js
3
- * @build Tue, Sep 20, 2022 5:56 PM ET
3
+ * @build Mon, Sep 26, 2022 2:50 PM ET
4
4
  * @copyright Copyright (c) 2022 Kitware, Inc.
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @project vtk.js
3
- * @build Tue, Sep 20, 2022 5:56 PM ET
3
+ * @build Mon, Sep 26, 2022 2:50 PM ET
4
4
  * @copyright Copyright (c) 2022 Kitware, Inc.
5
5
  *
6
6
  */
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * @project vtk.js
3
- * @build Tue, Sep 20, 2022 5:56 PM ET
3
+ * @build Mon, Sep 26, 2022 2:50 PM ET
4
4
  * @copyright Copyright (c) 2022 Kitware, Inc.
5
5
  *
6
6
  */
@@ -513,7 +513,7 @@ function vtkOpenGLRenderWindow(publicAPI, model) {
513
513
  const result = model._textureResourceIds.get(texture);
514
514
  if (result !== undefined) {
515
515
  publicAPI.getTextureUnitManager().free(result);
516
- delete model._textureResourceIds.delete(texture);
516
+ model._textureResourceIds.delete(texture);
517
517
  }
518
518
  };
519
519
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vtk.js",
3
- "version": "25.8.2",
3
+ "version": "25.8.3",
4
4
  "description": "Visualization Toolkit for the Web",
5
5
  "keywords": [
6
6
  "3d",