@tresjs/nuxt 4.0.0 → 4.1.0-next.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/module.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "compatibility": {
5
5
  "nuxt": ">=3.16.0"
6
6
  },
7
- "version": "4.0.0",
7
+ "version": "4.1.0-next.0",
8
8
  "builder": {
9
9
  "@nuxt/module-builder": "1.0.1",
10
10
  "unbuild": "3.5.0"
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ import { readPackageJSON } from 'pkg-types';
8
8
  import glsl from 'vite-plugin-glsl';
9
9
  import { existsSync } from 'node:fs';
10
10
 
11
- const version = "4.0.0";
11
+ const version = "4.1.0-next.0";
12
12
 
13
13
  const DEVTOOLS_UI_ROUTE = "/__tres_nuxt_devtools";
14
14
  const DEVTOOLS_UI_LOCAL_PORT = 3300;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tresjs/nuxt",
3
3
  "type": "module",
4
- "version": "4.0.0",
4
+ "version": "4.1.0-next.0",
5
5
  "packageManager": "pnpm@10.11.0",
6
6
  "description": "TresJS integration for Nuxt.",
7
7
  "author": "Daniel Roe (https://github.com/danielroe/)",
@@ -36,7 +36,7 @@
36
36
  "dist"
37
37
  ],
38
38
  "scripts": {
39
- "prepack": "npm run module:build && npm run client:build",
39
+ "prepack": "pnpm run module:build && pnpm run client:build",
40
40
  "module:build": "nuxt-module-build prepare && nuxt-module-build build",
41
41
  "client:build": "nuxt prepare client && nuxi generate client",
42
42
  "client:dev": "nuxi dev client --port 3300",
@@ -54,11 +54,13 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@nuxt/kit": "^3.16.0",
57
- "@tresjs/core": "4.3.1",
57
+ "@nuxt/ui": "^2.21.0",
58
+ "@tresjs/core": "5.0.0-next.1",
59
+ "@unocss/nuxt": "^66.0.0",
58
60
  "defu": "^6.1.4",
59
- "mlly": "^1.7.3",
60
- "pkg-types": "^1.2.1",
61
- "sirv": "^3.0.0",
61
+ "mlly": "^1.7.4",
62
+ "pkg-types": "^1.3.1",
63
+ "sirv": "^3.0.1",
62
64
  "vite-plugin-glsl": "^1.3.1"
63
65
  },
64
66
  "devDependencies": {
@@ -75,7 +77,7 @@
75
77
  "@nuxt/test-utils": "^3.18.0",
76
78
  "@nuxt/ui": "^2.20.0",
77
79
  "@release-it/conventional-changelog": "^9.0.3",
78
- "@tresjs/cientos": "^4.0.3",
80
+ "@tresjs/cientos": "5.0.0-next.0",
79
81
  "@types/node": "^22.15.21",
80
82
  "@types/three": "^0.171.0",
81
83
  "@unocss/nuxt": "^66.1.2",