vite-plugin-vue-devtools 8.0.3 → 8.0.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/client/assets/{IconTitle.vue_vue_type_script_setup_true_lang-Enp_Ksfn.js → IconTitle.vue_vue_type_script_setup_true_lang-CZMqpyXE.js} +1 -1
- package/client/assets/{SectionBlock-BTPkVZM2.js → SectionBlock-BSuGDm7s.js} +1 -1
- package/client/assets/{assets-D3XLNB-6.js → assets-BoMHV8O-.js} +1 -1
- package/client/assets/{components-Dza6_XRl.js → components-7VuIBWJA.js} +1 -1
- package/client/assets/{custom-inspector-tab-view-_L81oF56.js → custom-inspector-tab-view-B5LB_kcZ.js} +1 -1
- package/client/assets/{custom-tab-view-CmLn18C4.js → custom-tab-view-BZBfeauf.js} +1 -1
- package/client/assets/{graph-fTuEulvH.js → graph-CyWkycf4.js} +2 -2
- package/client/assets/index-C5qqC9jB.css +1 -0
- package/client/assets/{index-DH8HZ7DP.js → index-C8hFs1GM.js} +3 -3
- package/client/assets/{overview-DFLns6CN.js → overview-UGcO1fsl.js} +1 -1
- package/client/assets/{pages-yIVwEfZL.js → pages-CDARBtn3.js} +1 -1
- package/client/assets/{pinia-Cq2YPuZV.js → pinia-0IbFM1TZ.js} +1 -1
- package/client/assets/{router-Drkf543k.js → router-BkwlZeKx.js} +1 -1
- package/client/assets/{settings-DyJW_A0F.js → settings-CljpRPty.js} +1 -1
- package/client/assets/{timeline-R3j-Lp7H.js → timeline-l7ZovCcC.js} +1 -1
- package/client/index.html +2 -2
- package/dist/vite.cjs +39 -4
- package/dist/vite.js +39 -0
- package/package.json +4 -4
- package/src/overlay/devtools-overlay.mjs +2 -2
- package/client/assets/index-DVOrYgP_.css +0 -1
package/dist/vite.js
CHANGED
|
@@ -126,6 +126,7 @@ const DIR_CLIENT = resolve(DIR_DIST, "../client");
|
|
|
126
126
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js
|
|
127
127
|
var require_array = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/array.js": ((exports) => {
|
|
128
128
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
129
|
+
exports.splitWhen = exports.flatten = void 0;
|
|
129
130
|
function flatten(items) {
|
|
130
131
|
return items.reduce((collection, item) => [].concat(collection, item), []);
|
|
131
132
|
}
|
|
@@ -146,6 +147,7 @@ var require_array = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-
|
|
|
146
147
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js
|
|
147
148
|
var require_errno = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/errno.js": ((exports) => {
|
|
148
149
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
150
|
+
exports.isEnoentCodeError = void 0;
|
|
149
151
|
function isEnoentCodeError(error) {
|
|
150
152
|
return error.code === "ENOENT";
|
|
151
153
|
}
|
|
@@ -156,6 +158,7 @@ var require_errno = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-
|
|
|
156
158
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js
|
|
157
159
|
var require_fs$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/fs.js": ((exports) => {
|
|
158
160
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
161
|
+
exports.createDirentFromStats = void 0;
|
|
159
162
|
var DirentFromStats$1 = class {
|
|
160
163
|
constructor(name, stats) {
|
|
161
164
|
this.name = name;
|
|
@@ -178,6 +181,7 @@ var require_fs$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-g
|
|
|
178
181
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js
|
|
179
182
|
var require_path = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/path.js": ((exports) => {
|
|
180
183
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
184
|
+
exports.convertPosixPathToPattern = exports.convertWindowsPathToPattern = exports.convertPathToPattern = exports.escapePosixPath = exports.escapeWindowsPath = exports.escape = exports.removeLeadingDotSegment = exports.makeAbsolute = exports.unixify = void 0;
|
|
181
185
|
const os$1 = __require("os");
|
|
182
186
|
const path$10 = __require("path");
|
|
183
187
|
const IS_WINDOWS_PLATFORM = os$1.platform() === "win32";
|
|
@@ -504,6 +508,12 @@ var require_stringify = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/b
|
|
|
504
508
|
|
|
505
509
|
//#endregion
|
|
506
510
|
//#region ../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js
|
|
511
|
+
/*!
|
|
512
|
+
* is-number <https://github.com/jonschlinkert/is-number>
|
|
513
|
+
*
|
|
514
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
515
|
+
* Released under the MIT License.
|
|
516
|
+
*/
|
|
507
517
|
var require_is_number = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/is-number@7.0.0/node_modules/is-number/index.js": ((exports, module) => {
|
|
508
518
|
module.exports = function(num) {
|
|
509
519
|
if (typeof num === "number") return num - num === 0;
|
|
@@ -514,6 +524,12 @@ var require_is_number = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/i
|
|
|
514
524
|
|
|
515
525
|
//#endregion
|
|
516
526
|
//#region ../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js
|
|
527
|
+
/*!
|
|
528
|
+
* to-regex-range <https://github.com/micromatch/to-regex-range>
|
|
529
|
+
*
|
|
530
|
+
* Copyright (c) 2015-present, Jon Schlinkert.
|
|
531
|
+
* Released under the MIT License.
|
|
532
|
+
*/
|
|
517
533
|
var require_to_regex_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/to-regex-range@5.0.1/node_modules/to-regex-range/index.js": ((exports, module) => {
|
|
518
534
|
const isNumber$1 = require_is_number();
|
|
519
535
|
const toRegexRange$1 = (min, max, options$1) => {
|
|
@@ -708,6 +724,12 @@ var require_to_regex_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.p
|
|
|
708
724
|
|
|
709
725
|
//#endregion
|
|
710
726
|
//#region ../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js
|
|
727
|
+
/*!
|
|
728
|
+
* fill-range <https://github.com/jonschlinkert/fill-range>
|
|
729
|
+
*
|
|
730
|
+
* Copyright (c) 2014-present, Jon Schlinkert.
|
|
731
|
+
* Licensed under the MIT License.
|
|
732
|
+
*/
|
|
711
733
|
var require_fill_range = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fill-range@7.1.1/node_modules/fill-range/index.js": ((exports, module) => {
|
|
712
734
|
const util$1 = __require("util");
|
|
713
735
|
const toRegexRange = require_to_regex_range();
|
|
@@ -3511,6 +3533,7 @@ var require_micromatch = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/
|
|
|
3511
3533
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js
|
|
3512
3534
|
var require_pattern = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/pattern.js": ((exports) => {
|
|
3513
3535
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3536
|
+
exports.isAbsolute = exports.partitionAbsoluteAndRelative = exports.removeDuplicateSlashes = exports.matchAny = exports.convertPatternsToRe = exports.makeRe = exports.getPatternParts = exports.expandBraceExpansion = exports.expandPatternsWithBraceExpansion = exports.isAffectDepthOfReadingPattern = exports.endsWithSlashGlobStar = exports.hasGlobStar = exports.getBaseDirectory = exports.isPatternRelatedToParentDirectory = exports.getPatternsOutsideCurrentDirectory = exports.getPatternsInsideCurrentDirectory = exports.getPositivePatterns = exports.getNegativePatterns = exports.isPositivePattern = exports.isNegativePattern = exports.convertToNegativePattern = exports.convertToPositivePattern = exports.isDynamicPattern = exports.isStaticPattern = void 0;
|
|
3514
3537
|
const path$6 = __require("path");
|
|
3515
3538
|
const globParent = require_glob_parent();
|
|
3516
3539
|
const micromatch = require_micromatch();
|
|
@@ -3783,6 +3806,7 @@ var require_merge2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/merg
|
|
|
3783
3806
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js
|
|
3784
3807
|
var require_stream$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/stream.js": ((exports) => {
|
|
3785
3808
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3809
|
+
exports.merge = void 0;
|
|
3786
3810
|
const merge2 = require_merge2();
|
|
3787
3811
|
function merge(streams) {
|
|
3788
3812
|
const mergedStream = merge2(streams);
|
|
@@ -3803,6 +3827,7 @@ var require_stream$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fa
|
|
|
3803
3827
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js
|
|
3804
3828
|
var require_string = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/string.js": ((exports) => {
|
|
3805
3829
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3830
|
+
exports.isEmpty = exports.isString = void 0;
|
|
3806
3831
|
function isString(input) {
|
|
3807
3832
|
return typeof input === "string";
|
|
3808
3833
|
}
|
|
@@ -3817,6 +3842,7 @@ var require_string = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast
|
|
|
3817
3842
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js
|
|
3818
3843
|
var require_utils$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/utils/index.js": ((exports) => {
|
|
3819
3844
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3845
|
+
exports.string = exports.stream = exports.pattern = exports.path = exports.fs = exports.errno = exports.array = void 0;
|
|
3820
3846
|
const array = require_array();
|
|
3821
3847
|
exports.array = array;
|
|
3822
3848
|
const errno = require_errno();
|
|
@@ -3837,6 +3863,7 @@ var require_utils$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fas
|
|
|
3837
3863
|
//#region ../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js
|
|
3838
3864
|
var require_tasks = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-glob@3.3.3/node_modules/fast-glob/out/managers/tasks.js": ((exports) => {
|
|
3839
3865
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3866
|
+
exports.convertPatternGroupToTask = exports.convertPatternGroupsToTasks = exports.groupPatternsByBaseDirectory = exports.getNegativePatternsAsPositive = exports.getPositivePatterns = exports.convertPatternsToTasks = exports.generate = void 0;
|
|
3840
3867
|
const utils$9 = require_utils$1();
|
|
3841
3868
|
function generate(input, settings) {
|
|
3842
3869
|
const patterns = processPatterns(input, settings);
|
|
@@ -3931,6 +3958,7 @@ var require_tasks = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fast-
|
|
|
3931
3958
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js
|
|
3932
3959
|
var require_async$5 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/async.js": ((exports) => {
|
|
3933
3960
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3961
|
+
exports.read = void 0;
|
|
3934
3962
|
function read$3(path$11, settings, callback) {
|
|
3935
3963
|
settings.fs.lstat(path$11, (lstatError, lstat) => {
|
|
3936
3964
|
if (lstatError !== null) {
|
|
@@ -3968,6 +3996,7 @@ var require_async$5 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@no
|
|
|
3968
3996
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js
|
|
3969
3997
|
var require_sync$5 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/providers/sync.js": ((exports) => {
|
|
3970
3998
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3999
|
+
exports.read = void 0;
|
|
3971
4000
|
function read$2(path$11, settings) {
|
|
3972
4001
|
const lstat = settings.fs.lstatSync(path$11);
|
|
3973
4002
|
if (!lstat.isSymbolicLink() || !settings.followSymbolicLink) return lstat;
|
|
@@ -4026,6 +4055,7 @@ var require_settings$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/
|
|
|
4026
4055
|
//#region ../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js
|
|
4027
4056
|
var require_out$3 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.stat@2.0.5/node_modules/@nodelib/fs.stat/out/index.js": ((exports) => {
|
|
4028
4057
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4058
|
+
exports.statSync = exports.stat = exports.Settings = void 0;
|
|
4029
4059
|
const async$1 = require_async$5();
|
|
4030
4060
|
const sync$1 = require_sync$5();
|
|
4031
4061
|
const settings_1$3 = require_settings$3();
|
|
@@ -4107,6 +4137,7 @@ var require_run_parallel = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnp
|
|
|
4107
4137
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js
|
|
4108
4138
|
var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/constants.js": ((exports) => {
|
|
4109
4139
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4140
|
+
exports.IS_SUPPORT_READDIR_WITH_FILE_TYPES = void 0;
|
|
4110
4141
|
const NODE_PROCESS_VERSION_PARTS = process.versions.node.split(".");
|
|
4111
4142
|
if (NODE_PROCESS_VERSION_PARTS[0] === void 0 || NODE_PROCESS_VERSION_PARTS[1] === void 0) throw new Error(`Unexpected behavior. The 'process.versions.node' variable has invalid value: ${process.versions.node}`);
|
|
4112
4143
|
const MAJOR_VERSION = Number.parseInt(NODE_PROCESS_VERSION_PARTS[0], 10);
|
|
@@ -4125,6 +4156,7 @@ var require_constants = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@
|
|
|
4125
4156
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js
|
|
4126
4157
|
var require_fs$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/fs.js": ((exports) => {
|
|
4127
4158
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4159
|
+
exports.createDirentFromStats = void 0;
|
|
4128
4160
|
var DirentFromStats = class {
|
|
4129
4161
|
constructor(name, stats) {
|
|
4130
4162
|
this.name = name;
|
|
@@ -4147,6 +4179,7 @@ var require_fs$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodel
|
|
|
4147
4179
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js
|
|
4148
4180
|
var require_utils = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/utils/index.js": ((exports) => {
|
|
4149
4181
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4182
|
+
exports.fs = void 0;
|
|
4150
4183
|
const fs$4 = require_fs$1();
|
|
4151
4184
|
exports.fs = fs$4;
|
|
4152
4185
|
}) });
|
|
@@ -4155,6 +4188,7 @@ var require_utils = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@node
|
|
|
4155
4188
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js
|
|
4156
4189
|
var require_common$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/common.js": ((exports) => {
|
|
4157
4190
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4191
|
+
exports.joinPathSegments = void 0;
|
|
4158
4192
|
function joinPathSegments$1(a, b, separator) {
|
|
4159
4193
|
/**
|
|
4160
4194
|
* The correct handling of cases when the first segment is a root (`/`, `C:/`) or UNC path (`//?/C:/`).
|
|
@@ -4169,6 +4203,7 @@ var require_common$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@n
|
|
|
4169
4203
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js
|
|
4170
4204
|
var require_async$4 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/async.js": ((exports) => {
|
|
4171
4205
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4206
|
+
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
4172
4207
|
const fsStat$5 = require_out$3();
|
|
4173
4208
|
const rpl = require_run_parallel();
|
|
4174
4209
|
const constants_1$1 = require_constants();
|
|
@@ -4272,6 +4307,7 @@ var require_async$4 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@no
|
|
|
4272
4307
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js
|
|
4273
4308
|
var require_sync$4 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/providers/sync.js": ((exports) => {
|
|
4274
4309
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4310
|
+
exports.readdir = exports.readdirWithFileTypes = exports.read = void 0;
|
|
4275
4311
|
const fsStat$4 = require_out$3();
|
|
4276
4312
|
const constants_1 = require_constants();
|
|
4277
4313
|
const utils$7 = require_utils();
|
|
@@ -4367,6 +4403,7 @@ var require_settings$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/
|
|
|
4367
4403
|
//#region ../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js
|
|
4368
4404
|
var require_out$2 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.scandir@2.1.5/node_modules/@nodelib/fs.scandir/out/index.js": ((exports) => {
|
|
4369
4405
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4406
|
+
exports.Settings = exports.scandirSync = exports.scandir = void 0;
|
|
4370
4407
|
const async = require_async$4();
|
|
4371
4408
|
const sync = require_sync$4();
|
|
4372
4409
|
const settings_1$2 = require_settings$2();
|
|
@@ -4659,6 +4696,7 @@ var require_queue = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/fastq
|
|
|
4659
4696
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js
|
|
4660
4697
|
var require_common = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/readers/common.js": ((exports) => {
|
|
4661
4698
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4699
|
+
exports.joinPathSegments = exports.replacePathSegmentSeparator = exports.isAppliedFilter = exports.isFatalError = void 0;
|
|
4662
4700
|
function isFatalError(settings, error) {
|
|
4663
4701
|
if (settings.errorFilter === null) return true;
|
|
4664
4702
|
return !settings.errorFilter(error);
|
|
@@ -4959,6 +4997,7 @@ var require_settings$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/
|
|
|
4959
4997
|
//#region ../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js
|
|
4960
4998
|
var require_out$1 = /* @__PURE__ */ __commonJS({ "../../node_modules/.pnpm/@nodelib+fs.walk@1.2.8/node_modules/@nodelib/fs.walk/out/index.js": ((exports) => {
|
|
4961
4999
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5000
|
+
exports.Settings = exports.walkStream = exports.walkSync = exports.walk = void 0;
|
|
4962
5001
|
const async_1$2 = require_async$2();
|
|
4963
5002
|
const stream_1$4 = require_stream$2();
|
|
4964
5003
|
const sync_1$2 = require_sync$2();
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plugin-vue-devtools",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.0.
|
|
4
|
+
"version": "8.0.5",
|
|
5
5
|
"description": "A vite plugin for Vue DevTools",
|
|
6
6
|
"author": "webfansplz",
|
|
7
7
|
"license": "MIT",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"sirv": "^3.0.2",
|
|
48
48
|
"vite-plugin-inspect": "^11.3.3",
|
|
49
49
|
"vite-plugin-vue-inspector": "^5.3.2",
|
|
50
|
-
"@vue/devtools-core": "^8.0.
|
|
51
|
-
"@vue/devtools-
|
|
52
|
-
"@vue/devtools-
|
|
50
|
+
"@vue/devtools-core": "^8.0.5",
|
|
51
|
+
"@vue/devtools-shared": "^8.0.5",
|
|
52
|
+
"@vue/devtools-kit": "^8.0.5"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^24.7.2",
|