@gondel/plugin-hot
Advanced tools
Comparing version 1.0.0-alpha.29 to 1.0.0
@@ -6,2 +6,18 @@ # Change Log | ||
# [1.0.0](https://github.com/namics/gondel/compare/v0.1.0...v1.0.0) (2019-11-28) | ||
### Bug Fixes | ||
* **core:** prevent plugins from being registered twice when being in different js files ([66aedec](https://github.com/namics/gondel/commit/66aedec)), closes [#48](https://github.com/namics/gondel/issues/48) | ||
### BREAKING CHANGES | ||
* **core:** enhances structure of pluginEvents object to track if a plugin (in another js file) has already been initialized | ||
# [0.1.0](https://github.com/namics/gondel/compare/v0.0.8...v0.1.0) (2019-04-08) | ||
@@ -8,0 +24,0 @@ |
{ | ||
"name": "@gondel/plugin-hot", | ||
"version": "1.0.0-alpha.29+e86b493", | ||
"version": "1.0.0", | ||
"description": "Hot module reloading for Gondel component development", | ||
@@ -26,3 +26,3 @@ "bugs": "https://github.com/namics/gondel/issues", | ||
"devDependencies": { | ||
"@gondel/core": "^1.0.0-alpha.29+e86b493", | ||
"@gondel/core": "^1.0.0", | ||
"@types/webpack-env": "1.14.0", | ||
@@ -35,3 +35,3 @@ "npm-run-all": "4.1.5", | ||
}, | ||
"gitHead": "e86b49371c0df21b2e338d3f7a2c4fc448e8b178" | ||
"gitHead": "45edacbe40d1307cf4a7471a85554dba385b144d" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
6675
1
0