@ospin/fct-graph
Advanced tools
Comparing version 4.0.0 to 4.0.1
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"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", |
@@ -85,3 +85,3 @@ const Joi = require('joi') | ||
this.functionalities = [] | ||
functionalitiesData.map(fctData => this._addFunctionalityByData(fctData)) | ||
functionalitiesData.map(fctData => this._addFunctionalityByData({ ...fctData, fctGraph: this })) | ||
@@ -88,0 +88,0 @@ // NOTE: update readme with this |
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
149332