@perfsee/rollup
Advanced tools
Comparing version 1.4.0 to 1.5.0
{ | ||
"name": "@perfsee/rollup", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"description": "perfsee rollup plugin", | ||
@@ -24,3 +24,3 @@ "repository": "https://github.com/perfsee/perfsee", | ||
"@perfsee/bundle-analyzer": "1.4.0", | ||
"@perfsee/plugin-utils": "1.4.0", | ||
"@perfsee/plugin-utils": "1.5.0", | ||
"chalk": "^4.1.2", | ||
@@ -36,3 +36,3 @@ "lodash": "^4.17.21", | ||
}, | ||
"gitHead": "6ed106973367baab8f892f57c8622b54cb76afd4" | ||
"gitHead": "90f2555bd6bcf384278b7efbf6a0f719f0bed4db" | ||
} |
@@ -89,27 +89,22 @@ # `@perfsee/rollup` | ||
/** | ||
* Server options used to start local report viewer | ||
* Options for output bundle report static html file. | ||
* Only used when `enableAudit` is true. | ||
*/ | ||
serverOptions?: { | ||
reportOptions?: { | ||
/** | ||
* Port the local report server will listen on | ||
* Automatically open report in default browser. | ||
* | ||
* @default 8080 | ||
* @default true | ||
*/ | ||
port?: number | ||
openBrowser?: boolean | ||
/** | ||
* Host of the local report server | ||
* Path to bundle report file that will be generated. | ||
* It can be either an absolute path or a path relative to a bundle output directory. | ||
* | ||
* @default '127.0.0.1' | ||
* By default the report will be output in the cache directory. | ||
*/ | ||
host?: string | ||
/** | ||
* Path of the static files used to render report. | ||
* | ||
* Unless you want to change the default report viewer, otherwise leave it undefined. | ||
*/ | ||
publicPath?: string | ||
fileName?: string | ||
} | ||
} | ||
``` |
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
38252
110
+ Added@perfsee/plugin-utils@1.5.0(transitive)
+ Addedcommondir@1.0.1(transitive)
+ Addeddefine-lazy-prop@2.0.0(transitive)
+ Addedfind-cache-dir@3.3.2(transitive)
+ Addedfind-up@4.1.0(transitive)
+ Addedis-docker@2.2.1(transitive)
+ Addedis-wsl@2.2.0(transitive)
+ Addedlocate-path@5.0.0(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedopen@8.4.2(transitive)
+ Addedp-limit@2.3.0(transitive)
+ Addedp-locate@4.1.0(transitive)
+ Addedp-try@2.2.0(transitive)
+ Addedpath-exists@4.0.0(transitive)
+ Addedpkg-dir@4.2.0(transitive)
+ Addedsemver@6.3.1(transitive)
- Removed@perfsee/plugin-utils@1.4.0(transitive)
- Removed@tokenizer/token@0.3.0(transitive)
- Removedfile-type@16.5.4(transitive)
- Removedieee754@1.2.1(transitive)
- Removedinherits@2.0.4(transitive)
- Removedpeek-readable@4.1.0(transitive)
- Removedreadable-stream@3.6.2(transitive)
- Removedreadable-web-to-node-stream@3.0.2(transitive)
- Removedsafe-buffer@5.2.1(transitive)
- Removedstring_decoder@1.3.0(transitive)
- Removedstrtok3@6.3.0(transitive)
- Removedtoken-types@4.2.1(transitive)
- Removedutil-deprecate@1.0.2(transitive)
Updated@perfsee/plugin-utils@1.5.0