rollup-plugin-visualizer
Advanced tools
Comparing version 5.3.6 to 5.3.7
# Changelog | ||
## 5.3.7 | ||
* Fix bug with new parts of bundle structure in treemap, that does not allow to show | ||
imported by paths | ||
## 5.3.4 | ||
@@ -4,0 +9,0 @@ |
export declare type SizeKey = "renderedLength" | "gzipLength" | "brotliLength"; | ||
export declare const isModuleTree: (mod: ModuleTree | ModuleTreeLeaf) => mod is ModuleTree; | ||
export declare type ModuleUID = string; | ||
export interface ModuleTreeLeaf { | ||
uid: string; | ||
name: string; | ||
uid: ModuleUID; | ||
} | ||
@@ -11,3 +12,2 @@ export interface ModuleTree { | ||
} | ||
export declare type ModuleUID = string; | ||
export declare type ModuleRenderInfo = { | ||
@@ -14,0 +14,0 @@ id: string; |
{ | ||
"name": "rollup-plugin-visualizer", | ||
"version": "5.3.6", | ||
"version": "5.3.7", | ||
"main": "./dist/plugin/index.js", | ||
@@ -55,4 +55,4 @@ "author": "Denis Bardadym <bardadymchik@gmail.com>", | ||
"@types/yargs": "^16.0.1", | ||
"@typescript-eslint/eslint-plugin": "^4.21.0", | ||
"@typescript-eslint/parser": "^4.21.0", | ||
"@typescript-eslint/eslint-plugin": "^4.22.0", | ||
"@typescript-eslint/parser": "^4.22.0", | ||
"bytes": "^3.1.0", | ||
@@ -62,20 +62,20 @@ "d3-array": "^2.12.1", | ||
"d3-hierarchy": "^2.0.0", | ||
"d3-scale": "^3.2.4", | ||
"d3-scale": "^3.3.0", | ||
"d3-shape": "^2.1.0", | ||
"del-cli": "^3.0.1", | ||
"eslint": "^7.24.0", | ||
"eslint-config-prettier": "^8.1.0", | ||
"eslint-config-prettier": "^8.2.0", | ||
"eslint-plugin-import": "^2.22.1", | ||
"eslint-plugin-prettier": "^3.3.1", | ||
"eslint-plugin-prettier": "^3.4.0", | ||
"eslint-plugin-react": "^7.23.2", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"npm-run-all": "^4.1.5", | ||
"postcss": "^8.2.9", | ||
"postcss": "^8.2.10", | ||
"postcss-url": "^10.1.3", | ||
"preact": "^10.5.13", | ||
"prettier": "^2.2.1", | ||
"rollup": "^2.45.1", | ||
"rollup": "^2.45.2", | ||
"rollup-plugin-postcss": "^4.0.0", | ||
"rollup-plugin-terser": "^7.0.2", | ||
"sass": "^1.32.8", | ||
"sass": "^1.32.10", | ||
"typescript": "^4.2.4", | ||
@@ -82,0 +82,0 @@ "webcola": "^3.4.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1996016
13261