rxprotoplex
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -24,3 +24,3 @@ import {from, map, mergeMap} from "rxjs"; | ||
map( | ||
data => ({data, stream, id: stream.id, protocol: stream.protocol}) | ||
data => ({data, stream, plex: stream.plex, id: stream.id, protocol: stream.protocol}) | ||
), | ||
@@ -27,0 +27,0 @@ catchError(e => { |
{ | ||
"name": "rxprotoplex", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "A utility library for working with Plex-based connections and streams with RxJS operators.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
51584