@nuxt/kit 3.6.2 → 3.6.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/index.mjs +1 -1
- package/package.json +5 -5
package/dist/index.mjs
CHANGED
|
@@ -2471,7 +2471,7 @@ async function getNuxtModuleVersion(module, nuxt = useNuxt()) {
|
|
|
2471
2471
|
if (version) {
|
|
2472
2472
|
return version;
|
|
2473
2473
|
}
|
|
2474
|
-
if (
|
|
2474
|
+
if (nuxt.options.modules.includes(moduleMeta.name)) {
|
|
2475
2475
|
const { buildTimeModuleMeta } = await loadNuxtModuleInstance(moduleMeta.name, nuxt);
|
|
2476
2476
|
return buildTimeModuleMeta.version || false;
|
|
2477
2477
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/kit",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.3",
|
|
4
4
|
"repository": "nuxt/nuxt",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"c12": "^1.4.2",
|
|
21
|
-
"consola": "^3.2.
|
|
21
|
+
"consola": "^3.2.3",
|
|
22
22
|
"defu": "^6.1.2",
|
|
23
|
-
"globby": "^13.2.
|
|
23
|
+
"globby": "^13.2.2",
|
|
24
24
|
"hash-sum": "^2.0.0",
|
|
25
25
|
"ignore": "^5.2.4",
|
|
26
26
|
"jiti": "^1.19.1",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"unctx": "^2.3.1",
|
|
34
34
|
"unimport": "^3.0.14",
|
|
35
35
|
"untyped": "^1.3.2",
|
|
36
|
-
"@nuxt/schema": "3.6.
|
|
36
|
+
"@nuxt/schema": "3.6.3"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
39
|
"@types/hash-sum": "1.0.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"nitropack": "2.5.2",
|
|
44
44
|
"unbuild": "latest",
|
|
45
45
|
"vite": "4.3.9",
|
|
46
|
-
"vitest": "0.
|
|
46
|
+
"vitest": "0.33.0",
|
|
47
47
|
"webpack": "5.88.1"
|
|
48
48
|
},
|
|
49
49
|
"engines": {
|