@vue/devtools-kit 7.3.3 → 7.3.4

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
@@ -3655,10 +3655,10 @@ function processRefs(instance) {
3655
3655
  }));
3656
3656
  }
3657
3657
  function processEventListeners(instance) {
3658
- var _a24;
3658
+ var _a24, _b24;
3659
3659
  const emitsDefinition = instance.type.emits;
3660
3660
  const declaredEmits = Array.isArray(emitsDefinition) ? emitsDefinition : Object.keys(emitsDefinition != null ? emitsDefinition : {});
3661
- const keys = Object.keys((_a24 = instance.vnode.props) != null ? _a24 : {});
3661
+ const keys = Object.keys((_b24 = (_a24 = instance == null ? void 0 : instance.vnode) == null ? void 0 : _a24.props) != null ? _b24 : {});
3662
3662
  const result = [];
3663
3663
  for (const key of keys) {
3664
3664
  const [prefix, ...eventNameParts] = key.split(/(?=[A-Z])/);
package/dist/index.js CHANGED
@@ -3566,10 +3566,10 @@ function processRefs(instance) {
3566
3566
  }));
3567
3567
  }
3568
3568
  function processEventListeners(instance) {
3569
- var _a24;
3569
+ var _a24, _b24;
3570
3570
  const emitsDefinition = instance.type.emits;
3571
3571
  const declaredEmits = Array.isArray(emitsDefinition) ? emitsDefinition : Object.keys(emitsDefinition != null ? emitsDefinition : {});
3572
- const keys = Object.keys((_a24 = instance.vnode.props) != null ? _a24 : {});
3572
+ const keys = Object.keys((_b24 = (_a24 = instance == null ? void 0 : instance.vnode) == null ? void 0 : _a24.props) != null ? _b24 : {});
3573
3573
  const result = [];
3574
3574
  for (const key of keys) {
3575
3575
  const [prefix, ...eventNameParts] = key.split(/(?=[A-Z])/);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-kit",
3
3
  "type": "module",
4
- "version": "7.3.3",
4
+ "version": "7.3.4",
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.3.3"
32
+ "@vue/devtools-shared": "^7.3.4"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/speakingurl": "^13.0.6",