@vue/devtools-electron
Advanced tools
Comparing version 7.0.13 to 7.0.14
{ | ||
"name": "@vue/devtools-electron", | ||
"type": "module", | ||
"version": "7.0.13", | ||
"version": "7.0.14", | ||
"author": "webfansplz", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
@@ -20,6 +20,6 @@ }, | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"files": [ | ||
"app.html", | ||
"cli.d.ts", | ||
"client", | ||
@@ -32,3 +32,3 @@ "dist", | ||
"execa": "^8.0.1", | ||
"h3": "^1.10.0", | ||
"h3": "^1.10.1", | ||
"ip": "^1.1.8", | ||
@@ -38,4 +38,4 @@ "pathe": "^1.1.2", | ||
"socket.io-client": "^4.7.4", | ||
"@vue/devtools-core": "^7.0.13", | ||
"@vue/devtools-shared": "^7.0.13" | ||
"@vue/devtools-core": "^7.0.14", | ||
"@vue/devtools-shared": "^7.0.14" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
69
132585
17691051
Updated@vue/devtools-core@^7.0.14
Updated@vue/devtools-shared@^7.0.14
Updatedh3@^1.10.1