@nuxt/devtools-wizard-nightly 3.2.0-29513370.68155c5 → 3.2.1-29518581.0216c08

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.
@@ -47,7 +47,7 @@ async function toggleConfig(cwd, value) {
47
47
  consola.info(colors.yellow(`Nuxt DevTools is already ${value ? "enabled" : "disabled"}`));
48
48
  } else {
49
49
  consola.log("");
50
- consola.log("We are going to update the Nuxt config with with the following changes:");
50
+ consola.log("We are going to update the Nuxt config with the following changes:");
51
51
  consola.log(colors.bold(colors.green(`./${relative(cwd, nuxtConfig)}`)));
52
52
  consola.log("");
53
53
  printDiffToCLI(source, generated);
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 = "3.2.0-29513370.68155c5";
6
+ const version = "3.2.1-29518581.0216c08";
7
7
 
8
8
  async function getNuxtVersion(path) {
9
9
  try {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-wizard-nightly",
3
3
  "type": "module",
4
- "version": "3.2.0-29513370.68155c5",
4
+ "version": "3.2.1-29518581.0216c08",
5
5
  "description": "CLI Wizard to toggle Nuxt DevTools",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devtools.nuxt.com",