@azure/event-hubs 5.13.0-beta.1 → 5.13.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -259,7 +259,7 @@ function getEventPositionFilter(eventPosition) {
259
259
  * first event in the partition which has not expired due to the retention policy.
260
260
  */
261
261
  const earliestEventPosition = {
262
- offset: "-1",
262
+ offset: "-1:-1",
263
263
  };
264
264
  /**
265
265
  * Gets the `EventPosition` corresponding to the end of the partition.