@nuxt/devtools-kit-nightly 3.2.4-29561951.cff3008 → 3.2.4-29562007.6edb6d3

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/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -23,6 +23,9 @@ Unleash Nuxt Developer Experience.
23
23
  <a href="https://devtools.nuxt.com/">📚 Documentation</a>
24
24
  </p>
25
25
 
26
+ > [!NOTE]
27
+ > You are current at the `main` branch for v4 development. The latest stable branch is [`v3`](https://github.com/nuxt/devtools/tree/v3).
28
+
26
29
  <br>
27
30
 
28
31
  ## Installation
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-kit-nightly",
3
3
  "type": "module",
4
- "version": "3.2.4-29561951.cff3008",
4
+ "version": "3.2.4-29562007.6edb6d3",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/utils-kit",
7
7
  "repository": {