@shopify/performance
Advanced tools
Comparing version 0.0.0-snapshot-20230328181823 to 0.0.0-snapshot-20230328183850
@@ -77,3 +77,3 @@ 'use strict'; | ||
// We need to account for this to prevent it from being recorded as a navigation | ||
if (((_history$state = history.state) === null || _history$state === void 0 ? void 0 : _history$state.idx) == null && ((_args$ = args[0]) === null || _args$ === void 0 ? void 0 : _args$.idx) === 0) { | ||
if (!(((_history$state = history.state) === null || _history$state === void 0 ? void 0 : _history$state.idx) == null && ((_args$ = args[0]) === null || _args$ === void 0 ? void 0 : _args$.idx) === 0)) { | ||
handlePushOrReplace(args[2]); | ||
@@ -80,0 +80,0 @@ } |
{ | ||
"name": "@shopify/performance", | ||
"version": "0.0.0-snapshot-20230328181823", | ||
"version": "0.0.0-snapshot-20230328183850", | ||
"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
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
87349