@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.
- package/dist/aws-amplify-core.js +5 -8
- package/dist/aws-amplify-core.js.map +1 -1
- package/dist/aws-amplify-core.min.js +2 -2
- package/dist/aws-amplify-core.min.js.map +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib/Providers/AWSCloudWatchProvider.js +4 -5
- package/lib/Providers/AWSCloudWatchProvider.js.map +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/lib-esm/Providers/AWSCloudWatchProvider.js +4 -5
- package/lib-esm/Providers/AWSCloudWatchProvider.js.map +1 -1
- package/package.json +2 -2
- package/src/Platform/version.ts +1 -1
- package/src/Providers/AWSCloudWatchProvider.ts +5 -6
package/dist/aws-amplify-core.js
CHANGED
|
@@ -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.
|
|
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 (
|
|
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*/
|