Comparing version 1.0.1 to 1.0.2
NoFlo ChangeLog | ||
=============== | ||
## 1.0.2 (November 17th 2017) | ||
* Fix sub-subgraph identification in network events | ||
## 1.0.1 (November 13th 2017) | ||
@@ -5,0 +9,0 @@ |
@@ -457,3 +457,3 @@ // NoFlo - Flow-Based Programming for JavaScript | ||
} | ||
data.subgraph = data.subgraph.unshift(node.id); | ||
data.subgraph.unshift(node.id); | ||
} else { | ||
@@ -460,0 +460,0 @@ data.subgraph = [node.id]; |
@@ -11,3 +11,3 @@ { | ||
"author": "Henri Bergius <henri.bergius@iki.fi>", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -14,0 +14,0 @@ "engines": { |
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
636708