@nuxt/kit-nightly 5.0.0-29656656.bb4e7ef7 → 5.0.0-29657315.d21befcd

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 +2 -2
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1737,10 +1737,10 @@ async function ensureDependencyInstalled(names, options = {}) {
1737
1737
  if (m) return Array.isArray(names) ? missing : false;
1738
1738
  if (options.prompt === true || options.prompt !== false && !isStackblitz) {
1739
1739
  if (!h) return Array.isArray(names) ? missing : false;
1740
- if (!await logger.prompt(`Do you want to install ${formattedNames}?`, {
1740
+ if (await logger.prompt(`Do you want to install ${formattedNames}?`, {
1741
1741
  type: "confirm",
1742
1742
  initial: true
1743
- })) return Array.isArray(names) ? missing : false;
1743
+ }) !== true) return Array.isArray(names) ? missing : false;
1744
1744
  } else if (!isStackblitz) return Array.isArray(names) ? missing : false;
1745
1745
  logger.start(`Installing ${formattedNames}...`);
1746
1746
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nuxt/kit-nightly",
3
- "version": "5.0.0-29656656.bb4e7ef7",
3
+ "version": "5.0.0-29657315.d21befcd",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/nuxt/nuxt.git",
@@ -42,7 +42,7 @@
42
42
  "untyped": "^2.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@nuxt/schema": "npm:@nuxt/schema-nightly@5.0.0-29656656.bb4e7ef7",
45
+ "@nuxt/schema": "npm:@nuxt/schema-nightly@5.0.0-29657315.d21befcd",
46
46
  "@rspack/core": "2.0.3",
47
47
  "@types/semver": "7.7.1",
48
48
  "hookable": "6.1.1",