Comparing version 0.1.2 to 0.2.0
@@ -0,1 +1,7 @@ | ||
v0.2.0 | ||
====== | ||
This release removes the export of `Graph` from the `graphlib` library. If you | ||
use `Graph`, please get it directly from `graphlib`. | ||
v0.1.2 | ||
@@ -2,0 +8,0 @@ ====== |
@@ -23,5 +23,4 @@ /* | ||
exports.dot = require("./lib/dot"); | ||
exports.Graph = require("graphlib").Graph; | ||
exports.layout = require("./lib/layout/layout"); | ||
exports.util = require("./lib/util"); | ||
exports.version = require("./lib/version"); |
@@ -1,1 +0,1 @@ | ||
module.exports = '0.1.2'; | ||
module.exports = '0.2.0'; |
{ | ||
"name": "dagre", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "Directed graph rendering", | ||
@@ -24,4 +24,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"graphlib": "0.0.5", | ||
"graphlib-dot": "0.0.2" | ||
"graphlib": "0.1.x", | ||
"graphlib-dot": "0.0.x" | ||
}, | ||
@@ -39,3 +39,3 @@ "author": "Chris Pettitt <chris@samsarin.com>", | ||
"browsers": [ | ||
"ie/8..latest", | ||
"ie/9..latest", | ||
"firefox/17..latest", | ||
@@ -42,0 +42,0 @@ "firefox/nightly", |
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
130324
3647
+ Addedgraphlib@0.1.10.2.1(transitive)
+ Addedgraphlib-dot@0.0.4(transitive)
- Removedgraphlib@0.0.30.0.5(transitive)
- Removedgraphlib-dot@0.0.2(transitive)
Updatedgraphlib@0.1.x
Updatedgraphlib-dot@0.0.x