@ospin/fct-graph
Advanced tools
Comparing version 2.23.0 to 2.23.1
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "2.23.0", | ||
"version": "2.23.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", |
@@ -92,3 +92,4 @@ const Joi = require('joi') | ||
const fctGraph = new FCTGraph(newData) | ||
// calling `new FCTGraph` won't use the composed methods! | ||
const fctGraph = new this.prototype.constructor(newData) | ||
fctGraph._addManyConnectionsViaDataStreamsData(dataStreamsData) | ||
@@ -95,0 +96,0 @@ |
@@ -10,3 +10,2 @@ const Joi = require('joi') | ||
const SetProtectedPropertyError = require('./FCTErrors/SetProtectedPropertyError') | ||
const ArrayUtils = require('@choux/array-utils') | ||
@@ -13,0 +12,0 @@ class Functionality { |
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
140921