@tresjs/cientos 5.7.0 → 5.7.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.
- package/README.md +5 -3
- package/dist/trescientos.d.ts +2609 -2609
- package/dist/trescientos.js +2 -2
- package/package.json +4 -4
package/dist/trescientos.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/cientos
|
|
3
|
-
* version: v5.7.
|
|
3
|
+
* version: v5.7.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/)
|
|
@@ -7276,7 +7276,7 @@ const StatsGl = defineComponent({
|
|
|
7276
7276
|
});
|
|
7277
7277
|
expose({ instance: statsGl });
|
|
7278
7278
|
const node = document.body;
|
|
7279
|
-
const statContainer = statsGl.
|
|
7279
|
+
const statContainer = statsGl.domElement;
|
|
7280
7280
|
node?.appendChild(statContainer);
|
|
7281
7281
|
const { renderer } = useTresContext();
|
|
7282
7282
|
const { onRender } = useLoop();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/cientos",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.7.
|
|
4
|
+
"version": "5.7.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.8.
|
|
41
|
+
"@tresjs/core": "5.8.1",
|
|
42
42
|
"three": ">=0.133",
|
|
43
43
|
"vue": ">=3.5.17"
|
|
44
44
|
},
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"vite-plugin-glsl": "^1.5.1",
|
|
73
73
|
"vite-svg-loader": "^5.1.0",
|
|
74
74
|
"vue-tsc": "^3.2.1",
|
|
75
|
-
"@tresjs/
|
|
76
|
-
"@tresjs/
|
|
75
|
+
"@tresjs/core": "5.8.1",
|
|
76
|
+
"@tresjs/eslint-config": "1.6.0"
|
|
77
77
|
},
|
|
78
78
|
"nx": {
|
|
79
79
|
"implicitDependencies": [
|