@nuxt/kit 3.2.0 → 3.2.2

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 +8 -8
package/dist/index.mjs CHANGED
@@ -529,7 +529,7 @@ async function loadNuxt(opts) {
529
529
  configOverrides: opts.overrides,
530
530
  ready: opts.ready,
531
531
  envConfig: opts.dotenv
532
- // TODO: Backward format convertion
532
+ // TODO: Backward format conversion
533
533
  });
534
534
  return nuxt;
535
535
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit",
3
- "version": "3.2.0",
3
+ "version": "3.2.2",
4
4
  "repository": "nuxt/nuxt",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -10,22 +10,22 @@
10
10
  "dist"
11
11
  ],
12
12
  "dependencies": {
13
- "@nuxt/schema": "3.2.0",
14
- "c12": "^1.1.0",
13
+ "@nuxt/schema": "3.2.2",
14
+ "c12": "^1.1.2",
15
15
  "consola": "^2.15.3",
16
16
  "defu": "^6.1.2",
17
17
  "globby": "^13.1.3",
18
18
  "hash-sum": "^2.0.0",
19
19
  "ignore": "^5.2.4",
20
- "jiti": "^1.17.0",
20
+ "jiti": "^1.17.1",
21
21
  "knitwork": "^1.0.0",
22
22
  "lodash.template": "^4.5.0",
23
- "mlly": "^1.1.0",
23
+ "mlly": "^1.1.1",
24
24
  "pathe": "^1.1.0",
25
- "pkg-types": "^1.0.1",
25
+ "pkg-types": "^1.0.2",
26
26
  "scule": "^1.0.0",
27
27
  "semver": "^7.3.8",
28
- "unctx": "^2.1.1",
28
+ "unctx": "^2.1.2",
29
29
  "unimport": "^2.2.4",
30
30
  "untyped": "^1.2.2"
31
31
  },
@@ -35,7 +35,7 @@
35
35
  "unbuild": "latest"
36
36
  },
37
37
  "engines": {
38
- "node": "^14.16.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
38
+ "node": "^14.18.0 || ^16.10.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
39
39
  },
40
40
  "scripts": {}
41
41
  }