@perfsee/plugin-utils
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0
@@ -6,2 +6,8 @@ # Change Log | ||
# [1.0.0](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.4...v1.0.0) (2022-10-18) | ||
### Bug Fixes | ||
- **plugin-utils:** options typo ([4bbeb95](https://github.com/perfsee/perfsee/commit/4bbeb953aaba38792c1b8161acd9e141fc7bbf52)) | ||
# [1.0.0-alpha.4](https://github.com/perfsee/perfsee/compare/v1.0.0-alpha.3...v1.0.0-alpha.4) (2022-09-29) | ||
@@ -8,0 +14,0 @@ |
@@ -64,3 +64,3 @@ import { BundleResult } from '@perfsee/bundle-analyzer'; | ||
*/ | ||
severOptions?: ServerOptions; | ||
serverOptions?: ServerOptions; | ||
/** | ||
@@ -67,0 +67,0 @@ * Authentication token used for uploading build to remote server. |
@@ -60,3 +60,3 @@ "use strict"; | ||
content: moduleTree, | ||
}, options.severOptions); | ||
}, options.serverOptions); | ||
} | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "@perfsee/plugin-utils", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0", | ||
"description": "pertsuite plugin utilities", | ||
@@ -24,4 +24,4 @@ "repository": "https://github.com/perfsee/perfsee", | ||
"@msgpack/msgpack": "^2.7.2", | ||
"@perfsee/bundle-analyzer": "1.0.0-alpha.4", | ||
"@perfsee/utils": "1.0.0-alpha.3", | ||
"@perfsee/bundle-analyzer": "1.0.0", | ||
"@perfsee/utils": "1.0.0", | ||
"chalk": "^4.1.2", | ||
@@ -46,3 +46,3 @@ "debug": "4.3.4", | ||
}, | ||
"gitHead": "71252e424ebea84ec8b2ca616e545cc1177241c8" | ||
"gitHead": "16ce49447f62f2365d564bf36aaa84fd91469760" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1959736
1
+ Added@perfsee/bundle-analyzer@1.0.0(transitive)
+ Added@perfsee/utils@1.0.0(transitive)
- Removed@perfsee/bundle-analyzer@1.0.0-alpha.4(transitive)
- Removed@perfsee/utils@1.0.0-alpha.3(transitive)
Updated@perfsee/utils@1.0.0