perf-cascade
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -56,1 +56,3 @@ import { createWaterfallSvg } from "./waterfall/svg-chart"; | ||
export { setSelectedPageIndex as changePage } from "./paging/paging"; | ||
//export typings | ||
export * from "./typing/index.d"; |
{ | ||
"name": "perf-cascade", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Har file visualizer", | ||
"main": "./lib/main.js", | ||
"main": "./index.js", | ||
"scripts": { | ||
@@ -29,3 +29,3 @@ "test": "echo \"Error: no test specified\" && exit 1", | ||
}, | ||
"types": "./lib/main.d.ts", | ||
"types": "./index.d.ts", | ||
"license": "MIT", | ||
@@ -32,0 +32,0 @@ "devDependencies": { |
@@ -24,1 +24,2 @@ import { Har } from "./typing/har.d"; | ||
export { setSelectedPageIndex as changePage } from "./paging/paging"; | ||
export * from "./typing/index.d"; |
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
211699
58
5320