@vue/devtools-kit 7.7.6 → 8.0.0

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/global.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import type { DevToolsHook, RouterInfo } from './src/types'
2
2
 
3
- /* eslint-disable vars-on-top, no-var */
3
+ /* eslint-disable vars-on-top */
4
4
  declare global {
5
5
  var __VUE_DEVTOOLS_GLOBAL_HOOK__: DevToolsHook
6
6
  var __VUE_DEVTOOLS_NEXT_APP_RECORD_INFO__: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-kit",
3
3
  "type": "module",
4
- "version": "7.7.6",
4
+ "version": "8.0.0",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -23,22 +23,22 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "birpc": "^2.3.0",
26
+ "birpc": "^2.5.0",
27
27
  "hookable": "^5.5.3",
28
28
  "mitt": "^3.0.1",
29
29
  "perfect-debounce": "^1.0.0",
30
30
  "speakingurl": "^14.0.1",
31
31
  "superjson": "^2.2.2",
32
- "@vue/devtools-shared": "^7.7.6"
32
+ "@vue/devtools-shared": "^8.0.0"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/speakingurl": "^13.0.6",
36
- "vue": "^3.5.13",
37
- "vue-router": "^4.5.0"
36
+ "vue": "^3.5.18",
37
+ "vue-router": "^4.5.1"
38
38
  },
39
39
  "scripts": {
40
- "build": "tsup --clean",
41
- "prepare:type": "tsup --dts-only",
42
- "stub": "tsup --watch --onSuccess 'tsup --dts-only'"
40
+ "build": "tsdown --clean",
41
+ "prepare:type": "tsdown --dts-only",
42
+ "stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
43
43
  }
44
44
  }