@vue/devtools-electron 7.0.10 → 7.0.11

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/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-FyJlG8Wp.js"></script>
10
- <link rel="stylesheet" crossorigin href="./assets/index-DHsMHxU9.css">
9
+ <script type="module" crossorigin src="./assets/index-vRqERy5U.js"></script>
10
+ <link rel="stylesheet" crossorigin href="./assets/index-A-bLvn6q.css">
11
11
  </head>
12
12
  <body>
13
13
  <div id="app"></div>
package/dist/cli.cjs CHANGED
@@ -8,7 +8,7 @@ function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'defau
8
8
 
9
9
  const electron__default = /*#__PURE__*/_interopDefaultCompat(electron);
10
10
 
11
- const appPath = pathe.resolve(new URL("../dist/app.cjs", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (document.currentScript && document.currentScript.src || new URL('cli.cjs', document.baseURI).href))).pathname);
11
+ const appPath = decodeURIComponent(pathe.resolve(new URL("../dist/app.cjs", (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (document.currentScript && document.currentScript.src || new URL('cli.cjs', document.baseURI).href))).pathname));
12
12
  const argv = process.argv.slice(2);
13
13
  const result = execa.execaSync(electron__default, [appPath].concat(argv), {
14
14
  stdio: "ignore",
package/dist/cli.mjs CHANGED
@@ -2,7 +2,7 @@ import { execaSync } from 'execa';
2
2
  import electron from 'electron';
3
3
  import { resolve } from 'pathe';
4
4
 
5
- const appPath = resolve(new URL("../dist/app.cjs", import.meta.url).pathname);
5
+ const appPath = decodeURIComponent(resolve(new URL("../dist/app.cjs", import.meta.url).pathname));
6
6
  const argv = process.argv.slice(2);
7
7
  const result = execaSync(electron, [appPath].concat(argv), {
8
8
  stdio: "ignore",