@vue/devtools-kit 7.6.0 → 7.6.1

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 CHANGED
@@ -6469,7 +6469,8 @@ function isArray3(_data, proto) {
6469
6469
  return proto === "[object Array]";
6470
6470
  }
6471
6471
  function isVueReactiveLinkNode(node) {
6472
- const constructorName = node.constructor.name;
6472
+ var _a25;
6473
+ const constructorName = (_a25 = node == null ? void 0 : node.constructor) == null ? void 0 : _a25.name;
6473
6474
  return constructorName === "Dep" && "activeLink" in node || constructorName === "Link" && "dep" in node;
6474
6475
  }
6475
6476
  function encode(data, replacer, list, seen, depth = 0, seenVueInstance = /* @__PURE__ */ new Map()) {
package/dist/index.js CHANGED
@@ -6378,7 +6378,8 @@ function isArray3(_data, proto) {
6378
6378
  return proto === "[object Array]";
6379
6379
  }
6380
6380
  function isVueReactiveLinkNode(node) {
6381
- const constructorName = node.constructor.name;
6381
+ var _a25;
6382
+ const constructorName = (_a25 = node == null ? void 0 : node.constructor) == null ? void 0 : _a25.name;
6382
6383
  return constructorName === "Dep" && "activeLink" in node || constructorName === "Link" && "dep" in node;
6383
6384
  }
6384
6385
  function encode(data, replacer, list, seen, depth = 0, seenVueInstance = /* @__PURE__ */ new Map()) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-kit",
3
3
  "type": "module",
4
- "version": "7.6.0",
4
+ "version": "7.6.1",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -29,7 +29,7 @@
29
29
  "perfect-debounce": "^1.0.0",
30
30
  "speakingurl": "^14.0.1",
31
31
  "superjson": "^2.2.1",
32
- "@vue/devtools-shared": "^7.6.0"
32
+ "@vue/devtools-shared": "^7.6.1"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/speakingurl": "^13.0.6",