@vue/devtools-electron 7.0.4 → 7.0.5
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/client/assets/{index-nniB9uqZ.css → index-SSGpqusG.css} +1 -1
- package/client/assets/{index-W2IbiBHh.js → index-j8Urlbqz.js} +69 -69
- package/client/assets/{unocss-runtime-kftsoZPE.js → unocss-runtime-402WFgCt.js} +1 -1
- package/client/devtools-panel.css +1 -1
- package/client/devtools-panel.js +10714 -10661
- package/client/index.html +2 -2
- package/client/{unocss-runtime-c8-Zzj4C.js → unocss-runtime-WFlXz1xh.js} +1 -1
- package/dist/devtools.js +101 -101
- package/dist/index.cjs +20 -20
- package/dist/index.mjs +20 -20
- package/dist/user-app.cjs +20 -20
- package/dist/user-app.js +21 -21
- package/dist/user-app.mjs +20 -20
- package/package.json +5 -5
package/client/index.html
CHANGED
|
@@ -6,8 +6,8 @@
|
|
|
6
6
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
|
7
7
|
<title>Vue DevTools Client</title>
|
|
8
8
|
<script src="./color-scheme.js"></script>
|
|
9
|
-
<script type="module" crossorigin src="./assets/index-
|
|
10
|
-
<link rel="stylesheet" crossorigin href="./assets/index-
|
|
9
|
+
<script type="module" crossorigin src="./assets/index-j8Urlbqz.js"></script>
|
|
10
|
+
<link rel="stylesheet" crossorigin href="./assets/index-SSGpqusG.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
|
13
13
|
<div id="app"></div>
|
|
@@ -776,7 +776,7 @@ function nr(e) {
|
|
|
776
776
|
};
|
|
777
777
|
}, {});
|
|
778
778
|
}
|
|
779
|
-
const sr = "0.58.
|
|
779
|
+
const sr = "0.58.3";
|
|
780
780
|
var or = Object.defineProperty, ir = (e, t, r) => t in e ? or(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, F = (e, t, r) => (ir(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
781
781
|
class cr {
|
|
782
782
|
constructor(t = {}, r = {}) {
|