@ospin/fct-graph
Advanced tools
Comparing version 2.11.0 to 2.12.0
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "2.11.0", | ||
"version": "2.12.0", | ||
"description": "Graph data structure with conditional edges via 'slots' on nodes. Intended to represent physical and virtual functionalities on a device.", | ||
@@ -6,0 +6,0 @@ "main": "index.js", |
@@ -34,4 +34,8 @@ const Joi = require('joi') | ||
getSinkFct() { | ||
return super.sinks[0] | ||
} | ||
} | ||
module.exports = InputNode |
@@ -64,4 +64,8 @@ const Joi = require('joi') | ||
getSourceFct() { | ||
return super.sources[0] | ||
} | ||
} | ||
module.exports = OutputNode |
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
127757
2593