@aws-amplify/core 4.3.8 → 4.3.9-unstable.4

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.
@@ -32725,7 +32725,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
32725
32725
  __webpack_require__.r(__webpack_exports__);
32726
32726
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
32727
32727
  // generated by genversion
32728
- var version = '4.3.7';
32728
+ var version = '4.3.8';
32729
32729
 
32730
32730
  /***/ }),
32731
32731
 
@@ -33504,6 +33504,7 @@ function () {
33504
33504
  case 2:
33505
33505
  _a.sent();
33506
33506
 
33507
+ this._nextSequenceToken = undefined;
33507
33508
  return [4
33508
33509
  /*yield*/
33509
33510
  , this._validateLogStreamExists(this._config.logGroupName, this._config.logStreamName)];
@@ -33511,14 +33512,10 @@ function () {
33511
33512
  case 3:
33512
33513
  logStream = _a.sent();
33513
33514
 
33514
- if (!logStream) {
33515
- this._nextSequenceToken = '';
33516
- return [2
33517
- /*return*/
33518
- , ''];
33515
+ if (logStream) {
33516
+ this._nextSequenceToken = logStream.uploadSequenceToken;
33519
33517
  }
33520
33518
 
33521
- this._nextSequenceToken = logStream.uploadSequenceToken || '';
33522
33519
  return [2
33523
33520
  /*return*/
33524
33521
  , this._nextSequenceToken];
@@ -33639,7 +33636,7 @@ function () {
33639
33636
  case 0:
33640
33637
  _a.trys.push([0, 3,, 4]);
33641
33638
 
33642
- this._nextSequenceToken = '';
33639
+ this._nextSequenceToken = undefined;
33643
33640
  this._dataTracker.eventUploadInProgress = true;
33644
33641
  return [4
33645
33642
  /*yield*/