@nuxt/kit 3.6.2 → 3.6.4

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. 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 (typeof module !== "string" && nuxt.options.modules.includes(moduleMeta.name)) {
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.2",
3
+ "version": "3.6.4",
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.2",
21
+ "consola": "^3.2.3",
22
22
  "defu": "^6.1.2",
23
- "globby": "^13.2.1",
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.2"
36
+ "@nuxt/schema": "3.6.4"
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.32.4",
46
+ "vitest": "0.33.0",
47
47
  "webpack": "5.88.1"
48
48
  },
49
49
  "engines": {