@spotlightjs/overlay
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -1,2 +0,4 @@ | ||
declare const Resources: () => import("react/jsx-runtime").JSX.Element; | ||
declare const Resources: ({ showAll }: { | ||
showAll: boolean; | ||
}) => import("react/jsx-runtime").JSX.Element; | ||
export default Resources; |
@@ -17,2 +17,7 @@ import { EventProcessor, Hub, Integration } from '@sentry/types'; | ||
} | ||
type FetchImpl = typeof fetch; | ||
/** | ||
* We want to get an unpatched fetch implementation to avoid capturing our own calls. | ||
*/ | ||
export declare function getNativeFetchImplementation(): FetchImpl; | ||
export {}; |
@@ -100,1 +100,10 @@ import { ComponentPropsWithoutRef } from 'react'; | ||
}; | ||
export type CrumbProps = { | ||
id: string; | ||
label: string; | ||
link?: boolean; | ||
to?: string; | ||
}; | ||
export type BreadcrumbProps = { | ||
crumbs: CrumbProps[]; | ||
}; |
{ | ||
"name": "@spotlightjs/overlay", | ||
"description": "The overlay of Spotlight to add debug interface to your web app.", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
10482725
79
80702
2