@perfsee/flamechart
Advanced tools
Comparing version 1.13.0 to 1.13.1
@@ -15,6 +15,7 @@ import { NetworkProfile } from './lib/network-profile'; | ||
export * from './components/flamechart-factory'; | ||
export * from './components/hovertip'; | ||
export { Profile, Frame, CallTreeNode } from './lib/profile'; | ||
export { NetworkProfile } from './lib/network-profile'; | ||
export { TimingProfile, TimeFormatter }; | ||
export { Flamechart, FlamechartFrame, buildFlamechart } from './lib/flamechart'; | ||
export { Flamechart, FlamechartFrame, buildFlamechart, RootFilter } from './lib/flamechart'; | ||
export { importFromChromeTimeline, importMainThreadProfileFromChromeTimeline, importFromChromeCPUProfile, CPUProfile, } from './lib/chrome'; | ||
@@ -30,1 +31,3 @@ export * from './themes/theme'; | ||
export { triangle } from './lib/utils'; | ||
export { Vec2 } from './lib/math'; | ||
export { TimingFrame } from './lib/timing-profile'; |
@@ -113,2 +113,3 @@ import { __assign, __read, __spreadArray, __values } from "tslib"; | ||
export * from './components/flamechart-factory'; | ||
export * from './components/hovertip'; | ||
export { Profile, Frame, CallTreeNode } from './lib/profile'; | ||
@@ -127,2 +128,4 @@ export { NetworkProfile } from './lib/network-profile'; | ||
export { triangle } from './lib/utils'; | ||
export { Vec2 } from './lib/math'; | ||
export { TimingFrame } from './lib/timing-profile'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@perfsee/flamechart", | ||
"version": "1.13.0", | ||
"version": "1.13.1", | ||
"description": "Web-based viewer for performance profiles", | ||
@@ -22,3 +22,3 @@ "sideEffect": false, | ||
}, | ||
"gitHead": "aeadc065a44054a87b72ae35f794046c27008433" | ||
"gitHead": "ff45daf6b956886c49ac29227ed6b18cf3c540fc" | ||
} |
@@ -108,6 +108,7 @@ import { NetworkProfile } from './lib/network-profile' | ||
export * from './components/flamechart-factory' | ||
export * from './components/hovertip' | ||
export { Profile, Frame, CallTreeNode } from './lib/profile' | ||
export { NetworkProfile } from './lib/network-profile' | ||
export { TimingProfile, TimeFormatter } | ||
export { Flamechart, FlamechartFrame, buildFlamechart } from './lib/flamechart' | ||
export { Flamechart, FlamechartFrame, buildFlamechart, RootFilter } from './lib/flamechart' | ||
export { | ||
@@ -128,1 +129,3 @@ importFromChromeTimeline, | ||
export { triangle } from './lib/utils' | ||
export { Vec2 } from './lib/math' | ||
export { TimingFrame } from './lib/timing-profile' |
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
1262840
20016