@shopify/react-performance
Advanced tools
Comparing version 0.0.2-sknext-beta.2 to 0.0.8-sknext-beta.8
@@ -9,3 +9,2 @@ "use strict"; | ||
usePerformanceEffect: true, | ||
PerformanceEffectCallback: true, | ||
PerformanceMark: true, | ||
@@ -33,8 +32,2 @@ usePerformanceMark: true, | ||
}); | ||
Object.defineProperty(exports, "PerformanceEffectCallback", { | ||
enumerable: true, | ||
get: function get() { | ||
return _performanceEffect.PerformanceEffectCallback; | ||
} | ||
}); | ||
Object.defineProperty(exports, "PerformanceMark", { | ||
@@ -41,0 +34,0 @@ enumerable: true, |
@@ -9,3 +9,2 @@ "use strict"; | ||
usePerformanceEffect: true, | ||
PerformanceEffectCallback: true, | ||
PerformanceMark: true, | ||
@@ -33,8 +32,2 @@ usePerformanceMark: true, | ||
}); | ||
Object.defineProperty(exports, "PerformanceEffectCallback", { | ||
enumerable: true, | ||
get: function () { | ||
return _performanceEffect.PerformanceEffectCallback; | ||
} | ||
}); | ||
Object.defineProperty(exports, "PerformanceMark", { | ||
@@ -41,0 +34,0 @@ enumerable: true, |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PerformanceContext = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = tslib_1.__importDefault(require("react")); |
export * from '@shopify/performance'; | ||
export { PerformanceContext } from './context'; | ||
export { usePerformanceEffect, PerformanceEffectCallback, } from './performance-effect'; | ||
export { usePerformanceEffect } from './performance-effect'; | ||
export type { PerformanceEffectCallback } from './performance-effect'; | ||
export { PerformanceMark } from './PerformanceMark'; | ||
@@ -5,0 +6,0 @@ export { usePerformanceMark } from './performance-mark'; |
@@ -6,22 +6,22 @@ "use strict"; | ||
var context_1 = require("./context"); | ||
exports.PerformanceContext = context_1.PerformanceContext; | ||
Object.defineProperty(exports, "PerformanceContext", { enumerable: true, get: function () { return context_1.PerformanceContext; } }); | ||
var performance_effect_1 = require("./performance-effect"); | ||
exports.usePerformanceEffect = performance_effect_1.usePerformanceEffect; | ||
Object.defineProperty(exports, "usePerformanceEffect", { enumerable: true, get: function () { return performance_effect_1.usePerformanceEffect; } }); | ||
var PerformanceMark_1 = require("./PerformanceMark"); | ||
exports.PerformanceMark = PerformanceMark_1.PerformanceMark; | ||
Object.defineProperty(exports, "PerformanceMark", { enumerable: true, get: function () { return PerformanceMark_1.PerformanceMark; } }); | ||
var performance_mark_1 = require("./performance-mark"); | ||
exports.usePerformanceMark = performance_mark_1.usePerformanceMark; | ||
Object.defineProperty(exports, "usePerformanceMark", { enumerable: true, get: function () { return performance_mark_1.usePerformanceMark; } }); | ||
var LifecycleEventListener_1 = require("./LifecycleEventListener"); | ||
exports.LifecycleEventListener = LifecycleEventListener_1.LifecycleEventListener; | ||
Object.defineProperty(exports, "LifecycleEventListener", { enumerable: true, get: function () { return LifecycleEventListener_1.LifecycleEventListener; } }); | ||
var lifecycle_event_listener_1 = require("./lifecycle-event-listener"); | ||
exports.useLifecycleEventListener = lifecycle_event_listener_1.useLifecycleEventListener; | ||
Object.defineProperty(exports, "useLifecycleEventListener", { enumerable: true, get: function () { return lifecycle_event_listener_1.useLifecycleEventListener; } }); | ||
var NavigationListener_1 = require("./NavigationListener"); | ||
exports.NavigationListener = NavigationListener_1.NavigationListener; | ||
Object.defineProperty(exports, "NavigationListener", { enumerable: true, get: function () { return NavigationListener_1.NavigationListener; } }); | ||
var navigation_listener_1 = require("./navigation-listener"); | ||
exports.useNavigationListener = navigation_listener_1.useNavigationListener; | ||
Object.defineProperty(exports, "useNavigationListener", { enumerable: true, get: function () { return navigation_listener_1.useNavigationListener; } }); | ||
var PerformanceReport_1 = require("./PerformanceReport"); | ||
exports.PerformanceReport = PerformanceReport_1.PerformanceReport; | ||
Object.defineProperty(exports, "PerformanceReport", { enumerable: true, get: function () { return PerformanceReport_1.PerformanceReport; } }); | ||
var performance_report_1 = require("./performance-report"); | ||
exports.usePerformanceReport = performance_report_1.usePerformanceReport; | ||
Object.defineProperty(exports, "usePerformanceReport", { enumerable: true, get: function () { return performance_report_1.usePerformanceReport; } }); | ||
var types_1 = require("./types"); | ||
exports.Stage = types_1.Stage; | ||
Object.defineProperty(exports, "Stage", { enumerable: true, get: function () { return types_1.Stage; } }); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useLifecycleEventListener = void 0; | ||
var performance_effect_1 = require("./performance-effect"); | ||
@@ -4,0 +5,0 @@ function useLifecycleEventListener(listener) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.LifecycleEventListener = void 0; | ||
var lifecycle_event_listener_1 = require("./lifecycle-event-listener"); | ||
@@ -4,0 +5,0 @@ function LifecycleEventListener(_a) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.useNavigationListener = void 0; | ||
var performance_effect_1 = require("./performance-effect"); | ||
@@ -4,0 +5,0 @@ function useNavigationListener(listener) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NavigationListener = void 0; | ||
var navigation_listener_1 = require("./navigation-listener"); | ||
@@ -4,0 +5,0 @@ function NavigationListener(_a) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.usePerformanceEffect = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = require("react"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.usePerformanceMark = void 0; | ||
var performance_effect_1 = require("./performance-effect"); | ||
@@ -4,0 +5,0 @@ var types_1 = require("./types"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.usePerformanceReport = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var react_1 = require("react"); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PerformanceMark = void 0; | ||
var performance_mark_1 = require("./performance-mark"); | ||
@@ -4,0 +5,0 @@ function PerformanceMark(_a) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PerformanceReport = void 0; | ||
var performance_report_1 = require("./performance-report"); | ||
@@ -4,0 +5,0 @@ function PerformanceReport(_a) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.randomConnection = exports.noop = exports.randomNavigationResult = exports.mockNavigation = exports.randomLifecycleEventType = exports.mockLifecycleEvent = exports.mockPerformance = void 0; | ||
var tslib_1 = require("tslib"); | ||
@@ -4,0 +5,0 @@ var faker_1 = tslib_1.__importDefault(require("faker")); |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Stage = void 0; | ||
var Stage; | ||
@@ -4,0 +5,0 @@ (function (Stage) { |
{ | ||
"name": "@shopify/react-performance", | ||
"version": "0.0.2-sknext-beta.2", | ||
"version": "0.0.8-sknext-beta.8", | ||
"license": "MIT", | ||
@@ -27,3 +27,3 @@ "description": "Primitives to measure your React application's performance using `@shopify/performance`", | ||
"dependencies": { | ||
"@shopify/performance": "0.0.2-sknext-beta.2" | ||
"@shopify/performance": "0.0.8-sknext-beta.8" | ||
}, | ||
@@ -34,3 +34,3 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@shopify/network": "0.0.2-sknext-beta.2" | ||
"@shopify/network": "0.0.8-sknext-beta.8" | ||
}, | ||
@@ -37,0 +37,0 @@ "files": [ |
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
90994
1534
+ Added@shopify/performance@0.0.8-sknext-beta.8(transitive)
- Removed@shopify/performance@0.0.2-sknext-beta.2(transitive)