@shopify/performance
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -10,2 +10,8 @@ # Changelog | ||
## [1.0.2] - 2019-01-11 | ||
### Fixed | ||
- The types for `Navigation#resourceEvents` no longer fails in consuming projects. | ||
## [1.0.1] - 2019-01-11 | ||
@@ -12,0 +18,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { Event, NavigationDefinition, NavigationResult, NavigationMetadata, EventMap } from './types'; | ||
import { Event, NavigationDefinition, NavigationResult, NavigationMetadata, ScriptDownloadEvent, StyleDownloadEvent, EventMap } from './types'; | ||
export declare class Navigation implements NavigationDefinition { | ||
@@ -17,3 +17,3 @@ metadata: NavigationMetadata; | ||
readonly timeToUsable: number; | ||
readonly resourceEvents: (import("types").ScriptDownloadEvent | import("types").StyleDownloadEvent)[]; | ||
readonly resourceEvents: (ScriptDownloadEvent | StyleDownloadEvent)[]; | ||
readonly totalDownloadSize: number | undefined; | ||
@@ -20,0 +20,0 @@ readonly cacheEffectiveness: number | undefined; |
{ | ||
"name": "@shopify/performance", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Primitives for collecting browser performance metrics.", |
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
39369