Skip to content

Commit

Permalink
build: release v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pozil committed Jan 6, 2025
1 parent cc02dde commit b94443c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/client.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,8 @@ var PubSubApiClient = class {
topicName,
requestedEventCount: subscribeRequest.numRequested,
receivedEventCount: 0,
lastReplayId: null
lastReplayId: null,
isInfiniteEventRequest
},
grpcSubscription,
subscribeCallback
Expand Down
2 changes: 1 addition & 1 deletion dist/client.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,8 @@ var PubSubApiClient = class {
topicName,
requestedEventCount: subscribeRequest.numRequested,
receivedEventCount: 0,
lastReplayId: null
lastReplayId: null,
isInfiniteEventRequest
},
grpcSubscription,
subscribeCallback
Expand Down

0 comments on commit b94443c

Please sign in to comment.