@tresjs/post-processing 3.0.0 → 3.1.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/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
<a href="https://www.npmjs.com/package/@tresjs/core"><img src="https://img.shields.io/npm/v/@tresjs/post-processing?color=FF7BAC" alt="npm package"></a>
|
|
5
5
|
<a href="https://www.npmjs.com/package/@tresjs/post-processing"><img src="https://img.shields.io/npm/dm/@tresjs/post-processing?color=FF7BAC" alt="npm downloads"></a>
|
|
6
|
-
<a href="https://
|
|
6
|
+
<a href="https://tresjs.org/discord"><img src="https://img.shields.io/badge/chat-discord-purple?style=flat&logo=discord" alt="discord chat"></a>
|
|
7
7
|
</p>
|
|
8
8
|
<br/>
|
|
9
9
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/post-processing",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1.0",
|
|
5
5
|
"description": "Post-processing library for TresJS",
|
|
6
6
|
"author": "Alvaro Saburido <hola@alvarosaburido.dev> (https://github.com/alvarosabu/)",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|
|
9
9
|
"type": "git",
|
|
10
|
-
"url": "git+https://github.com/Tresjs/
|
|
10
|
+
"url": "git+https://github.com/Tresjs/tres.git",
|
|
11
|
+
"directory": "packages/postprocessing"
|
|
11
12
|
},
|
|
12
13
|
"keywords": [
|
|
13
14
|
"vue",
|
|
@@ -38,7 +39,7 @@
|
|
|
38
39
|
"access": "public"
|
|
39
40
|
},
|
|
40
41
|
"peerDependencies": {
|
|
41
|
-
"@tresjs/core": "5.0
|
|
42
|
+
"@tresjs/core": "5.1.0",
|
|
42
43
|
"three": ">=0.169",
|
|
43
44
|
"vue": ">=3.4"
|
|
44
45
|
},
|
|
@@ -50,7 +51,6 @@
|
|
|
50
51
|
"@types/three": "^0.180.0",
|
|
51
52
|
"@vitejs/plugin-vue": "^6.0.1",
|
|
52
53
|
"eslint": "^9.34.0",
|
|
53
|
-
"gsap": "^3.13.0",
|
|
54
54
|
"kolorist": "^1.8.0",
|
|
55
55
|
"pathe": "^2.0.3",
|
|
56
56
|
"rollup-plugin-analyzer": "^4.0.0",
|
|
@@ -62,9 +62,9 @@
|
|
|
62
62
|
"vite-plugin-dts": "4.5.4",
|
|
63
63
|
"vue": "^3.5.21",
|
|
64
64
|
"vue-tsc": "^3.0.7",
|
|
65
|
-
"@tresjs/
|
|
66
|
-
"@tresjs/
|
|
67
|
-
"@tresjs/
|
|
65
|
+
"@tresjs/eslint-config": "1.5.0",
|
|
66
|
+
"@tresjs/leches": "1.1.0",
|
|
67
|
+
"@tresjs/core": "5.1.0"
|
|
68
68
|
},
|
|
69
69
|
"nx": {
|
|
70
70
|
"implicitDependencies": [
|