Comparing version 0.0.5 to 0.0.6
@@ -0,1 +1,6 @@ | ||
v0.0.6 | ||
====== | ||
* Add an min priority queue (data.PriorityQeuue). | ||
v0.0.5 | ||
@@ -2,0 +7,0 @@ ====== |
exports.Digraph = require("./lib/Digraph"); | ||
exports.alg = require("./lib/alg"); | ||
exports.data = { | ||
PriorityQueue: require("./lib/data/PriorityQueue") | ||
}; | ||
exports.version = require("./lib/version"); | ||
// Backwards compatibility - to remove at next minor version bump | ||
exports.Graph = exports.Digraph | ||
exports.Graph = exports.Digraph; |
@@ -1,1 +0,1 @@ | ||
module.exports = '0.0.5'; | ||
module.exports = '0.0.6'; |
{ | ||
"name": "graphlib", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "A multi-graph library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,3 @@ # Graphlib | ||
Note that graphlib is current a pre-1.0.0 library. We will do our best to | ||
maintain backwards compatibility, for patch level increases (e.g. 0.0.1 to | ||
maintain backwards compatibility for patch level increases (e.g. 0.0.1 to | ||
0.0.2) but make no claim to backwards compatibility across minor releases (e.g. | ||
@@ -16,0 +16,0 @@ 0.0.1 to 0.1.0). Watch our [CHANGELOG](CHANGELOG.md) for details on changes. |
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
29687
16
752