3 Commits
1.0.0 ... 1.0.1

Author SHA1 Message Date
63d24489cd Merge pull request 'remove indirect ref' (#2) from 1.0.1 into main
All checks were successful
Push to main / publish (push) Successful in 15s
Reviewed-on: #2
2025-11-06 14:54:46 -07:00
da2324c701 Merge branch 'main' into 1.0.1
All checks were successful
Pull request change / publish (pull_request) Successful in 9s
2025-11-06 14:54:28 -07:00
4de441bc17 remove indirect ref
All checks were successful
Pull request change / publish (pull_request) Successful in 10s
2025-11-06 14:53:58 -07:00
2 changed files with 2 additions and 4 deletions

View File

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

View File

@@ -1,8 +1,8 @@
{ {
"name": "stream", "name": "stream",
"version": "1.0.0", "version": "1.0.1",
"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",
"main": "index.js" "main": "stream.js"
} }