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",