@shopify/react-performance
Advanced tools
Comparing version 3.0.11 to 3.0.12
@@ -1,2 +0,2 @@ | ||
import { LifecycleEventListener as LifecycleEventListenerType } from './lifecycle-event-listener'; | ||
import type { LifecycleEventListener as LifecycleEventListenerType } from './lifecycle-event-listener'; | ||
export declare function LifecycleEventListener({ onEvent, }: { | ||
@@ -3,0 +3,0 @@ onEvent: LifecycleEventListenerType; |
@@ -1,2 +0,2 @@ | ||
import { NavigationListener as NavigationlistenerType } from './navigation-listener'; | ||
import type { NavigationListener as NavigationlistenerType } from './navigation-listener'; | ||
export declare function NavigationListener({ onNavigation, }: { | ||
@@ -3,0 +3,0 @@ onNavigation: NavigationlistenerType; |
@@ -1,2 +0,2 @@ | ||
import { ErrorHandler } from './performance-report'; | ||
import type { ErrorHandler } from './performance-report'; | ||
interface Props { | ||
@@ -3,0 +3,0 @@ url: string; |
{ | ||
"name": "@shopify/react-performance", | ||
"version": "3.0.11", | ||
"version": "3.0.12", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "description": "Primitives to measure your React application's performance using `@shopify/performance`", | ||
"dependencies": { | ||
"@shopify/performance": "^3.2.3" | ||
"@shopify/performance": "^3.2.4" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^4.1.1", | ||
"@shopify/jest-dom-mocks": "^4.1.2", | ||
"@shopify/network": "^3.2.1" | ||
@@ -37,0 +37,0 @@ }, |
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
39579
Updated@shopify/performance@^3.2.4