@shopify/react-performance
Advanced tools
Comparing version 3.0.10 to 3.0.11
@@ -1,2 +0,2 @@ | ||
import { LifecycleEvent } from '@shopify/performance'; | ||
import type { LifecycleEvent } from '@shopify/performance'; | ||
export interface LifecycleEventListener { | ||
@@ -3,0 +3,0 @@ (event: LifecycleEvent): void; |
@@ -1,2 +0,2 @@ | ||
import { Navigation } from '@shopify/performance'; | ||
import type { Navigation } from '@shopify/performance'; | ||
export interface NavigationListener { | ||
@@ -3,0 +3,0 @@ (navigation: Navigation): void; |
@@ -1,2 +0,2 @@ | ||
import { Performance } from '@shopify/performance'; | ||
import type { Performance } from '@shopify/performance'; | ||
export interface PerformanceEffectCallback { | ||
@@ -3,0 +3,0 @@ (performance: Performance): VoidFunction | void; |
{ | ||
"name": "@shopify/react-performance", | ||
"version": "3.0.10", | ||
"version": "3.0.11", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "description": "Primitives to measure your React application's performance using `@shopify/performance`", | ||
"dependencies": { | ||
"@shopify/performance": "^3.2.2" | ||
"@shopify/performance": "^3.2.3" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/jest-dom-mocks": "^4.1.0", | ||
"@shopify/jest-dom-mocks": "^4.1.1", | ||
"@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
39552
Updated@shopify/performance@^3.2.3