@vue/devtools-shared
Advanced tools
Comparing version 7.0.20 to 7.0.21
@@ -6,2 +6,3 @@ declare const isBrowser: boolean; | ||
declare const isInElectron: boolean; | ||
declare const isNuxtApp: boolean; | ||
@@ -32,2 +33,2 @@ declare function NOOP(): void; | ||
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, isMacOS, isMap, isNumeric, isObject, isSet, kebabize, randomStr, sortByKey, target }; | ||
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, isMacOS, isMap, isNumeric, isNuxtApp, isObject, isSet, kebabize, randomStr, sortByKey, target }; |
@@ -30,5 +30,5 @@ var __create = Object.create; | ||
// ../../node_modules/.pnpm/tsup@8.0.2_postcss@8.4.35_typescript@5.4.2/node_modules/tsup/assets/esm_shims.js | ||
// ../../node_modules/.pnpm/tsup@8.0.2_postcss@8.4.38_typescript@5.4.3/node_modules/tsup/assets/esm_shims.js | ||
var init_esm_shims = __esm({ | ||
"../../node_modules/.pnpm/tsup@8.0.2_postcss@8.4.35_typescript@5.4.2/node_modules/tsup/assets/esm_shims.js"() { | ||
"../../node_modules/.pnpm/tsup@8.0.2_postcss@8.4.38_typescript@5.4.3/node_modules/tsup/assets/esm_shims.js"() { | ||
"use strict"; | ||
@@ -257,2 +257,3 @@ } | ||
var isInElectron = typeof navigator !== "undefined" && navigator.userAgent.toLowerCase().includes("electron"); | ||
var isNuxtApp = typeof window !== "undefined" && !!window.__NUXT__; | ||
@@ -343,2 +344,3 @@ // src/general.ts | ||
isNumeric, | ||
isNuxtApp, | ||
isObject, | ||
@@ -345,0 +347,0 @@ isSet, |
{ | ||
"name": "@vue/devtools-shared", | ||
"type": "module", | ||
"version": "7.0.20", | ||
"version": "7.0.21", | ||
"author": "webfansplz", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@types/node": "^20.11.29" | ||
"@types/node": "^20.11.30" | ||
}, | ||
@@ -25,0 +25,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
29896
751