Compare commits

..

1 Commits

Author SHA1 Message Date
fec7aa924d Merge pull request '1.0.0' (#1) from 1.0.0 into main
All checks were successful
Push to main / publish (push) Successful in 13s
Reviewed-on: #1
2025-11-06 14:13:47 -07:00
2 changed files with 4 additions and 2 deletions

2
index.js Normal file
View File

@@ -0,0 +1,2 @@
import { Stream } from "./stream.js";
export { Stream };

View File

@@ -1,8 +1,8 @@
{
"name": "stream",
"version": "1.0.1",
"version": "1.0.0",
"description": "Cross-element communications and state management utility.",
"author": "Bryce Thorup",
"type": "module",
"main": "stream.js"
"main": "index.js"
}