@zum/flash-client
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -62,3 +62,3 @@ "use strict"; | ||
const rideLocationObservable = rideIds.map((rideId) => { | ||
return ridesObservableSubject.pipe(operators_1.filter((event) => event.entityId === rideId), operators_1.filter((event) => !!event.data), operators_1.throttleTime(DEFAULT_THROTTLE_MS, rxjs_1.asyncScheduler, throttleConfig), operators_1.tap(console.log), operators_1.map((event) => { | ||
return ridesObservableSubject.pipe(operators_1.filter((event) => event.entityId === rideId), operators_1.filter((event) => !!event.data), operators_1.map((event) => { | ||
return event.data; | ||
@@ -79,3 +79,3 @@ })); | ||
const ridesStatusObservable = initializer_1.getSubscriptionManager().subscribe(topicTypes_1.FlashTopic.RIDE_STATUS, []); | ||
return ridesStatusObservable.pipe(operators_1.filter((event) => !!event.data), operators_1.tap(console.log), operators_1.map((event) => { | ||
return ridesStatusObservable.pipe(operators_1.filter((event) => !!event.data), operators_1.map((event) => { | ||
return event.data; | ||
@@ -82,0 +82,0 @@ })); |
{ | ||
"name": "@zum/flash-client", | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"description": "Client for connecting to Zum Flash server", | ||
@@ -5,0 +5,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
371650
1004