@tresjs/nuxt 5.0.1 → 5.0.3
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/client/200.html +1 -1
- package/dist/client/404.html +1 -1
- package/dist/client/_nuxt/{C-m61Xzp.js → 1ZgkD35C.js} +1 -1
- package/dist/client/_nuxt/{C2c_z123.js → BeEK7xUX.js} +1 -1
- package/dist/client/_nuxt/BwoUGFfs.js +51 -0
- package/dist/client/_nuxt/JrXA361C.js +5 -0
- package/dist/client/_nuxt/builds/latest.json +1 -1
- package/dist/client/_nuxt/builds/meta/b20a4a72-d5c8-4b64-a94d-3789df5b680c.json +1 -0
- package/dist/client/_nuxt/entry.C2iOwCRg.css +1 -0
- package/dist/client/_nuxt/error-404.D3w6fq_p.css +1 -0
- package/dist/client/_nuxt/error-500.DduzzDZ8.css +1 -0
- package/dist/client/_nuxt/{index.C8f9ThyS.css → index.B579J2HY.css} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/module.json +2 -2
- package/dist/module.mjs +1 -1
- package/dist/runtime/TresCanvas.client.d.vue.ts +12 -0
- package/dist/runtime/TresCanvas.server.d.vue.ts +2 -0
- package/package.json +25 -37
- package/dist/client/_nuxt/BQUQfMjh.js +0 -5
- package/dist/client/_nuxt/Vfglixjy.js +0 -51
- package/dist/client/_nuxt/builds/meta/e19d2d4f-feb9-4c0a-96f2-6814b3a5abe7.json +0 -1
- package/dist/client/_nuxt/entry.Du1JYu2Z.css +0 -1
- package/dist/client/_nuxt/error-404.DGeHdVHq.css +0 -1
- package/dist/client/_nuxt/error-500.BMk1V5Qx.css +0 -1
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tresjs/nuxt",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.0.
|
|
5
|
-
"packageManager": "pnpm@10.17.0",
|
|
4
|
+
"version": "5.0.3",
|
|
6
5
|
"description": "TresJS integration for Nuxt.",
|
|
7
6
|
"author": "Daniel Roe (https://github.com/danielroe/)",
|
|
8
7
|
"license": "MIT",
|
|
9
8
|
"homepage": "https://tresjs.org",
|
|
10
9
|
"repository": {
|
|
11
10
|
"type": "git",
|
|
12
|
-
"url": "git+https://github.com/Tresjs/
|
|
11
|
+
"url": "git+https://github.com/Tresjs/tres.git",
|
|
12
|
+
"directory": "packages/nuxt"
|
|
13
13
|
},
|
|
14
14
|
"bugs": {
|
|
15
15
|
"url": "https://github.com/Tresjs/nuxt/issues"
|
|
@@ -35,32 +35,18 @@
|
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|
|
37
37
|
],
|
|
38
|
-
"scripts": {
|
|
39
|
-
"build": "pnpm run module:build && pnpm run client:build",
|
|
40
|
-
"module:build": "nuxt-module-build prepare && nuxt-module-build build",
|
|
41
|
-
"client:build": "nuxt prepare client && nuxi generate client",
|
|
42
|
-
"client:dev": "nuxi dev client --port 3300",
|
|
43
|
-
"dev": "nuxi dev playground",
|
|
44
|
-
"dev:build": "nuxi build playground",
|
|
45
|
-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
46
|
-
"release": "release-it",
|
|
47
|
-
"lint": "eslint .",
|
|
48
|
-
"lint:fix": "eslint . --fix",
|
|
49
|
-
"test": "vitest run",
|
|
50
|
-
"test:watch": "vitest watch"
|
|
51
|
-
},
|
|
52
38
|
"peerDependencies": {
|
|
53
39
|
"three": ">=0.133"
|
|
54
40
|
},
|
|
55
41
|
"dependencies": {
|
|
56
42
|
"@nuxt/kit": "4.1.2",
|
|
57
|
-
"@tresjs/core": "5.0.1",
|
|
58
43
|
"defu": "^6.1.4",
|
|
59
44
|
"mlly": "^1.8.0",
|
|
60
45
|
"ohash": "^2.0.11",
|
|
61
46
|
"pkg-types": "^2.3.0",
|
|
62
47
|
"sirv": "^3.0.2",
|
|
63
|
-
"vite-plugin-glsl": "^1.5.1"
|
|
48
|
+
"vite-plugin-glsl": "^1.5.1",
|
|
49
|
+
"@tresjs/core": "5.0.3"
|
|
64
50
|
},
|
|
65
51
|
"devDependencies": {
|
|
66
52
|
"@nuxt/devtools": "^2.6.5",
|
|
@@ -70,21 +56,19 @@
|
|
|
70
56
|
"@nuxt/schema": "^4.1.2",
|
|
71
57
|
"@nuxt/test-utils": "^3.19.2",
|
|
72
58
|
"@nuxt/ui-pro": "^3.3.4",
|
|
73
|
-
"@release-it/conventional-changelog": "^10.0.1",
|
|
74
|
-
"@tresjs/cientos": "5.0.0",
|
|
75
|
-
"@tresjs/leches": "1.0.0-next.0",
|
|
76
59
|
"@types/node": "^24.5.2",
|
|
77
60
|
"@types/three": "^0.180.0",
|
|
78
61
|
"@vueuse/nuxt": "13.9.0",
|
|
79
|
-
"eslint": "^9.
|
|
62
|
+
"eslint": "^9.34.0",
|
|
80
63
|
"nuxt": "4.1.2",
|
|
81
64
|
"playwright": "^1.55.0",
|
|
82
|
-
"release-it": "^19.0.5",
|
|
83
65
|
"three": "^0.180.0",
|
|
84
|
-
"typescript": "^5.
|
|
85
|
-
"vitest": "
|
|
86
|
-
"vue": "3.5.21",
|
|
87
|
-
"vue-tsc": "^3.0.7"
|
|
66
|
+
"typescript": "^5.8.3",
|
|
67
|
+
"vitest": "3.2.4",
|
|
68
|
+
"vue": "^3.5.21",
|
|
69
|
+
"vue-tsc": "^3.0.7",
|
|
70
|
+
"@tresjs/leches": "1.0.0",
|
|
71
|
+
"@tresjs/cientos": "5.0.2"
|
|
88
72
|
},
|
|
89
73
|
"build": {
|
|
90
74
|
"externals": [
|
|
@@ -106,13 +90,17 @@
|
|
|
106
90
|
"@nuxt/devtools-kit"
|
|
107
91
|
]
|
|
108
92
|
},
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
|
|
116
|
-
|
|
93
|
+
"scripts": {
|
|
94
|
+
"build": "pnpm run module:build && pnpm run client:build",
|
|
95
|
+
"module:build": "nuxt-module-build prepare && nuxt-module-build build",
|
|
96
|
+
"client:build": "nuxt prepare client && nuxi generate client",
|
|
97
|
+
"client:dev": "nuxi dev client --port 3300",
|
|
98
|
+
"dev": "nuxi dev playground",
|
|
99
|
+
"dev:build": "nuxi build playground",
|
|
100
|
+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
|
|
101
|
+
"lint": "eslint .",
|
|
102
|
+
"lint:fix": "eslint . --fix",
|
|
103
|
+
"test": "vitest run",
|
|
104
|
+
"test:watch": "vitest watch"
|
|
117
105
|
}
|
|
118
|
-
}
|
|
106
|
+
}
|