@nuxt/devtools-wizard-nightly 2.6.3-29305195.ffe8e62 → 2.6.4-29306513.191eb3f

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 +3 -3
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3,7 +3,7 @@ import { colors } from 'consola/utils';
3
3
  import { readPackageJSON } from 'pkg-types';
4
4
 
5
5
  const name = "@nuxt/devtools-wizard-nightly";
6
- const version = "2.6.3-29305195.ffe8e62";
6
+ const version = "2.6.4-29306513.191eb3f";
7
7
 
8
8
  async function getNuxtVersion(path) {
9
9
  try {
@@ -25,10 +25,10 @@ async function run() {
25
25
  consola.log(`
26
26
  ${colors.gray("Learn more at https://devtools.nuxt.com\n")}`);
27
27
  if (name.endsWith("-edge") || name.endsWith("-nightly"))
28
- throw new Error("Nightly release of Nuxt DevTools requires to be installed locally. Learn more at https://github.com/nuxt/devtools/#nightly-release-channel");
28
+ throw new Error("[Nuxt DevTools] Nightly release of Nuxt DevTools requires to be installed locally. Learn more at https://github.com/nuxt/devtools/#nightly-release-channel");
29
29
  const nuxtVersion = await getNuxtVersion(cwd);
30
30
  if (!nuxtVersion) {
31
- consola.error("Unable to find any installed nuxt version in the current directory");
31
+ consola.error("[Nuxt DevTools] Unable to find any installed nuxt version in the current directory");
32
32
  process.exit(1);
33
33
  }
34
34
  if (command === "enable") {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-wizard-nightly",
3
3
  "type": "module",
4
- "version": "2.6.3-29305195.ffe8e62",
4
+ "version": "2.6.4-29306513.191eb3f",
5
5
  "description": "CLI Wizard to toggle Nuxt DevTools",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devtools.nuxt.com",