ciena-graphlib
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -0,1 +1,6 @@ | ||
# 1.0.7 (2017-05-08) | ||
Please add a description of your change here, it will be automatically prepended to the `CHANGELOG.md` file. | ||
# 1.0.6 (2017-04-25) | ||
@@ -2,0 +7,0 @@ |
@@ -31,5 +31,5 @@ /** | ||
const alg = require('./lib/alg') | ||
const Graph = require('./lib/graph') | ||
const json = require('./lib/json') | ||
var alg = require('./lib/alg') | ||
var Graph = require('./lib/graph') | ||
var json = require('./lib/json') | ||
@@ -36,0 +36,0 @@ module.exports = { |
{ | ||
"name": "ciena-graphlib", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A directed and undirected multi-graph library", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
207279