create-nuxt-base 2.5.0 → 2.5.1
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/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [2.5.1](https://github.com/lenneTech/nuxt-base-starter/compare/v2.5.0...v2.5.1) (2026-03-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* prevent build-time baked API URLs by defaulting to empty strings resolved at runtimeOC ([e577648](https://github.com/lenneTech/nuxt-base-starter/commit/e577648a287e18a76c72564d68bacc277b04a500))
|
|
11
|
+
|
|
5
12
|
## [2.5.0](https://github.com/lenneTech/nuxt-base-starter/compare/v2.3.1...v2.5.0) (2026-03-16)
|
|
6
13
|
|
|
7
14
|
|
|
@@ -85,10 +85,10 @@ export default defineNuxtConfig({
|
|
|
85
85
|
ltExtensions: {
|
|
86
86
|
auth: {
|
|
87
87
|
enabled: true,
|
|
88
|
-
// baseURL
|
|
89
|
-
//
|
|
90
|
-
//
|
|
91
|
-
baseURL:
|
|
88
|
+
// baseURL: resolved at runtime via NUXT_PUBLIC_API_URL (not baked at build time)
|
|
89
|
+
// Local dev: .env provides http://localhost:3000
|
|
90
|
+
// Production: deployment env provides the production API URL
|
|
91
|
+
baseURL: '',
|
|
92
92
|
basePath: '/iam',
|
|
93
93
|
loginPath: '/auth/login',
|
|
94
94
|
twoFactorRedirectPath: '/auth/2fa',
|
|
@@ -154,11 +154,13 @@ export default defineNuxtConfig({
|
|
|
154
154
|
// Runtime Configuration (Environment Variables)
|
|
155
155
|
// ============================================================================
|
|
156
156
|
runtimeConfig: {
|
|
157
|
-
// Server-only — NUXT_API_URL overrides
|
|
158
|
-
|
|
157
|
+
// Server-only — NUXT_API_URL overrides at runtime
|
|
158
|
+
// Local dev: .env provides http://localhost:3000
|
|
159
|
+
apiUrl: '',
|
|
159
160
|
public: {
|
|
160
|
-
// Client-side — NUXT_PUBLIC_API_URL overrides
|
|
161
|
-
|
|
161
|
+
// Client-side — NUXT_PUBLIC_API_URL overrides at runtime
|
|
162
|
+
// Local dev: .env provides http://localhost:3000
|
|
163
|
+
apiUrl: '',
|
|
162
164
|
// NUXT_PUBLIC_WEB_PUSH_KEY overrides this
|
|
163
165
|
webPushKey: '',
|
|
164
166
|
// API Proxy: Routes client-side /api/* requests through the Vite dev proxy
|
|
@@ -26,8 +26,8 @@ importers:
|
|
|
26
26
|
specifier: latest
|
|
27
27
|
version: 1.6.5(@babel/parser@7.29.0)(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(embla-carousel@8.6.0)(ioredis@5.9.2)(magicast@0.5.2)(qrcode@1.5.4)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)(valibot@1.2.0(typescript@5.9.3))(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue-router@4.6.4(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
|
|
28
28
|
'@lenne.tech/nuxt-extensions':
|
|
29
|
-
specifier: 1.5.
|
|
30
|
-
version: 1.5.
|
|
29
|
+
specifier: 1.5.1
|
|
30
|
+
version: 1.5.1(ab65a17ef00368106f6d3f353565a308)
|
|
31
31
|
'@nuxt/image':
|
|
32
32
|
specifier: 2.0.0
|
|
33
33
|
version: 2.0.0(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(magicast@0.5.2)
|
|
@@ -1066,8 +1066,8 @@ packages:
|
|
|
1066
1066
|
'@lenne.tech/bug.lt@1.6.5':
|
|
1067
1067
|
resolution: {integrity: sha512-3aSfAcuizL8WvmDaHUlSjpLVdaeSRtNMrEPle7IoqA9VBmfaCfUKzOQmSdnz69Laeq6hn1a2P1HVcsj1QoOWuQ==}
|
|
1068
1068
|
|
|
1069
|
-
'@lenne.tech/nuxt-extensions@1.5.
|
|
1070
|
-
resolution: {integrity: sha512-
|
|
1069
|
+
'@lenne.tech/nuxt-extensions@1.5.1':
|
|
1070
|
+
resolution: {integrity: sha512-fx0CfG/VF+/SCqrs5jowP3ue/AegLDCYQk0mqnolmcESlCnOL/mTPuLjaNuPDLrU6jHu4s46ELgz8D8rhTOPfg==}
|
|
1071
1071
|
peerDependencies:
|
|
1072
1072
|
'@better-auth/passkey': '>=1.0.0'
|
|
1073
1073
|
'@playwright/test': '>=1.0.0'
|
|
@@ -7782,7 +7782,7 @@ snapshots:
|
|
|
7782
7782
|
- vue-router
|
|
7783
7783
|
- yup
|
|
7784
7784
|
|
|
7785
|
-
'@lenne.tech/nuxt-extensions@1.5.
|
|
7785
|
+
'@lenne.tech/nuxt-extensions@1.5.1(ab65a17ef00368106f6d3f353565a308)':
|
|
7786
7786
|
dependencies:
|
|
7787
7787
|
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
7788
7788
|
better-auth: 1.5.5(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mongodb@7.1.0)(mysql2@3.15.3)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(vitest@4.1.0(@types/node@25.5.0)(happy-dom@20.8.4)(jsdom@29.0.0(@noble/hashes@2.0.1))(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)))(vue@3.5.28(typescript@5.9.3))
|
|
@@ -7892,7 +7892,7 @@ snapshots:
|
|
|
7892
7892
|
|
|
7893
7893
|
'@nuxt/devtools-kit@3.1.1(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))':
|
|
7894
7894
|
dependencies:
|
|
7895
|
-
'@nuxt/kit': 4.
|
|
7895
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
7896
7896
|
execa: 8.0.1
|
|
7897
7897
|
vite: 7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
|
|
7898
7898
|
transitivePeerDependencies:
|
|
@@ -7900,7 +7900,7 @@ snapshots:
|
|
|
7900
7900
|
|
|
7901
7901
|
'@nuxt/devtools-kit@3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))':
|
|
7902
7902
|
dependencies:
|
|
7903
|
-
'@nuxt/kit': 4.
|
|
7903
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
7904
7904
|
execa: 8.0.1
|
|
7905
7905
|
vite: 7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
|
|
7906
7906
|
transitivePeerDependencies:
|
|
@@ -7908,7 +7908,7 @@ snapshots:
|
|
|
7908
7908
|
|
|
7909
7909
|
'@nuxt/devtools-kit@3.2.3(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))':
|
|
7910
7910
|
dependencies:
|
|
7911
|
-
'@nuxt/kit': 4.
|
|
7911
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
7912
7912
|
execa: 8.0.1
|
|
7913
7913
|
vite: 7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2)
|
|
7914
7914
|
transitivePeerDependencies:
|
|
@@ -8010,7 +8010,7 @@ snapshots:
|
|
|
8010
8010
|
'@nuxt/fonts@0.12.1(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))':
|
|
8011
8011
|
dependencies:
|
|
8012
8012
|
'@nuxt/devtools-kit': 3.1.1(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8013
|
-
'@nuxt/kit': 4.
|
|
8013
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8014
8014
|
consola: 3.4.2
|
|
8015
8015
|
css-tree: 3.1.0
|
|
8016
8016
|
defu: 6.1.4
|
|
@@ -8056,7 +8056,7 @@ snapshots:
|
|
|
8056
8056
|
'@nuxt/fonts@0.14.0(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))':
|
|
8057
8057
|
dependencies:
|
|
8058
8058
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8059
|
-
'@nuxt/kit': 4.
|
|
8059
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8060
8060
|
consola: 3.4.2
|
|
8061
8061
|
defu: 6.1.4
|
|
8062
8062
|
fontless: 0.2.1(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
@@ -8100,7 +8100,7 @@ snapshots:
|
|
|
8100
8100
|
'@iconify/utils': 3.1.0
|
|
8101
8101
|
'@iconify/vue': 5.0.0(vue@3.5.28(typescript@5.9.3))
|
|
8102
8102
|
'@nuxt/devtools-kit': 3.1.1(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8103
|
-
'@nuxt/kit': 4.
|
|
8103
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8104
8104
|
consola: 3.4.2
|
|
8105
8105
|
local-pkg: 1.1.2
|
|
8106
8106
|
mlly: 1.8.0
|
|
@@ -8395,7 +8395,7 @@ snapshots:
|
|
|
8395
8395
|
'@internationalized/number': 3.6.5
|
|
8396
8396
|
'@nuxt/fonts': 0.12.1(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8397
8397
|
'@nuxt/icon': 2.2.1(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
|
|
8398
|
-
'@nuxt/kit': 4.
|
|
8398
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8399
8399
|
'@nuxt/schema': 4.3.1
|
|
8400
8400
|
'@nuxtjs/color-mode': 3.5.2(magicast@0.5.2)
|
|
8401
8401
|
'@standard-schema/spec': 1.1.0
|
|
@@ -8432,8 +8432,8 @@ snapshots:
|
|
|
8432
8432
|
tinyglobby: 0.2.15
|
|
8433
8433
|
typescript: 5.9.3
|
|
8434
8434
|
unplugin: 2.3.11
|
|
8435
|
-
unplugin-auto-import: 20.3.0(@nuxt/kit@4.
|
|
8436
|
-
unplugin-vue-components: 30.0.0(@babel/parser@7.29.0)(@nuxt/kit@4.
|
|
8435
|
+
unplugin-auto-import: 20.3.0(@nuxt/kit@4.4.2(magicast@0.5.2))(@vueuse/core@13.9.0(vue@3.5.28(typescript@5.9.3)))
|
|
8436
|
+
unplugin-vue-components: 30.0.0(@babel/parser@7.29.0)(@nuxt/kit@4.4.2(magicast@0.5.2))(vue@3.5.28(typescript@5.9.3))
|
|
8437
8437
|
vaul-vue: 0.4.1(reka-ui@2.6.0(typescript@5.9.3)(vue@3.5.28(typescript@5.9.3)))(vue@3.5.28(typescript@5.9.3))
|
|
8438
8438
|
vue-component-type-helpers: 3.2.4
|
|
8439
8439
|
optionalDependencies:
|
|
@@ -8677,7 +8677,7 @@ snapshots:
|
|
|
8677
8677
|
dependencies:
|
|
8678
8678
|
'@fingerprintjs/botd': 2.0.0
|
|
8679
8679
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8680
|
-
'@nuxt/kit': 4.
|
|
8680
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8681
8681
|
consola: 3.4.2
|
|
8682
8682
|
defu: 6.1.4
|
|
8683
8683
|
h3: 1.15.5
|
|
@@ -8740,7 +8740,7 @@ snapshots:
|
|
|
8740
8740
|
'@nuxtjs/sitemap@7.6.0(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))(zod@4.3.6)':
|
|
8741
8741
|
dependencies:
|
|
8742
8742
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
8743
|
-
'@nuxt/kit': 4.
|
|
8743
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
8744
8744
|
chalk: 5.6.2
|
|
8745
8745
|
defu: 6.1.4
|
|
8746
8746
|
fast-xml-parser: 5.4.2
|
|
@@ -12393,7 +12393,7 @@ snapshots:
|
|
|
12393
12393
|
nuxt-link-checker@4.3.9(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2)(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3)):
|
|
12394
12394
|
dependencies:
|
|
12395
12395
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
12396
|
-
'@nuxt/kit': 4.
|
|
12396
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12397
12397
|
'@vueuse/core': 14.2.1(vue@3.5.28(typescript@5.9.3))
|
|
12398
12398
|
consola: 3.4.2
|
|
12399
12399
|
diff: 8.0.3
|
|
@@ -12436,7 +12436,7 @@ snapshots:
|
|
|
12436
12436
|
nuxt-og-image@5.1.13(@unhead/vue@2.1.4(vue@3.5.28(typescript@5.9.3)))(magicast@0.5.2)(unstorage@1.17.4(db0@0.3.4(@electric-sql/pglite@0.3.15)(drizzle-orm@0.45.1(@electric-sql/pglite@0.3.15)(@prisma/client@7.4.2(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3))(typescript@5.9.3))(kysely@0.28.11)(mysql2@3.15.3)(postgres@3.4.7)(prisma@7.4.2(@types/react@19.2.14)(magicast@0.5.2)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(typescript@5.9.3)))(mysql2@3.15.3))(ioredis@5.9.2))(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3)):
|
|
12437
12437
|
dependencies:
|
|
12438
12438
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
12439
|
-
'@nuxt/kit': 4.
|
|
12439
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12440
12440
|
'@resvg/resvg-js': 2.6.2
|
|
12441
12441
|
'@resvg/resvg-wasm': 2.6.2
|
|
12442
12442
|
'@unhead/vue': 2.1.4(vue@3.5.28(typescript@5.9.3))
|
|
@@ -12475,7 +12475,7 @@ snapshots:
|
|
|
12475
12475
|
|
|
12476
12476
|
nuxt-schema-org@5.0.10(@unhead/vue@2.1.4(vue@3.5.28(typescript@5.9.3)))(magicast@0.5.2)(unhead@2.1.12)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))(zod@4.3.6):
|
|
12477
12477
|
dependencies:
|
|
12478
|
-
'@nuxt/kit': 4.
|
|
12478
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12479
12479
|
'@unhead/schema-org': 2.1.4(@unhead/vue@2.1.4(vue@3.5.28(typescript@5.9.3)))
|
|
12480
12480
|
defu: 6.1.4
|
|
12481
12481
|
nuxt-site-config: 3.2.19(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3))
|
|
@@ -12496,7 +12496,7 @@ snapshots:
|
|
|
12496
12496
|
|
|
12497
12497
|
nuxt-seo-utils@7.0.19(magicast@0.5.2)(rollup@4.59.0)(unhead@2.1.12)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3)):
|
|
12498
12498
|
dependencies:
|
|
12499
|
-
'@nuxt/kit': 4.
|
|
12499
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12500
12500
|
'@unhead/addons': 2.1.4(rollup@4.59.0)(unhead@2.1.12)
|
|
12501
12501
|
defu: 6.1.4
|
|
12502
12502
|
escape-string-regexp: 5.0.0
|
|
@@ -12517,7 +12517,7 @@ snapshots:
|
|
|
12517
12517
|
|
|
12518
12518
|
nuxt-site-config-kit@3.2.19(magicast@0.5.2)(vue@3.5.28(typescript@5.9.3)):
|
|
12519
12519
|
dependencies:
|
|
12520
|
-
'@nuxt/kit': 4.
|
|
12520
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12521
12521
|
pkg-types: 2.3.0
|
|
12522
12522
|
site-config-stack: 3.2.19(vue@3.5.28(typescript@5.9.3))
|
|
12523
12523
|
std-env: 3.10.0
|
|
@@ -12529,7 +12529,7 @@ snapshots:
|
|
|
12529
12529
|
nuxt-site-config@3.2.19(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))(vue@3.5.28(typescript@5.9.3)):
|
|
12530
12530
|
dependencies:
|
|
12531
12531
|
'@nuxt/devtools-kit': 3.2.2(magicast@0.5.2)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(lightningcss@1.31.1)(terser@5.46.0)(yaml@2.8.2))
|
|
12532
|
-
'@nuxt/kit': 4.
|
|
12532
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
12533
12533
|
h3: 1.15.5
|
|
12534
12534
|
nuxt-site-config-kit: 3.2.19(magicast@0.5.2)(vue@3.5.28(typescript@5.9.3))
|
|
12535
12535
|
pathe: 2.0.3
|
|
@@ -13955,7 +13955,7 @@ snapshots:
|
|
|
13955
13955
|
magic-string-ast: 1.0.3
|
|
13956
13956
|
unplugin: 2.3.11
|
|
13957
13957
|
|
|
13958
|
-
unplugin-auto-import@20.3.0(@nuxt/kit@4.
|
|
13958
|
+
unplugin-auto-import@20.3.0(@nuxt/kit@4.4.2(magicast@0.5.2))(@vueuse/core@13.9.0(vue@3.5.28(typescript@5.9.3))):
|
|
13959
13959
|
dependencies:
|
|
13960
13960
|
local-pkg: 1.1.2
|
|
13961
13961
|
magic-string: 0.30.21
|
|
@@ -13964,7 +13964,7 @@ snapshots:
|
|
|
13964
13964
|
unplugin: 2.3.11
|
|
13965
13965
|
unplugin-utils: 0.3.1
|
|
13966
13966
|
optionalDependencies:
|
|
13967
|
-
'@nuxt/kit': 4.
|
|
13967
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
13968
13968
|
'@vueuse/core': 13.9.0(vue@3.5.28(typescript@5.9.3))
|
|
13969
13969
|
|
|
13970
13970
|
unplugin-auto-import@21.0.0(@nuxt/kit@4.3.1(magicast@0.5.2))(@vueuse/core@14.2.1(vue@3.5.28(typescript@5.9.3))):
|
|
@@ -13984,7 +13984,7 @@ snapshots:
|
|
|
13984
13984
|
pathe: 2.0.3
|
|
13985
13985
|
picomatch: 4.0.3
|
|
13986
13986
|
|
|
13987
|
-
unplugin-vue-components@30.0.0(@babel/parser@7.29.0)(@nuxt/kit@4.
|
|
13987
|
+
unplugin-vue-components@30.0.0(@babel/parser@7.29.0)(@nuxt/kit@4.4.2(magicast@0.5.2))(vue@3.5.28(typescript@5.9.3)):
|
|
13988
13988
|
dependencies:
|
|
13989
13989
|
chokidar: 4.0.3
|
|
13990
13990
|
debug: 4.4.3
|
|
@@ -13997,7 +13997,7 @@ snapshots:
|
|
|
13997
13997
|
vue: 3.5.28(typescript@5.9.3)
|
|
13998
13998
|
optionalDependencies:
|
|
13999
13999
|
'@babel/parser': 7.29.0
|
|
14000
|
-
'@nuxt/kit': 4.
|
|
14000
|
+
'@nuxt/kit': 4.4.2(magicast@0.5.2)
|
|
14001
14001
|
transitivePeerDependencies:
|
|
14002
14002
|
- supports-color
|
|
14003
14003
|
|
package/package.json
CHANGED