@tresjs/cientos 5.2.1 → 5.2.2

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,7 +1,7 @@
1
1
  /**
2
2
  * name: @tresjs/cientos
3
- * version: v5.2.1
4
- * (c) 2025
3
+ * version: v5.2.2
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/)
7
7
  */
@@ -5112,7 +5112,7 @@ async function useVideoTexture(src, options) {
5112
5112
  * @return {VideoTexture} {VideoTexture}
5113
5113
  */
5114
5114
  if (!src) return logError("Error no path provided");
5115
- const { unsuspend, start, crossOrigin, muted, loop,...rest } = {
5115
+ const { unsuspend, start, crossOrigin, muted, loop, ...rest } = {
5116
5116
  unsuspend: "loadedmetadata",
5117
5117
  crossOrigin: "Anonymous",
5118
5118
  muted: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tresjs/cientos",
3
3
  "type": "module",
4
- "version": "5.2.1",
4
+ "version": "5.2.2",
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.2.1",
41
+ "@tresjs/core": "5.3.0",
42
42
  "three": ">=0.133",
43
43
  "vue": ">=3.5.17"
44
44
  },
@@ -63,15 +63,15 @@
63
63
  "rollup-plugin-analyzer": "^4.0.0",
64
64
  "rollup-plugin-visualizer": "^6.0.3",
65
65
  "three": "^0.180.0",
66
- "tsdown": "0.16.1",
66
+ "tsdown": "0.18.3",
67
67
  "typescript": "^5.8.3",
68
68
  "vite": "^7.1.9",
69
69
  "vite-plugin-banner": "^0.8.1",
70
70
  "vite-plugin-dts": "4.5.4",
71
71
  "vite-plugin-glsl": "^1.5.1",
72
72
  "vite-svg-loader": "^5.1.0",
73
- "vue-tsc": "^3.1.1",
74
- "@tresjs/core": "5.2.1",
73
+ "vue-tsc": "^3.2.1",
74
+ "@tresjs/core": "5.3.0",
75
75
  "@tresjs/eslint-config": "1.5.1"
76
76
  },
77
77
  "nx": {