Comparing version 0.6.1 to 0.6.2
@@ -828,2 +828,6 @@ "use strict"; | ||
}; | ||
if (json && json.properties) { | ||
delete json.properties.baseDir; | ||
delete json.properties.componentLoader; | ||
} | ||
this.nodes.forEach((node) => { | ||
@@ -830,0 +834,0 @@ if (!json.processes) { |
{ | ||
"name": "fbp-graph", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "JavaScript FBP graph library", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -30,2 +30,4 @@ FBP Graph library for JavaScript | ||
* 0.6.2 (November 16th 2020) | ||
- Graph properties `componentLoader` and `baseDir` are not serialized into JSON | ||
* 0.6.1 (October 26th 2020) | ||
@@ -32,0 +34,0 @@ - Fixed packaging issue |
@@ -897,2 +897,6 @@ // FBP Graph | ||
}; | ||
if (json && json.properties) { | ||
delete json.properties.baseDir; | ||
delete json.properties.componentLoader; | ||
} | ||
@@ -899,0 +903,0 @@ this.nodes.forEach((node) => { |
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
312517
5931
40