@tresjs/cientos 2.0.0-beta.1 → 2.0.0-beta.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.
- package/README.md +2 -4
- package/dist/trescientos.js +1 -1
- package/dist/trescientos.umd.cjs +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</p>
|
|
8
8
|
<br/>
|
|
9
9
|
|
|
10
|
-
# Cientos
|
|
10
|
+
# Cientos
|
|
11
11
|
|
|
12
12
|
> Collection of useful helpers and fully functional, ready-made abstractions for Tres
|
|
13
13
|
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
Cientos (Spanish word for "hundreds", pronounced /θjentos/ ) is is a collection of useful ready-to-go helpers and components that are not part of the core package. The name uses the word uses in spanish to multiply by 100, to refer to the potential reach of the package to hold a amazing abstractions.
|
|
20
20
|
|
|
21
|
-
The cientos package uses three-stdlib module under the hood instead of the three/examples/jsm module. This means that you don't need to extend the catalogue of components using the extend method
|
|
21
|
+
The cientos package uses three-stdlib module under the hood instead of the three/examples/jsm module. This means that you don't need to extend the catalogue of components using the extend method from the `core`, cientos does it for you.
|
|
22
22
|
|
|
23
23
|
It just works. 💯
|
|
24
24
|
|
|
@@ -50,7 +50,6 @@ pnpm run build
|
|
|
50
50
|
|
|
51
51
|
### Playground
|
|
52
52
|
|
|
53
|
-
|
|
54
53
|
To run the playground run, its a great way to test the components and helpers locally:
|
|
55
54
|
|
|
56
55
|
First install dependencies
|
|
@@ -83,7 +82,6 @@ To build them
|
|
|
83
82
|
pnpm run docs:build
|
|
84
83
|
```
|
|
85
84
|
|
|
86
|
-
|
|
87
85
|
## License
|
|
88
86
|
|
|
89
87
|
[MIT](/LICENSE)
|
package/dist/trescientos.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/cientos
|
|
3
|
-
* version: v2.0.0-beta.
|
|
3
|
+
* version: v2.0.0-beta.1
|
|
4
4
|
* (c) 2023
|
|
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/)
|
package/dist/trescientos.umd.cjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* name: @tresjs/cientos
|
|
3
|
-
* version: v2.0.0-beta.
|
|
3
|
+
* version: v2.0.0-beta.1
|
|
4
4
|
* (c) 2023
|
|
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/)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/cientos",
|
|
3
3
|
"description": "Collection of useful helpers and fully functional, ready-made abstractions for Tres",
|
|
4
|
-
"version": "2.0.0-beta.
|
|
4
|
+
"version": "2.0.0-beta.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
|
|
7
7
|
"files": [
|
|
@@ -41,35 +41,35 @@
|
|
|
41
41
|
"docs:preview": "vitepress preview docs"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
|
-
"@tresjs/core": "2.0.0-beta.
|
|
44
|
+
"@tresjs/core": "2.0.0-beta.6",
|
|
45
45
|
"three": "latest",
|
|
46
46
|
"vue": "^3.2.47"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@alvarosabu/prettier-config": "^1.3.0",
|
|
50
50
|
"@release-it/conventional-changelog": "^5.1.1",
|
|
51
|
-
"@tresjs/core": "2.0.0-beta.
|
|
51
|
+
"@tresjs/core": "2.0.0-beta.9",
|
|
52
52
|
"@tweakpane/plugin-essentials": "^0.1.8",
|
|
53
53
|
"@types/three": "^0.150.1",
|
|
54
54
|
"@vitejs/plugin-vue": "^4.1.0",
|
|
55
55
|
"gsap": "^3.11.5",
|
|
56
56
|
"kolorist": "^1.7.0",
|
|
57
57
|
"pathe": "^1.1.0",
|
|
58
|
-
"prettier": "^2.8.
|
|
58
|
+
"prettier": "^2.8.7",
|
|
59
59
|
"release-it": "^15.10.1",
|
|
60
60
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
61
61
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
62
62
|
"tweakpane": "^3.1.7",
|
|
63
|
-
"typescript": "^5.0.
|
|
64
|
-
"unocss": "^0.
|
|
65
|
-
"vite": "^4.2.
|
|
63
|
+
"typescript": "^5.0.4",
|
|
64
|
+
"unocss": "^0.51.4",
|
|
65
|
+
"vite": "^4.2.1",
|
|
66
66
|
"vite-plugin-banner": "^0.7.0",
|
|
67
|
-
"vite-plugin-dts": "2.
|
|
67
|
+
"vite-plugin-dts": "2.2.0",
|
|
68
68
|
"vite-svg-loader": "^4.0.0",
|
|
69
|
-
"vitepress": "1.0.0-alpha.
|
|
69
|
+
"vitepress": "1.0.0-alpha.65"
|
|
70
70
|
},
|
|
71
71
|
"dependencies": {
|
|
72
|
-
"@vueuse/core": "^
|
|
72
|
+
"@vueuse/core": "^10.0.2",
|
|
73
73
|
"three": "^0.150.1",
|
|
74
74
|
"three-stdlib": "^2.21.8",
|
|
75
75
|
"vue": "^3.2.47"
|