From c513a547170d3a186cb31b8ac9771ff433d18cdb Mon Sep 17 00:00:00 2001 From: Bryce Thorup Date: Fri, 7 Nov 2025 14:09:12 -0700 Subject: [PATCH] proper ref to namespaced package --- interactor.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interactor.js b/interactor.js index 035094c..571649e 100644 --- a/interactor.js +++ b/interactor.js @@ -1,4 +1,4 @@ -import { Stream } from "stream"; +import { Stream } from "@brycethorup/stream"; export class Interactor { #actions = new Stream(); diff --git a/package.json b/package.json index 2b6c6f9..c38f35e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@brycethorup/interactor", - "version": "1.1.4", + "version": "1.1.5", "description": "Cross-element communications and state management utility.", "author": "Bryce Thorup", "type": "module",