@shopify/performance
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -1,2 +0,2 @@ | ||
import { Event, NavigationMetadata } from './types'; | ||
import type { Event, NavigationMetadata } from './types'; | ||
import { Navigation } from './navigation'; | ||
@@ -3,0 +3,0 @@ interface NavigationStartOptions { |
@@ -1,2 +0,2 @@ | ||
import { Event, NavigationDefinition, NavigationResult, NavigationMetadata, ScriptDownloadEvent, StyleDownloadEvent, EventMap } from './types'; | ||
import type { Event, NavigationDefinition, NavigationResult, NavigationMetadata, ScriptDownloadEvent, StyleDownloadEvent, EventMap } from './types'; | ||
export declare class Navigation implements NavigationDefinition { | ||
@@ -3,0 +3,0 @@ metadata: NavigationMetadata; |
import type { Navigation } from './navigation'; | ||
import { Event, LifecycleEvent } from './types'; | ||
import type { Event, LifecycleEvent } from './types'; | ||
interface EventMap { | ||
@@ -4,0 +4,0 @@ navigation: (navigation: Navigation) => void; |
{ | ||
"name": "@shopify/performance", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Primitives for collecting browser performance metrics", |
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
85810