Compare commits
6 Commits
1.0.4
...
7ef7c44cf7
| Author | SHA1 | Date | |
|---|---|---|---|
| 7ef7c44cf7 | |||
| bf31d5371e | |||
| fc4e96ab37 | |||
| 7af635a19b | |||
| 665dd28f93 | |||
| e026dcdb15 |
2
index.js
2
index.js
@@ -1,2 +0,0 @@
|
||||
import { Interactor, Action, Reaction } from "./interactor.js";
|
||||
export { Interactor, Action, Reaction };
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Stream } from './stream.js';
|
||||
import { Stream } from 'stream';
|
||||
|
||||
export class Interactor {
|
||||
_actions = new Stream();
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "interactor",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.6",
|
||||
"description": "Cross-element communications and state management utility.",
|
||||
"author": "Bryce Thorup",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
"main": "interactor.js",
|
||||
"dependencies": {
|
||||
"stream": "^1.0.0"
|
||||
"stream": "^1.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user