@nuxt/devtools-kit-nightly 2.2.1-29030668.f7e9ab5 → 2.3.0-29030700.4e9da7f

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 +0 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,9 +25,6 @@ Unleash Nuxt Developer Experience.
25
25
 
26
26
  <br>
27
27
 
28
- > [!NOTE]
29
- > You are viewing the v2.x branch which are in active development. For the latest stable version, please refer to the [v1.x branch](https://github.com/nuxt/devtools/tree/v1)
30
-
31
28
  ## Installation
32
29
 
33
30
  > Nuxt DevTools v2 requires **Nuxt v3.15.0 or higher**.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nuxt/devtools-kit-nightly",
3
3
  "type": "module",
4
- "version": "2.2.1-29030668.f7e9ab5",
4
+ "version": "2.3.0-29030700.4e9da7f",
5
5
  "license": "MIT",
6
6
  "homepage": "https://devtools.nuxt.com/module/utils-kit",
7
7
  "repository": {