vite-plugin-vue-devtools 7.0.24 → 7.0.25

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,7 +6,7 @@
6
6
  <link rel="icon" href="./logo.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-BRh53It5.js"></script>
9
+ <script type="module" crossorigin src="./assets/index-De6CzrZK.js"></script>
10
10
  <link rel="stylesheet" crossorigin href="./assets/index-THmizwtr.css">
11
11
  </head>
12
12
  <body>
package/dist/vite.cjs CHANGED
@@ -7764,6 +7764,7 @@ function setupAssetsModule(options) {
7764
7764
  ], {
7765
7765
  cwd: dir,
7766
7766
  onlyFiles: true,
7767
+ caseSensitiveMatch: false,
7767
7768
  ignore: [
7768
7769
  "**/node_modules/**",
7769
7770
  "**/dist/**",
package/dist/vite.mjs CHANGED
@@ -7748,6 +7748,7 @@ function setupAssetsModule(options) {
7748
7748
  ], {
7749
7749
  cwd: dir,
7750
7750
  onlyFiles: true,
7751
+ caseSensitiveMatch: false,
7751
7752
  ignore: [
7752
7753
  "**/node_modules/**",
7753
7754
  "**/dist/**",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vite-plugin-vue-devtools",
3
3
  "type": "module",
4
- "version": "7.0.24",
4
+ "version": "7.0.25",
5
5
  "description": "A vite plugin for Vue DevTools",
6
6
  "author": "webfansplz",
7
7
  "license": "MIT",
@@ -50,9 +50,9 @@
50
50
  "sirv": "^2.0.4",
51
51
  "vite-plugin-inspect": "^0.8.3",
52
52
  "vite-plugin-vue-inspector": "^4.0.2",
53
- "@vue/devtools-core": "^7.0.24",
54
- "@vue/devtools-kit": "^7.0.24",
55
- "@vue/devtools-shared": "^7.0.24"
53
+ "@vue/devtools-core": "^7.0.25",
54
+ "@vue/devtools-shared": "^7.0.25",
55
+ "@vue/devtools-kit": "^7.0.25"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@types/node": "^20.11.30",