rxprotoplex
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -19,3 +19,2 @@ import {filter, pipe, tap} from "rxjs"; | ||
export const ofChannel = ({id, protocol}) => pipe( | ||
tap((data) => console.log(`ofChannel ${id} [${protocol || "protoplex/zacharygriffee"}]:`, data)), | ||
filter(subject => { | ||
@@ -22,0 +21,0 @@ if (protocol && subject.protocol !== protocol) return false; |
{ | ||
"name": "rxprotoplex", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A utility library for working with Plex-based connections and streams with RxJS operators.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
33221
618