Comparing version 1.3.1-rc.1 to 1.3.1-rc.2
organization=retejs | ||
projectKey=retejs_rete | ||
serverUrl=https://sonarcloud.io | ||
serverVersion=7.8.0.24676 | ||
branch=v1.3.1-rc.1 | ||
dashboardUrl=https://sonarcloud.io/dashboard?id=retejs_rete&branch=v1.3.1-rc.1&resolved=false | ||
ceTaskId=AWrA-1FWgvTe5u3ZTzgq | ||
ceTaskUrl=https://sonarcloud.io/api/ce/task?id=AWrA-1FWgvTe5u3ZTzgq | ||
serverVersion=7.8.0.25122 | ||
branch=v1.3.1-rc.2 | ||
dashboardUrl=https://sonarcloud.io/dashboard?id=retejs_rete&branch=v1.3.1-rc.2&resolved=false | ||
ceTaskId=AWrHbfd_rfVuMbbS9eK9 | ||
ceTaskUrl=https://sonarcloud.io/api/ce/task?id=AWrHbfd_rfVuMbbS9eK9 |
/*! | ||
* rete v1.3.1-rc.1 | ||
* rete v1.3.1-rc.2 | ||
* (c) 2019 Vitaliy Stoliarov | ||
@@ -4,0 +4,0 @@ * Released under the MIT license. |
{ | ||
"name": "rete", | ||
"version": "1.3.1-rc.1", | ||
"version": "1.3.1-rc.2", | ||
"description": "JavaScript framework", | ||
@@ -5,0 +5,0 @@ "main": "build/rete.common.js", |
@@ -8,3 +8,3 @@ import { Engine } from './index'; | ||
constructor(name: string); | ||
abstract worker(node: NodeData, inputs: WorkerInputs, outputs: WorkerOutputs, ...args: any): any; | ||
abstract worker(node: NodeData, inputs: WorkerInputs, outputs: WorkerOutputs, ...args: any[]): any; | ||
} |
@@ -33,3 +33,3 @@ import { Component } from './component'; | ||
private processUnreachable; | ||
process(data: Data, startId?: number | string | null, ...args: []): Promise<"success" | "aborted">; | ||
process<T extends any[]>(data: Data, startId?: number | string | null, ...args: T): Promise<"success" | "aborted">; | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
471341