Skip to content

Commit d6fdbe9

Browse files
committed
v1.2.0-rc.7, add exports
1 parent c0c82af commit d6fdbe9

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import { Engine, Recursion } from './engine/index';
22
import { Component } from './component';
33
import { Control } from './control';
4+
import { Connection } from './connection';
45
import { Emitter } from './core/emitter';
56
import { Input } from './input';
7+
import { IO } from './io';
68
import { Node } from './node';
79
import { NodeEditor } from './editor';
810
import { 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,

0 commit comments

Comments
 (0)