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 3 additions and 5 deletions

View File

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

View File

@@ -1,11 +1,11 @@
{
"name": "interactor",
"version": "1.0.4",
"version": "1.0.5",
"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"
}
}