@vue/devtools-shared
Advanced tools
Comparing version 7.4.4 to 7.4.5
@@ -0,1 +1,6 @@ | ||
declare const VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__"; | ||
declare const VITE_PLUGIN_DETECTED_STORAGE_KEY = "__vue-devtools-vite-plugin-detected__"; | ||
declare const VITE_PLUGIN_CLIENT_URL_STORAGE_KEY = "__vue-devtools-vite-plugin-client-url__"; | ||
declare const BROADCAST_CHANNEL_NAME = "__vue-devtools-broadcast-channel__"; | ||
declare const isBrowser: boolean; | ||
@@ -32,7 +37,2 @@ declare const target: typeof globalThis; | ||
declare const VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__"; | ||
declare const VITE_PLUGIN_DETECTED_STORAGE_KEY = "__vue-devtools-vite-plugin-detected__"; | ||
declare const VITE_PLUGIN_CLIENT_URL_STORAGE_KEY = "__vue-devtools-vite-plugin-client-url__"; | ||
declare const BROADCAST_CHANNEL_NAME = "__vue-devtools-broadcast-channel__"; | ||
export { BROADCAST_CHANNEL_NAME, NOOP, VIEW_MODE_STORAGE_KEY, VITE_PLUGIN_CLIENT_URL_STORAGE_KEY, VITE_PLUGIN_DETECTED_STORAGE_KEY, basename, camelize, classify, deepClone, isArray, isBrowser, isInChromePanel, isInElectron, isInIframe, isInSeparateWindow, isMacOS, isMap, isNumeric, isNuxtApp, isObject, isSet, isUrlString, kebabize, randomStr, sortByKey, target }; |
@@ -30,5 +30,5 @@ var __create = Object.create; | ||
// ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.3__@swc+core@1.5.29_jiti@1.21.6__poim247rgdwcqyeqwscqjhxddq/node_modules/tsup/assets/esm_shims.js | ||
// ../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.5__@swc+core@1.5.29_jiti@1.21.6__hrrjfaj2jdrhlrlzgjkczhq5ey/node_modules/tsup/assets/esm_shims.js | ||
var init_esm_shims = __esm({ | ||
"../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.3__@swc+core@1.5.29_jiti@1.21.6__poim247rgdwcqyeqwscqjhxddq/node_modules/tsup/assets/esm_shims.js"() { | ||
"../../node_modules/.pnpm/tsup@8.2.4_@microsoft+api-extractor@7.43.0_@types+node@20.16.5__@swc+core@1.5.29_jiti@1.21.6__hrrjfaj2jdrhlrlzgjkczhq5ey/node_modules/tsup/assets/esm_shims.js"() { | ||
"use strict"; | ||
@@ -231,2 +231,9 @@ } | ||
// src/constants.ts | ||
init_esm_shims(); | ||
var VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__"; | ||
var VITE_PLUGIN_DETECTED_STORAGE_KEY = "__vue-devtools-vite-plugin-detected__"; | ||
var VITE_PLUGIN_CLIENT_URL_STORAGE_KEY = "__vue-devtools-vite-plugin-client-url__"; | ||
var BROADCAST_CHANNEL_NAME = "__vue-devtools-broadcast-channel__"; | ||
// src/env.ts | ||
@@ -305,9 +312,2 @@ init_esm_shims(); | ||
} | ||
// src/constants.ts | ||
init_esm_shims(); | ||
var VIEW_MODE_STORAGE_KEY = "__vue-devtools-view-mode__"; | ||
var VITE_PLUGIN_DETECTED_STORAGE_KEY = "__vue-devtools-vite-plugin-detected__"; | ||
var VITE_PLUGIN_CLIENT_URL_STORAGE_KEY = "__vue-devtools-vite-plugin-client-url__"; | ||
var BROADCAST_CHANNEL_NAME = "__vue-devtools-broadcast-channel__"; | ||
export { | ||
@@ -314,0 +314,0 @@ BROADCAST_CHANNEL_NAME, |
{ | ||
"name": "@vue/devtools-shared", | ||
"type": "module", | ||
"version": "7.4.4", | ||
"version": "7.4.5", | ||
"author": "webfansplz", | ||
@@ -27,3 +27,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.16.3" | ||
"@types/node": "^20.16.5" | ||
}, | ||
@@ -30,0 +30,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package