hal-browser
Advanced tools
Comparing version 0.8.5 to 0.8.6
Changelog | ||
========= | ||
0.8.6 (2020-01-05) | ||
------------------ | ||
* Allow installation on Curveball 0.10. | ||
0.8.5 (2020-01-05) | ||
@@ -5,0 +11,0 @@ ------------------ |
{ | ||
"name": "hal-browser", | ||
"version": "0.8.5", | ||
"version": "0.8.6", | ||
"description": "A HAL browser middleware", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@curveball/core": "^0.9.4", | ||
"@curveball/core": "^0.10.0", | ||
"@types/chai": "^4.2.7", | ||
@@ -68,4 +68,4 @@ "@types/highlight.js": "^9.12.3", | ||
"peerDependencies": { | ||
"@curveball/core": "^0.9.1" | ||
"@curveball/core": ">=0.9.1 <1" | ||
} | ||
} |
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
101437