@vue/devtools 7.7.7 → 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/dist/index.js CHANGED
@@ -1,15 +1,11 @@
1
- // src/index.ts
2
1
  import { connect } from "@vue/devtools-electron";
3
- import { devtools as _devtools, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand } from "@vue/devtools-kit";
4
- var devtools = {
5
- ..._devtools,
6
- connect
7
- };
8
- export {
9
- addCustomCommand,
10
- addCustomTab,
11
- devtools,
12
- onDevToolsClientConnected,
13
- onDevToolsConnected,
14
- removeCustomCommand
2
+ import { addCustomCommand, addCustomTab, devtools as devtools$1, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand } from "@vue/devtools-kit";
3
+
4
+ //#region src/index.ts
5
+ const devtools = {
6
+ ...devtools$1,
7
+ connect
15
8
  };
9
+
10
+ //#endregion
11
+ export { addCustomCommand, addCustomTab, devtools, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools",
3
3
  "type": "module",
4
- "version": "7.7.7",
4
+ "version": "8.0.0",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -29,12 +29,12 @@
29
29
  "hook.d.ts"
30
30
  ],
31
31
  "dependencies": {
32
- "@vue/devtools-electron": "^7.7.7",
33
- "@vue/devtools-kit": "^7.7.7"
32
+ "@vue/devtools-electron": "^8.0.0",
33
+ "@vue/devtools-kit": "^8.0.0"
34
34
  },
35
35
  "scripts": {
36
- "build": "tsup --clean",
37
- "prepare:type": "tsup --dts-only",
38
- "stub": "tsup --watch --onSuccess 'tsup --dts-only'"
36
+ "build": "tsdown --clean",
37
+ "prepare:type": "tsdown --dts-only",
38
+ "stub": "tsdown --watch --onSuccess 'tsdown --dts-only'"
39
39
  }
40
40
  }
package/dist/hook.cjs DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
-
3
- // src/hook.ts
4
- var import_devtools_kit = require("@vue/devtools-kit");
5
- import_devtools_kit.devtools.init();
package/dist/hook.d.cts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
package/dist/hook.d.ts DELETED
@@ -1,2 +0,0 @@
1
-
2
- export { }
package/dist/hook.js DELETED
@@ -1,3 +0,0 @@
1
- // src/hook.ts
2
- import { devtools } from "@vue/devtools-kit";
3
- devtools.init();