@vue/devtools 7.4.4 → 7.4.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/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +3 -6
package/dist/index.cjs
CHANGED
|
@@ -28,8 +28,8 @@ __export(src_exports, {
|
|
|
28
28
|
removeCustomCommand: () => import_devtools_kit.removeCustomCommand
|
|
29
29
|
});
|
|
30
30
|
module.exports = __toCommonJS(src_exports);
|
|
31
|
-
var import_devtools_kit = require("@vue/devtools-kit");
|
|
32
31
|
var import_devtools_electron = require("@vue/devtools-electron");
|
|
32
|
+
var import_devtools_kit = require("@vue/devtools-kit");
|
|
33
33
|
var devtools = {
|
|
34
34
|
...import_devtools_kit.devtools,
|
|
35
35
|
connect: import_devtools_electron.connect
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/index.ts
|
|
2
|
-
import { devtools as _devtools, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand } from "@vue/devtools-kit";
|
|
3
2
|
import { connect } from "@vue/devtools-electron";
|
|
3
|
+
import { devtools as _devtools, addCustomCommand, addCustomTab, onDevToolsClientConnected, onDevToolsConnected, removeCustomCommand } from "@vue/devtools-kit";
|
|
4
4
|
var devtools = {
|
|
5
5
|
..._devtools,
|
|
6
6
|
connect
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vue/devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "7.4.
|
|
4
|
+
"version": "7.4.5",
|
|
5
5
|
"author": "webfansplz",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
@@ -29,11 +29,8 @@
|
|
|
29
29
|
"hook.d.ts"
|
|
30
30
|
],
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@vue/devtools-electron": "^7.4.
|
|
33
|
-
"@vue/devtools-kit": "^7.4.
|
|
34
|
-
},
|
|
35
|
-
"publishConfig": {
|
|
36
|
-
"tag": "next"
|
|
32
|
+
"@vue/devtools-electron": "^7.4.5",
|
|
33
|
+
"@vue/devtools-kit": "^7.4.5"
|
|
37
34
|
},
|
|
38
35
|
"scripts": {
|
|
39
36
|
"build": "tsup --clean",
|