@cbsm-finance/reactive-nodes
Advanced tools
Comparing version 1.0.12 to 1.0.13
@@ -1,2 +0,2 @@ | ||
import { of } from 'rxjs'; | ||
import { EMPTY } from 'rxjs'; | ||
export const defaultNodeBuilder = (node, inputs) => node.connect(inputs); | ||
@@ -117,3 +117,3 @@ export function getOutgoingConn(conns, inPort) { | ||
if (!conn) | ||
return of(void 0); | ||
return EMPTY; | ||
const [node, [outPort]] = conn; | ||
@@ -120,0 +120,0 @@ return this.construct([node, outPort]); |
{ | ||
"name": "@cbsm-finance/reactive-nodes", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
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
14606