@tresjs/cientos 5.2.5 → 5.3.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * name: @tresjs/cientos
3
- * version: v5.2.5
3
+ * version: v5.3.1
4
4
  * (c) 2026
5
5
  * description: Collection of useful helpers and fully functional, ready-made abstractions for Tres
6
6
  * author: Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)
@@ -11696,7 +11696,7 @@ var component_vue_vue_type_script_setup_true_lang_default$1 = /* @__PURE__ */ de
11696
11696
  }
11697
11697
  });
11698
11698
  onUnmounted(() => {
11699
- mat.uniforms.uMap.value?.dispose();
11699
+ mat.uniforms.uMap.value?.dispose?.();
11700
11700
  infoTexture.value.dispose();
11701
11701
  mat.dispose();
11702
11702
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tresjs/cientos",
3
3
  "type": "module",
4
- "version": "5.2.5",
4
+ "version": "5.3.1",
5
5
  "description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
6
6
  "author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
7
7
  "license": "MIT",
@@ -38,7 +38,7 @@
38
38
  "access": "public"
39
39
  },
40
40
  "peerDependencies": {
41
- "@tresjs/core": "5.3.3",
41
+ "@tresjs/core": "5.4.1",
42
42
  "three": ">=0.133",
43
43
  "vue": ">=3.5.17"
44
44
  },
@@ -51,7 +51,7 @@
51
51
  "three-stdlib": "^2.36.1"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/node": "^24.3.0",
54
+ "@types/node": "^24.5.2",
55
55
  "@types/three": "^0.182.0",
56
56
  "@typescript-eslint/eslint-plugin": "^8.42.0",
57
57
  "@typescript-eslint/parser": "^8.42.0",
@@ -71,7 +71,7 @@
71
71
  "vite-plugin-glsl": "^1.5.1",
72
72
  "vite-svg-loader": "^5.1.0",
73
73
  "vue-tsc": "^3.2.1",
74
- "@tresjs/core": "5.3.3",
74
+ "@tresjs/core": "5.4.1",
75
75
  "@tresjs/eslint-config": "1.5.1"
76
76
  },
77
77
  "nx": {