Merge pull request 'stream ver up' (#6) from 1.0.5 into main
All checks were successful
Push to main / publish (push) Successful in 12s

Reviewed-on: #6
This commit is contained in:
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"
}
}