@vue/devtools-kit 7.3.8 → 7.3.9

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
@@ -33,9 +33,9 @@ var __toESM = (mod, isNodeMode, target21) => (target21 = mod != null ? __create(
33
33
  ));
34
34
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
35
35
 
36
- // ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.14.15__@swc+core@1.5.29_jiti@1.21.6_syuounfse6kvjheepufhb6fwcy/node_modules/tsup/assets/cjs_shims.js
36
+ // ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.1__@swc+core@1.5.29_jiti@1.21.6__n4f3octckgstnpji6t2ezjmcwu/node_modules/tsup/assets/cjs_shims.js
37
37
  var init_cjs_shims = __esm({
38
- "../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.14.15__@swc+core@1.5.29_jiti@1.21.6_syuounfse6kvjheepufhb6fwcy/node_modules/tsup/assets/cjs_shims.js"() {
38
+ "../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.1__@swc+core@1.5.29_jiti@1.21.6__n4f3octckgstnpji6t2ezjmcwu/node_modules/tsup/assets/cjs_shims.js"() {
39
39
  "use strict";
40
40
  }
41
41
  });
@@ -3754,9 +3754,9 @@ init_cjs_shims();
3754
3754
  var MAX_$VM = 10;
3755
3755
  var $vmQueue = [];
3756
3756
  function exposeInstanceToWindow(componentInstance) {
3757
- const win = window;
3758
- if (typeof win === "undefined")
3757
+ if (typeof window === "undefined")
3759
3758
  return;
3759
+ const win = window;
3760
3760
  if (!componentInstance)
3761
3761
  return;
3762
3762
  win.$vm = componentInstance;
@@ -6044,7 +6044,10 @@ function decode(list, reviver2 = null) {
6044
6044
  function stringifyCircularAutoChunks(data, replacer = null, space = null) {
6045
6045
  let result;
6046
6046
  try {
6047
- result = arguments.length === 1 ? JSON.stringify(data) : JSON.stringify(data, (k, v) => replacer == null ? void 0 : replacer(k, v), space);
6047
+ result = arguments.length === 1 ? JSON.stringify(data) : JSON.stringify(data, (k, v) => {
6048
+ var _a24;
6049
+ return (_a24 = replacer == null ? void 0 : replacer(k, v)) == null ? void 0 : _a24.call(this);
6050
+ }, space);
6048
6051
  } catch (e) {
6049
6052
  result = stringifyStrictCircularAutoChunks(data, replacer, space);
6050
6053
  }
package/dist/index.js CHANGED
@@ -27,9 +27,9 @@ var __toESM = (mod, isNodeMode, target21) => (target21 = mod != null ? __create(
27
27
  mod
28
28
  ));
29
29
 
30
- // ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.14.15__@swc+core@1.5.29_jiti@1.21.6_syuounfse6kvjheepufhb6fwcy/node_modules/tsup/assets/esm_shims.js
30
+ // ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.1__@swc+core@1.5.29_jiti@1.21.6__n4f3octckgstnpji6t2ezjmcwu/node_modules/tsup/assets/esm_shims.js
31
31
  var init_esm_shims = __esm({
32
- "../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.14.15__@swc+core@1.5.29_jiti@1.21.6_syuounfse6kvjheepufhb6fwcy/node_modules/tsup/assets/esm_shims.js"() {
32
+ "../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.1__@swc+core@1.5.29_jiti@1.21.6__n4f3octckgstnpji6t2ezjmcwu/node_modules/tsup/assets/esm_shims.js"() {
33
33
  "use strict";
34
34
  }
35
35
  });
@@ -3665,9 +3665,9 @@ init_esm_shims();
3665
3665
  var MAX_$VM = 10;
3666
3666
  var $vmQueue = [];
3667
3667
  function exposeInstanceToWindow(componentInstance) {
3668
- const win = window;
3669
- if (typeof win === "undefined")
3668
+ if (typeof window === "undefined")
3670
3669
  return;
3670
+ const win = window;
3671
3671
  if (!componentInstance)
3672
3672
  return;
3673
3673
  win.$vm = componentInstance;
@@ -5955,7 +5955,10 @@ function decode(list, reviver2 = null) {
5955
5955
  function stringifyCircularAutoChunks(data, replacer = null, space = null) {
5956
5956
  let result;
5957
5957
  try {
5958
- result = arguments.length === 1 ? JSON.stringify(data) : JSON.stringify(data, (k, v) => replacer == null ? void 0 : replacer(k, v), space);
5958
+ result = arguments.length === 1 ? JSON.stringify(data) : JSON.stringify(data, (k, v) => {
5959
+ var _a24;
5960
+ return (_a24 = replacer == null ? void 0 : replacer(k, v)) == null ? void 0 : _a24.call(this);
5961
+ }, space);
5959
5962
  } catch (e) {
5960
5963
  result = stringifyStrictCircularAutoChunks(data, replacer, space);
5961
5964
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vue/devtools-kit",
3
3
  "type": "module",
4
- "version": "7.3.8",
4
+ "version": "7.3.9",
5
5
  "author": "webfansplz",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -29,11 +29,11 @@
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.8"
32
+ "@vue/devtools-shared": "^7.3.9"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/speakingurl": "^13.0.6",
36
- "vue": "^3.4.37",
36
+ "vue": "^3.4.38",
37
37
  "vue-router": "^4.4.3"
38
38
  },
39
39
  "scripts": {