@aws-amplify/core 4.4.1-cloud-logging.7 → 4.4.1-cloud-logging.8
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/CHANGELOG.md +26 -55
- package/dist/aws-amplify-core.js +21 -5
- 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/Util/Retry.d.ts +5 -0
- package/lib/Util/Retry.js +6 -0
- package/lib/Util/Retry.js.map +1 -1
- package/lib/constants.d.ts +3 -0
- package/lib/constants.js +3 -0
- package/lib/constants.js.map +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/lib-esm/Util/Retry.d.ts +5 -0
- package/lib-esm/Util/Retry.js +6 -1
- package/lib-esm/Util/Retry.js.map +1 -1
- package/lib-esm/constants.d.ts +3 -0
- package/lib-esm/constants.js +3 -0
- package/lib-esm/constants.js.map +1 -1
- package/package.json +2 -2
- package/src/Platform/version.ts +1 -1
- package/src/Util/Retry.ts +7 -1
- package/src/constants.ts +3 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,127 +3,98 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
6
|
+
## [4.5.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.1...@aws-amplify/core@4.5.2) (2022-04-14)
|
|
8
7
|
|
|
9
8
|
### Bug Fixes
|
|
10
9
|
|
|
11
|
-
|
|
10
|
+
- PubSub - Resolve ts strict errors in the AWSAppSyncRealTimeProvider ([#9731](https://github.com/aws-amplify/amplify-js/issues/9731)) ([0c9c401](https://github.com/aws-amplify/amplify-js/commit/0c9c4018573df31f7e4739207be22eefb8bf8a56))
|
|
12
11
|
|
|
12
|
+
## [4.5.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.5.0...@aws-amplify/core@4.5.1) (2022-04-04)
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
**Note:** Version bump only for package @aws-amplify/core
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
# [4.5.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.4.2...@aws-amplify/core@4.5.0) (2022-03-28)
|
|
17
17
|
|
|
18
|
+
### Features
|
|
18
19
|
|
|
20
|
+
- PubSub Add Options objects for all Providers and fix: Spelling error and deprecation of old exports ([#9683](https://github.com/aws-amplify/amplify-js/issues/9683)) ([b535af2](https://github.com/aws-amplify/amplify-js/commit/b535af2133b5460c6e8e2fcfd89e1fe235872c27))
|
|
19
21
|
|
|
22
|
+
## [4.4.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.4.1...@aws-amplify/core@4.4.2) (2022-03-22)
|
|
20
23
|
|
|
24
|
+
### Bug Fixes
|
|
21
25
|
|
|
22
|
-
|
|
26
|
+
- **@aws-amplify/datastore:** fix mutations to retry indefinitely on network error ([#9724](https://github.com/aws-amplify/amplify-js/issues/9724)) ([5371380](https://github.com/aws-amplify/amplify-js/commit/53713804b79df9c69ac29b75ffc576b4c2002507))
|
|
23
27
|
|
|
24
|
-
|
|
28
|
+
## [4.4.1](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.4.0...@aws-amplify/core@4.4.1) (2022-03-10)
|
|
25
29
|
|
|
30
|
+
**Note:** Version bump only for package @aws-amplify/core
|
|
26
31
|
|
|
32
|
+
# [4.4.0](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.14...@aws-amplify/core@4.4.0) (2022-02-28)
|
|
27
33
|
|
|
34
|
+
### Bug Fixes
|
|
28
35
|
|
|
36
|
+
- pin async storage to 1.15.17 ([#9570](https://github.com/aws-amplify/amplify-js/issues/9570)) ([bc5235a](https://github.com/aws-amplify/amplify-js/commit/bc5235ac0d15242f7a13457f40999b5331823395))
|
|
29
37
|
|
|
30
|
-
|
|
31
|
-
|
|
38
|
+
### Features
|
|
32
39
|
|
|
33
|
-
|
|
40
|
+
- **@aws-amplify/core:** add ui protected channel ([#9554](https://github.com/aws-amplify/amplify-js/issues/9554)) ([86e07fc](https://github.com/aws-amplify/amplify-js/commit/86e07fcd3ebbaa5f03d65ed8009b7531ee300e39))
|
|
34
41
|
|
|
35
|
-
|
|
42
|
+
## [4.3.14](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.13...@aws-amplify/core@4.3.14) (2022-02-03)
|
|
36
43
|
|
|
44
|
+
**Note:** Version bump only for package @aws-amplify/core
|
|
37
45
|
|
|
46
|
+
## [4.3.13](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.12...@aws-amplify/core@4.3.13) (2022-01-27)
|
|
38
47
|
|
|
48
|
+
### Reverts
|
|
39
49
|
|
|
50
|
+
- Revert "chore(amplify-js): consolidate react-native dependencies (#9451)" (#9473) ([9924a31](https://github.com/aws-amplify/amplify-js/commit/9924a31397761fccd03f53336d754b98367199a8)), closes [#9451](https://github.com/aws-amplify/amplify-js/issues/9451) [#9473](https://github.com/aws-amplify/amplify-js/issues/9473)
|
|
40
51
|
|
|
41
52
|
## [4.3.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.11...@aws-amplify/core@4.3.12) (2022-01-07)
|
|
42
53
|
|
|
43
|
-
|
|
44
54
|
### Bug Fixes
|
|
45
55
|
|
|
46
|
-
|
|
47
|
-
|
|
56
|
+
- **@aws-amplify/core:** use empty string as translation ([#9403](https://github.com/aws-amplify/amplify-js/issues/9403)) ([512fd99](https://github.com/aws-amplify/amplify-js/commit/512fd99a0d6751ffc3915de6a043d2e6fe01f1e4))
|
|
48
57
|
|
|
49
58
|
### Reverts
|
|
50
59
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
60
|
+
- Revert "fix(@aws-amplify/core): use empty string as translation (#9403)" (#9436) ([711259b](https://github.com/aws-amplify/amplify-js/commit/711259b482d721f66d4acc728ff96a8a26965787)), closes [#9403](https://github.com/aws-amplify/amplify-js/issues/9403) [#9436](https://github.com/aws-amplify/amplify-js/issues/9436)
|
|
56
61
|
|
|
57
62
|
## [4.3.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.10...@aws-amplify/core@4.3.11) (2021-12-16)
|
|
58
63
|
|
|
59
64
|
**Note:** Version bump only for package @aws-amplify/core
|
|
60
65
|
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
66
|
## [4.3.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.9...@aws-amplify/core@4.3.10) (2021-12-03)
|
|
66
67
|
|
|
67
68
|
**Note:** Version bump only for package @aws-amplify/core
|
|
68
69
|
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
70
|
## [4.3.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.8...@aws-amplify/core@4.3.9) (2021-12-02)
|
|
74
71
|
|
|
75
|
-
|
|
76
72
|
### Bug Fixes
|
|
77
73
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
74
|
+
- **@aws-amplify/core:** Use undefined for default sequence token with CloudWatch logging ([#9181](https://github.com/aws-amplify/amplify-js/issues/9181)) ([6f217aa](https://github.com/aws-amplify/amplify-js/commit/6f217aa89e672fc4665816756994e6245b19227e))
|
|
83
75
|
|
|
84
76
|
## [4.3.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.7...@aws-amplify/core@4.3.8) (2021-11-18)
|
|
85
77
|
|
|
86
78
|
**Note:** Version bump only for package @aws-amplify/core
|
|
87
79
|
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
80
|
## [4.3.7](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.6...@aws-amplify/core@4.3.7) (2021-11-16)
|
|
93
81
|
|
|
94
82
|
**Note:** Version bump only for package @aws-amplify/core
|
|
95
83
|
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
84
|
## [4.3.6](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.5...@aws-amplify/core@4.3.6) (2021-11-12)
|
|
101
85
|
|
|
102
|
-
|
|
103
86
|
### Reverts
|
|
104
87
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
88
|
+
- Revert "chore:update-@aws-sdk/client-cloudwatch-logs (#9189)" (#9192) ([36fe262](https://github.com/aws-amplify/amplify-js/commit/36fe26243247c45cdb3f5391d91f0641c9cd5b99)), closes [#9189](https://github.com/aws-amplify/amplify-js/issues/9189) [#9192](https://github.com/aws-amplify/amplify-js/issues/9192)
|
|
110
89
|
|
|
111
90
|
## [4.3.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.4...@aws-amplify/core@4.3.5) (2021-11-09)
|
|
112
91
|
|
|
113
92
|
**Note:** Version bump only for package @aws-amplify/core
|
|
114
93
|
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
94
|
## [4.3.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.3...@aws-amplify/core@4.3.4) (2021-10-28)
|
|
120
95
|
|
|
121
96
|
**Note:** Version bump only for package @aws-amplify/core
|
|
122
97
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
98
|
## [4.3.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.3.2...@aws-amplify/core@4.3.3) (2021-10-21)
|
|
128
99
|
|
|
129
100
|
**Note:** Version bump only for package @aws-amplify/core
|
package/dist/aws-amplify-core.js
CHANGED
|
@@ -32815,7 +32815,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
|
|
|
32815
32815
|
__webpack_require__.r(__webpack_exports__);
|
|
32816
32816
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
32817
32817
|
// generated by genversion
|
|
32818
|
-
var version = '4.
|
|
32818
|
+
var version = '4.5.2';
|
|
32819
32819
|
|
|
32820
32820
|
/***/ }),
|
|
32821
32821
|
|
|
@@ -35278,13 +35278,14 @@ function () {
|
|
|
35278
35278
|
/*!*******************************!*\
|
|
35279
35279
|
!*** ./lib-esm/Util/Retry.js ***!
|
|
35280
35280
|
\*******************************/
|
|
35281
|
-
/*! exports provided: NonRetryableError, retry, jitteredExponentialRetry */
|
|
35281
|
+
/*! exports provided: NonRetryableError, retry, jitteredBackoff, jitteredExponentialRetry */
|
|
35282
35282
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
35283
35283
|
|
|
35284
35284
|
"use strict";
|
|
35285
35285
|
__webpack_require__.r(__webpack_exports__);
|
|
35286
35286
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "NonRetryableError", function() { return NonRetryableError; });
|
|
35287
35287
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "retry", function() { return retry; });
|
|
35288
|
+
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jitteredBackoff", function() { return jitteredBackoff; });
|
|
35288
35289
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "jitteredExponentialRetry", function() { return jitteredExponentialRetry; });
|
|
35289
35290
|
/* harmony import */ var _Logger_ConsoleLogger__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ../Logger/ConsoleLogger */ "./lib-esm/Logger/ConsoleLogger.js");
|
|
35290
35291
|
var __extends = undefined && undefined.__extends || function () {
|
|
@@ -35599,8 +35600,16 @@ function retry(functionToRetry, args, delayFn, attempt) {
|
|
|
35599
35600
|
});
|
|
35600
35601
|
}
|
|
35601
35602
|
var MAX_DELAY_MS = 5 * 60 * 1000;
|
|
35603
|
+
/**
|
|
35604
|
+
* @private
|
|
35605
|
+
* Internal use of Amplify only
|
|
35606
|
+
*/
|
|
35602
35607
|
|
|
35603
35608
|
function jitteredBackoff(maxDelayMs) {
|
|
35609
|
+
if (maxDelayMs === void 0) {
|
|
35610
|
+
maxDelayMs = MAX_DELAY_MS;
|
|
35611
|
+
}
|
|
35612
|
+
|
|
35604
35613
|
var BASE_TIME_MS = 100;
|
|
35605
35614
|
var JITTER_FACTOR = 100;
|
|
35606
35615
|
return function (attempt) {
|
|
@@ -35613,7 +35622,6 @@ function jitteredBackoff(maxDelayMs) {
|
|
|
35613
35622
|
* Internal use of Amplify only
|
|
35614
35623
|
*/
|
|
35615
35624
|
|
|
35616
|
-
|
|
35617
35625
|
var jitteredExponentialRetry = function jitteredExponentialRetry(functionToRetry, args, maxDelayMs) {
|
|
35618
35626
|
if (maxDelayMs === void 0) {
|
|
35619
35627
|
maxDelayMs = MAX_DELAY_MS;
|
|
@@ -35652,7 +35660,7 @@ function urlSafeDecode(hex) {
|
|
|
35652
35660
|
/*!*******************************!*\
|
|
35653
35661
|
!*** ./lib-esm/Util/index.js ***!
|
|
35654
35662
|
\*******************************/
|
|
35655
|
-
/*! exports provided: NonRetryableError, retry, jitteredExponentialRetry, Mutex, Reachability, DateUtils, urlSafeEncode, urlSafeDecode, AWS_CLOUDWATCH_BASE_BUFFER_SIZE, AWS_CLOUDWATCH_CATEGORY, AWS_CLOUDWATCH_MAX_BATCH_EVENT_SIZE, AWS_CLOUDWATCH_MAX_EVENT_SIZE, AWS_CLOUDWATCH_PROVIDER_NAME, NO_CREDS_ERROR_STRING, RETRY_ERROR_CODES, AMAZON_KINESIS_LOGGING_PROVIDER_NAME, AMAZON_KINESIS_LOGGING_CATEGORY */
|
|
35663
|
+
/*! exports provided: NonRetryableError, retry, jitteredBackoff, jitteredExponentialRetry, Mutex, Reachability, DateUtils, urlSafeEncode, urlSafeDecode, AWS_CLOUDWATCH_BASE_BUFFER_SIZE, AWS_CLOUDWATCH_CATEGORY, AWS_CLOUDWATCH_MAX_BATCH_EVENT_SIZE, AWS_CLOUDWATCH_MAX_EVENT_SIZE, AWS_CLOUDWATCH_PROVIDER_NAME, NO_CREDS_ERROR_STRING, RETRY_ERROR_CODES, AMAZON_KINESIS_LOGGING_PROVIDER_NAME, AMAZON_KINESIS_LOGGING_CATEGORY */
|
|
35656
35664
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
35657
35665
|
|
|
35658
35666
|
"use strict";
|
|
@@ -35662,6 +35670,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35662
35670
|
|
|
35663
35671
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "retry", function() { return _Retry__WEBPACK_IMPORTED_MODULE_0__["retry"]; });
|
|
35664
35672
|
|
|
35673
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "jitteredBackoff", function() { return _Retry__WEBPACK_IMPORTED_MODULE_0__["jitteredBackoff"]; });
|
|
35674
|
+
|
|
35665
35675
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "jitteredExponentialRetry", function() { return _Retry__WEBPACK_IMPORTED_MODULE_0__["jitteredExponentialRetry"]; });
|
|
35666
35676
|
|
|
35667
35677
|
/* harmony import */ var _Mutex__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./Mutex */ "./lib-esm/Util/Mutex.js");
|
|
@@ -35736,6 +35746,10 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35736
35746
|
* is used for AppSync/GraphQL subscriptions in the API category.
|
|
35737
35747
|
*/
|
|
35738
35748
|
var hasSymbol = typeof Symbol !== 'undefined' && typeof Symbol["for"] === 'function';
|
|
35749
|
+
/**
|
|
35750
|
+
* @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
|
|
35751
|
+
*/
|
|
35752
|
+
|
|
35739
35753
|
var INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER = hasSymbol ? Symbol["for"]('INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER') : '@@INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER';
|
|
35740
35754
|
var INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER = hasSymbol ? Symbol["for"]('INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER') : '@@INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER';
|
|
35741
35755
|
var USER_AGENT_HEADER = 'x-amz-user-agent';
|
|
@@ -35746,7 +35760,7 @@ var USER_AGENT_HEADER = 'x-amz-user-agent';
|
|
|
35746
35760
|
/*!**************************!*\
|
|
35747
35761
|
!*** ./lib-esm/index.js ***!
|
|
35748
35762
|
\**************************/
|
|
35749
|
-
/*! exports provided: AmplifyClass, ClientDevice, ConsoleLogger, Logger, missingConfig, invalidParameter, Hub, I18n, isEmpty, sortByField, objectLessAttributes, filenameToContentType, isTextFile, generateRandomString, makeQuerablePromise, isWebWorker, browserOrNode, transferKeyToLowerCase, transferKeyToUpperCase, isStrictObject, JS, Signer, parseMobileHubConfig, Parser, AWSCloudWatchProvider, FacebookOAuth, GoogleOAuth, Linking, AppState, AsyncStorage, Credentials, CredentialsClass, ServiceWorker, StorageHelper, MemoryStorage, UniversalStorage, Platform, getAmplifyUserAgent, INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER, INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER, USER_AGENT_HEADER, Constants, NonRetryableError, retry, jitteredExponentialRetry, Mutex, Reachability, DateUtils, urlSafeEncode, urlSafeDecode, AWS_CLOUDWATCH_BASE_BUFFER_SIZE, AWS_CLOUDWATCH_CATEGORY, AWS_CLOUDWATCH_MAX_BATCH_EVENT_SIZE, AWS_CLOUDWATCH_MAX_EVENT_SIZE, AWS_CLOUDWATCH_PROVIDER_NAME, NO_CREDS_ERROR_STRING, RETRY_ERROR_CODES, AMAZON_KINESIS_LOGGING_PROVIDER_NAME, AMAZON_KINESIS_LOGGING_CATEGORY, Amplify, default */
|
|
35763
|
+
/*! exports provided: AmplifyClass, ClientDevice, ConsoleLogger, Logger, missingConfig, invalidParameter, Hub, I18n, isEmpty, sortByField, objectLessAttributes, filenameToContentType, isTextFile, generateRandomString, makeQuerablePromise, isWebWorker, browserOrNode, transferKeyToLowerCase, transferKeyToUpperCase, isStrictObject, JS, Signer, parseMobileHubConfig, Parser, AWSCloudWatchProvider, FacebookOAuth, GoogleOAuth, Linking, AppState, AsyncStorage, Credentials, CredentialsClass, ServiceWorker, StorageHelper, MemoryStorage, UniversalStorage, Platform, getAmplifyUserAgent, INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER, INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER, USER_AGENT_HEADER, Constants, NonRetryableError, retry, jitteredBackoff, jitteredExponentialRetry, Mutex, Reachability, DateUtils, urlSafeEncode, urlSafeDecode, AWS_CLOUDWATCH_BASE_BUFFER_SIZE, AWS_CLOUDWATCH_CATEGORY, AWS_CLOUDWATCH_MAX_BATCH_EVENT_SIZE, AWS_CLOUDWATCH_MAX_EVENT_SIZE, AWS_CLOUDWATCH_PROVIDER_NAME, NO_CREDS_ERROR_STRING, RETRY_ERROR_CODES, AMAZON_KINESIS_LOGGING_PROVIDER_NAME, AMAZON_KINESIS_LOGGING_CATEGORY, Amplify, default */
|
|
35750
35764
|
/***/ (function(module, __webpack_exports__, __webpack_require__) {
|
|
35751
35765
|
|
|
35752
35766
|
"use strict";
|
|
@@ -35859,6 +35873,8 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
35859
35873
|
|
|
35860
35874
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "retry", function() { return _Util__WEBPACK_IMPORTED_MODULE_18__["retry"]; });
|
|
35861
35875
|
|
|
35876
|
+
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "jitteredBackoff", function() { return _Util__WEBPACK_IMPORTED_MODULE_18__["jitteredBackoff"]; });
|
|
35877
|
+
|
|
35862
35878
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "jitteredExponentialRetry", function() { return _Util__WEBPACK_IMPORTED_MODULE_18__["jitteredExponentialRetry"]; });
|
|
35863
35879
|
|
|
35864
35880
|
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Mutex", function() { return _Util__WEBPACK_IMPORTED_MODULE_18__["Mutex"]; });
|