File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " rete" ,
3- "version" : " 1.2.0-rc.6 " ,
3+ "version" : " 1.2.0-rc.7 " ,
44 "description" : " JavaScript framework" ,
55 "main" : " build/rete.common.js" ,
66 "module" : " build/rete.esm.js" ,
Original file line number Diff line number Diff line change 11import { Engine , Recursion } from './engine/index' ;
22import { Component } from './component' ;
33import { Control } from './control' ;
4+ import { Connection } from './connection' ;
45import { Emitter } from './core/emitter' ;
56import { Input } from './input' ;
7+ import { IO } from './io' ;
68import { Node } from './node' ;
79import { NodeEditor } from './editor' ;
810import { Output } from './output' ;
@@ -23,8 +25,10 @@ export default {
2325 Recursion,
2426 Component,
2527 Control,
28+ Connection,
2629 Emitter,
2730 Input,
31+ IO ,
2832 Node,
2933 NodeEditor,
3034 Output,
You can’t perform that action at this time.
0 commit comments