kmcom-nuxt-layers 1.6.31 → 1.6.33

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.
@@ -42,7 +42,7 @@ export default defineNuxtConfig({
42
42
  compatibilityDate: '2026-01-24',
43
43
 
44
44
  typescript: {
45
- typeCheck: false,
45
+ typeCheck: true,
46
46
  strict: true,
47
47
  },
48
48
 
@@ -11,4 +11,9 @@ export default defineNuxtConfig({
11
11
  css: ['#layers/layout/app/assets/css/layout.css'],
12
12
 
13
13
  compatibilityDate: '2026-01-20',
14
+
15
+ typescript: {
16
+ typeCheck: true,
17
+ strict: true,
18
+ },
14
19
  })
@@ -18,6 +18,11 @@ export default defineNuxtConfig({
18
18
 
19
19
  compatibilityDate: '2026-01-30',
20
20
 
21
+ typescript: {
22
+ typeCheck: true,
23
+ strict: true,
24
+ },
25
+
21
26
  // Ensure GSAP is transpiled for SSR compatibility
22
27
  build: {
23
28
  transpile: ['gsap'],
@@ -13,6 +13,11 @@ export default defineNuxtConfig({
13
13
 
14
14
  compatibilityDate: '2026-01-30',
15
15
 
16
+ typescript: {
17
+ typeCheck: true,
18
+ strict: true,
19
+ },
20
+
16
21
  hooks: {
17
22
  'pages:extend'(pages: unknown[]) {
18
23
  const cwd = process.cwd()
@@ -89,6 +89,11 @@ export default {}
89
89
  export default defineNuxtConfig({
90
90
  compatibilityDate: '2025-07-15',
91
91
 
92
+ typescript: {
93
+ typeCheck: true,
94
+ strict: true,
95
+ },
96
+
92
97
  modules: ['@tresjs/nuxt'],
93
98
 
94
99
  tres: {
@@ -50,4 +50,9 @@ export default defineNuxtConfig({
50
50
  },
51
51
 
52
52
  compatibilityDate: '2026-01-30',
53
+
54
+ typescript: {
55
+ typeCheck: true,
56
+ strict: true,
57
+ },
53
58
  })
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "kmcom-nuxt-layers",
3
3
  "private": false,
4
- "version": "1.6.31",
4
+ "version": "1.6.33",
5
5
  "description": "Composable Nuxt 4 layers for building scalable Vue applications",
6
6
  "files": [
7
7
  "layers/*/nuxt.config.ts",
@@ -39,7 +39,7 @@
39
39
  "nuxt-studio": "^1.4.0",
40
40
  "pinia": "^3.0.4",
41
41
  "tailwindcss": "^4.2.4",
42
- "three": "^0.183.2",
42
+ "three": ">=0.183.0",
43
43
  "v-gsap-nuxt": ">=1.0.0",
44
44
  "zod": "^4.4.3"
45
45
  },