hal-browser
Advanced tools
Comparing version 0.8.2 to 0.8.3
Changelog | ||
========= | ||
0.8.3 (2020-01-05) | ||
------------------ | ||
* A few subtle design adjustments. | ||
* `@curveball/core` is now a peerDependency for smoother upgrades. | ||
0.8.2 (2020-01-02) | ||
@@ -5,0 +12,0 @@ ------------------ |
@@ -55,3 +55,3 @@ "use strict"; | ||
<h2>Links</h2> | ||
<table> | ||
<table class="links"> | ||
<tr> | ||
@@ -58,0 +58,0 @@ <th>Relationship</th><th>Url</th><th>Title</th> |
{ | ||
"name": "hal-browser", | ||
"version": "0.8.2", | ||
"version": "0.8.3", | ||
"description": "A HAL browser middleware", | ||
@@ -38,2 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@curveball/core": "^0.9.4", | ||
"@types/chai": "^4.2.7", | ||
@@ -44,6 +45,6 @@ "@types/highlight.js": "^9.12.3", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.12.22", | ||
"@types/node": "^10.17.13", | ||
"@types/sinon": "^7.5.1", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.2.2", | ||
"mocha": "^7.0.0", | ||
"nyc": "^15.0.0", | ||
@@ -62,3 +63,2 @@ "sinon": "^8.0.2", | ||
"dependencies": { | ||
"@curveball/core": "^0.9.4", | ||
"csv-parse": "^4.8.3", | ||
@@ -68,3 +68,6 @@ "highlight.js": "^9.17.1", | ||
"markdown-it": "^10.0.0" | ||
}, | ||
"peerDependencies": { | ||
"@curveball/core": "^0.9.1" | ||
} | ||
} |
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
101198
1938
15
- Removed@curveball/core@^0.9.4