From e026dcdb15d50afb516183571a1b21c7b5d4fb0c Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 14:55:53 -0700 Subject: [PATCH 1/3] stream ver up --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 191ae7c..44e112b 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,6 @@ "type": "module", "main": "index.js", "dependencies": { - "stream": "^1.0.0" + "stream": "^1.0.1" } } -- 2.49.1 From 665dd28f93e0f73d09b793b20182cf1cfb1e18e3 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 14:56:46 -0700 Subject: [PATCH 2/3] remove indirect ref --- index.js | 2 -- package.json | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 index.js diff --git a/index.js b/index.js deleted file mode 100644 index 4e5350a..0000000 --- a/index.js +++ /dev/null @@ -1,2 +0,0 @@ -import { Interactor, Action, Reaction } from "./interactor.js"; -export { Interactor, Action, Reaction }; diff --git a/package.json b/package.json index 44e112b..34366ca 100644 --- a/package.json +++ b/package.json @@ -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" } -- 2.49.1 From 7af635a19befd33d27e8605b9e2ac4f15e6bb366 Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Thu, 6 Nov 2025 14:57:11 -0700 Subject: [PATCH 3/3] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 34366ca..e419c21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "interactor", - "version": "1.0.4", + "version": "1.0.5", "description": "Cross-element communications and state management utility.", "author": "Bryce Thorup", "type": "module", -- 2.49.1