@tresjs/cientos 5.0.0-rc.0 → 5.0.0
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/dist/trescientos.js +5 -3
- package/package.json +2 -2
package/dist/trescientos.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/cientos
|
|
3
|
-
* version: v5.0.0
|
|
3
|
+
* version: v5.0.0
|
|
4
4
|
* (c) 2025
|
|
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/)
|
|
@@ -59334,8 +59334,10 @@ const gU = ["object", "duration", "offset"], yU = /* @__PURE__ */ _e({
|
|
|
59334
59334
|
for (let T = 0; T < d.value * 2; T += 2)
|
|
59335
59335
|
x[T] = (Math.random() - 0.5) / 5 * p.value * m.value, x[T + 1] = Math.random() / 5 * p.value;
|
|
59336
59336
|
};
|
|
59337
|
-
w(), v(),
|
|
59338
|
-
w()
|
|
59337
|
+
w(), v(), watch(p, () => {
|
|
59338
|
+
w();
|
|
59339
|
+
}), Pt(() => {
|
|
59340
|
+
p.value || v();
|
|
59339
59341
|
});
|
|
59340
59342
|
const A = de(null), b = de(null);
|
|
59341
59343
|
Pt(async () => {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/cientos",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.0
|
|
4
|
+
"version": "5.0.0",
|
|
5
5
|
"packageManager": "pnpm@10.17.0",
|
|
6
6
|
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
|
|
7
7
|
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
74
|
-
"@tresjs/core": "5.0.0
|
|
74
|
+
"@tresjs/core": "5.0.0",
|
|
75
75
|
"@tresjs/eslint-config": "^1.4.0",
|
|
76
76
|
"@types/node": "^24.3.0",
|
|
77
77
|
"@types/three": "^0.180.0",
|