Compare commits
2 Commits
7e53db5785
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| ad774185c2 | |||
| c513a54717 |
@@ -1,4 +1,4 @@
|
|||||||
import { Stream } from "stream";
|
import { Stream } from "@brycethorup/stream";
|
||||||
|
|
||||||
export class Interactor {
|
export class Interactor {
|
||||||
#actions = new Stream();
|
#actions = new Stream();
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@brycethorup/interactor",
|
"name": "@brycethorup/interactor",
|
||||||
"version": "1.1.4",
|
"version": "1.1.5",
|
||||||
"description": "Cross-element communications and state management utility.",
|
"description": "Cross-element communications and state management utility.",
|
||||||
"author": "Bryce Thorup",
|
"author": "Bryce Thorup",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
Reference in New Issue
Block a user