stream ver up #6

Merged
bryce merged 3 commits from 1.0.5 into main 2025-11-06 14:57:38 -07:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit 665dd28f93 - Show all commits

View File

@@ -1,2 +0,0 @@
import { Interactor, Action, Reaction } from "./interactor.js";
export { Interactor, Action, Reaction };

View File

@@ -4,7 +4,7 @@
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "index.js",
"main": "interactor.js",
"dependencies": {
"stream": "^1.0.1"
}