@vitejs/devtools 0.0.0-alpha.23 → 0.0.0-alpha.24

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.
@@ -1,4 +1,4 @@
1
- import { a as createApp, c as sendRedirect, d as ansis_default, i as getPort, l as toNodeListener, n as createDevToolsMiddleware, o as eventHandler, r as MARK_NODE, s as fromNodeMiddleware, t as DevTools, u as createDevToolsContext } from "./plugins-BTYJ2nZg.js";
1
+ import { a as createApp, c as sendRedirect, d as ansis_default, i as getPort, l as toNodeListener, n as createDevToolsMiddleware, o as eventHandler, r as MARK_NODE, s as fromNodeMiddleware, t as DevTools, u as createDevToolsContext } from "./plugins-Palbn5Oi.js";
2
2
  import { t as dirClientStandalone } from "./dirs-C0s1Ghvy.js";
3
3
  import { resolveConfig } from "vite";
4
4
  import process from "node:process";
@@ -1,4 +1,4 @@
1
- import "./plugins-BTYJ2nZg.js";
2
- import { n as start, t as build } from "./cli-commands-pPPvq6oG.js";
1
+ import "./plugins-Palbn5Oi.js";
2
+ import { n as start, t as build } from "./cli-commands-tTICAwZZ.js";
3
3
 
4
4
  export { build, start };
package/dist/cli.js CHANGED
@@ -1,5 +1,5 @@
1
- import "./plugins-BTYJ2nZg.js";
2
- import { n as start, t as build } from "./cli-commands-pPPvq6oG.js";
1
+ import "./plugins-Palbn5Oi.js";
2
+ import { n as start, t as build } from "./cli-commands-tTICAwZZ.js";
3
3
  import process from "node:process";
4
4
  import cac from "cac";
5
5
 
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { n as createDevToolsMiddleware, t as DevTools, u as createDevToolsContext } from "./plugins-BTYJ2nZg.js";
1
+ import { n as createDevToolsMiddleware, t as DevTools, u as createDevToolsContext } from "./plugins-Palbn5Oi.js";
2
2
 
3
3
  export { DevTools, createDevToolsContext, createDevToolsMiddleware };
@@ -93,7 +93,8 @@ var DevToolsDockHost = class {
93
93
  id: "~settings",
94
94
  title: "Settings",
95
95
  category: "builtin",
96
- icon: "ph:gear-duotone"
96
+ icon: "ph:gear-duotone",
97
+ isHidden: true
97
98
  }
98
99
  ];
99
100
  return [...Array.from(this.views.values()), ...includeBuiltin ? builtinDocksEntries : []];
@@ -1974,7 +1975,7 @@ function DevToolsInjection() {
1974
1975
  }
1975
1976
 
1976
1977
  //#endregion
1977
- //#region ../../node_modules/.pnpm/ufo@1.6.1/node_modules/ufo/dist/index.mjs
1978
+ //#region ../../node_modules/.pnpm/ufo@1.6.2/node_modules/ufo/dist/index.mjs
1978
1979
  const r = String.fromCharCode;
1979
1980
  const PROTOCOL_STRICT_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{1,2})/;
1980
1981
  const PROTOCOL_REGEX = /^[\s\w\0+.-]{2,}:([/\\]{2})?/;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vitejs/devtools",
3
3
  "type": "module",
4
- "version": "0.0.0-alpha.23",
4
+ "version": "0.0.0-alpha.24",
5
5
  "description": "Vite DevTools",
6
6
  "author": "VoidZero Inc.",
7
7
  "license": "MIT",
@@ -54,9 +54,9 @@
54
54
  "sirv": "^3.0.2",
55
55
  "tinyexec": "^1.0.2",
56
56
  "ws": "^8.19.0",
57
- "@vitejs/devtools-kit": "0.0.0-alpha.23",
58
- "@vitejs/devtools-vite": "0.0.0-alpha.23",
59
- "@vitejs/devtools-rpc": "0.0.0-alpha.23"
57
+ "@vitejs/devtools-kit": "0.0.0-alpha.24",
58
+ "@vitejs/devtools-vite": "0.0.0-alpha.24",
59
+ "@vitejs/devtools-rpc": "0.0.0-alpha.24"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@clack/prompts": "^0.11.0",
@@ -68,11 +68,11 @@
68
68
  "typescript": "^5.9.3",
69
69
  "unplugin-vue": "^7.1.0",
70
70
  "unplugin-vue-router": "^0.19.2",
71
- "vite": "^8.0.0-beta.5",
71
+ "vite": "^8.0.0-beta.6",
72
72
  "vue": "^3.5.26",
73
73
  "vue-router": "^4.6.4",
74
74
  "vue-tsc": "^3.2.2",
75
- "@vitejs/devtools-vite": "0.0.0-alpha.23"
75
+ "@vitejs/devtools-vite": "0.0.0-alpha.24"
76
76
  },
77
77
  "scripts": {
78
78
  "build": "pnpm build:js && pnpm build:standalone",