@perfsee/flamechart
Advanced tools
Comparing version 1.5.3 to 1.5.4
/// <reference types="react" /> | ||
import { ReactProfile } from '@perfsee/flamechart/lib/react-devtool/react-profile'; | ||
import { ReactProfile } from '../../lib/react-devtool/react-profile'; | ||
import { Theme } from '../../themes/theme'; | ||
@@ -4,0 +4,0 @@ interface Props { |
import { __assign } from "tslib"; | ||
import { jsx as _jsx } from "react/jsx-runtime"; | ||
import { useCallback } from 'react'; | ||
import { ReactFrame } from '@perfsee/flamechart/lib/react-devtool/react-profile'; | ||
import { ReactFrame } from '../../lib/react-devtool/react-profile'; | ||
import { lightWeightTheme } from '../../themes/light-weight-theme'; | ||
@@ -6,0 +6,0 @@ import { FlamechartContainer } from '../flamechart-container'; |
{ | ||
"name": "@perfsee/flamechart", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "Web-based viewer for performance profiles", | ||
@@ -22,3 +22,3 @@ "sideEffect": false, | ||
}, | ||
"gitHead": "be8266dea394c3ad52cd1b3126c5c2d774083564" | ||
"gitHead": "2eed7e8023fbe95c5535db3f5836c009f8d13777" | ||
} |
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
1141172