@ospin/fct-graph
Advanced tools
Comparing version 5.3.0 to 5.4.0
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "5.3.0", | ||
"version": "5.4.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", |
@@ -24,2 +24,3 @@ const { v4: uuidv4 } = require('uuid') | ||
const HamiltonPHArcSensor = require('../HamiltonPHArcSensor') | ||
const KernRS232Scale = require('../KernRS232Scale') | ||
const PushOut = require('../PushOut') | ||
@@ -55,2 +56,3 @@ const PushIn = require('../PushIn') | ||
HamiltonPHArcSensor, | ||
KernRS232Scale, | ||
}) | ||
@@ -57,0 +59,0 @@ } |
@@ -26,2 +26,3 @@ const FunctionalityFactory = require('./factories/FunctionalityFactory') | ||
const HamiltonPHArcSensor = require('./HamiltonPHArcSensor') | ||
const KernRS232Scale = require('./KernRS232Scale') | ||
@@ -66,2 +67,3 @@ // sub-types which inherit from other sub-types | ||
HamiltonPHArcSensor, | ||
KernRS232Scale, | ||
@@ -68,0 +70,0 @@ // sub-types which inherit from other sub-types (valid fcts) |
@@ -14,2 +14,3 @@ // sub-types which inherit from types | ||
const HamiltonPHArcSensorSeeder = require('./HamiltonPHArcSensorSeeder') | ||
const KernRS232ScaleSeeder = require('./KernRS232ScaleSeeder') | ||
@@ -43,2 +44,3 @@ // sub-types which inherit from other sub-types | ||
HamiltonPHArcSensorSeeder, | ||
KernRS232ScaleSeeder, | ||
@@ -45,0 +47,0 @@ // sub-types which inherit from other sub-types (valid fcts) |
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
166015
127
3546