@nuxt/devtools 4.0.0-alpha.13 → 4.0.0-alpha.14
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.
- package/dist/chunks/module-main.mjs +1 -1
- package/dist/module.json +1 -1
- package/package.json +4 -4
|
@@ -31,7 +31,7 @@ import { isLess } from 'verkit';
|
|
|
31
31
|
import { DEVTOOLS_TERMINALS_DOCK_ID } from '@vitejs/devtools-kit/constants';
|
|
32
32
|
import { normalizeBaseKey, normalizeKey, createStorage, builtinDrivers } from 'unstorage';
|
|
33
33
|
|
|
34
|
-
const version$1 = "4.0.0-alpha.
|
|
34
|
+
const version$1 = "4.0.0-alpha.14";
|
|
35
35
|
const peerDependencies = {
|
|
36
36
|
"@nuxt/devtools-assets": "workspace:*",
|
|
37
37
|
"@nuxt/kit": "^4.0.0-0 || ^5.0.0-0",
|
package/dist/module.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nuxt/devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "4.0.0-alpha.
|
|
4
|
+
"version": "4.0.0-alpha.14",
|
|
5
5
|
"description": "The Nuxt DevTools gives you insights and transparency about your Nuxt App.",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"homepage": "https://devtools.nuxt.com",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"nitropack": "^2.0.0",
|
|
27
27
|
"vite": "^8.1.5",
|
|
28
28
|
"vite-plugin-inspect": "^12.0.2",
|
|
29
|
-
"@nuxt/devtools-assets": "4.0.0-alpha.
|
|
29
|
+
"@nuxt/devtools-assets": "4.0.0-alpha.14"
|
|
30
30
|
},
|
|
31
31
|
"peerDependenciesMeta": {
|
|
32
32
|
"@nuxt/devtools-assets": {
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
"unstorage": "^1.17.5",
|
|
64
64
|
"verkit": "^0.4.0",
|
|
65
65
|
"vite-plugin-vue-tracer": "^1.5.0",
|
|
66
|
-
"@nuxt/devtools-kit": "4.0.0-alpha.
|
|
66
|
+
"@nuxt/devtools-kit": "4.0.0-alpha.14"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
69
|
"@antfu/utils": "^9.3.0",
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"vite-plugin-inspect": "^12.0.2",
|
|
118
118
|
"vue-tsc": "^3.3.10",
|
|
119
119
|
"vue-virtual-scroller": "^3.0.5",
|
|
120
|
-
"@nuxt/devtools-assets": "4.0.0-alpha.
|
|
120
|
+
"@nuxt/devtools-assets": "4.0.0-alpha.14"
|
|
121
121
|
},
|
|
122
122
|
"scripts": {
|
|
123
123
|
"build": "pnpm dev:prepare && pnpm build:module",
|