@azure/event-hubs 5.13.0-alpha.20240715.1 → 5.13.0-alpha.20240716.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 +2 -2
- package/dist/index.js.map +1 -1
- package/dist-esm/src/eventPosition.js +1 -1
- package/dist-esm/src/eventPosition.js.map +1 -1
- package/dist-esm/src/util/constants.js +1 -1
- package/dist-esm/src/util/constants.js.map +1 -1
- package/package.json +1 -1
- package/types/latest/tsdoc-metadata.json +1 -1
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",
|
|
263
263
|
};
|
|
264
264
|
/**
|
|
265
265
|
* Gets the `EventPosition` corresponding to the end of the partition.
|
|
@@ -483,7 +483,7 @@ function isRheaAmqpSection(possibleSection) {
|
|
|
483
483
|
*/
|
|
484
484
|
const packageJsonInfo = {
|
|
485
485
|
name: "@azure/event-hubs",
|
|
486
|
-
version: "5.13.0-beta.
|
|
486
|
+
version: "5.13.0-beta.3",
|
|
487
487
|
};
|
|
488
488
|
/**
|
|
489
489
|
* @internal
|