@ospin/fct-graph
Advanced tools
Comparing version 2.8.0 to 2.8.1
{ | ||
"name": "@ospin/fct-graph", | ||
"author": "danielseehausen", | ||
"version": "2.8.0", | ||
"version": "2.8.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", |
@@ -250,1 +250,2 @@ [![codecov](https://codecov.io/gh/ospin-web-dev/FCTGraph/branch/main/graph/badge.svg?token=RXXLX0HDAR)](https://codecov.io/gh/ospin-web-dev/FCTGraph) | ||
- disconnect connections between slots | ||
const addPushOutFctForOutSlotWhichHasNone = require('./addPushOutFctForOutSlotWhichHasNone') | ||
const addPushOutFctForAllOutSlotsWhichHaveNone = require('./addPushOutFctForAllOutSlotsWhichHaveNone') | ||
const addPushInFctForInSlotWhichHasNone = require('./addPushInFctForInSlotWhichHasNone') | ||
const addPushInFctForAllInSlotsWhichHaveNone = require('./addPushInFctForAllInSlotsWhichHaveNone') | ||
@@ -7,2 +9,4 @@ module.exports = { | ||
addPushOutFctForAllOutSlotsWhichHaveNone, | ||
addPushInFctForInSlotWhichHasNone, | ||
addPushInFctForAllInSlotsWhichHaveNone, | ||
} |
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
123832
2516
251