@aws-amplify/datastore 3.12.11 → 3.12.12
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
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [3.12.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.12.10...@aws-amplify/datastore@3.12.12) (2022-09-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/datastore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.12.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.12.10...@aws-amplify/datastore@3.12.11) (2022-09-20)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/datastore
|
|
@@ -58934,8 +58934,8 @@ function () {
|
|
|
58934
58934
|
} : _c;
|
|
58935
58935
|
var authenticationType = defaultAuthenticationType || aws_appsync_authenticationType || 'AWS_IAM';
|
|
58936
58936
|
|
|
58937
|
-
if (
|
|
58938
|
-
return
|
|
58937
|
+
if (_aws_amplify_pubsub__WEBPACK_IMPORTED_MODULE_2__["PubSub"] && typeof _aws_amplify_pubsub__WEBPACK_IMPORTED_MODULE_2__["PubSub"].subscribe === 'function') {
|
|
58938
|
+
return _aws_amplify_pubsub__WEBPACK_IMPORTED_MODULE_2__["PubSub"].subscribe('', {
|
|
58939
58939
|
provider: _aws_amplify_core__WEBPACK_IMPORTED_MODULE_1__["INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER"],
|
|
58940
58940
|
appSyncGraphqlEndpoint: appSyncGraphqlEndpoint,
|
|
58941
58941
|
authenticationType: authenticationType,
|
|
@@ -71665,7 +71665,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
|
|
|
71665
71665
|
__webpack_require__.r(__webpack_exports__);
|
|
71666
71666
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
71667
71667
|
// generated by genversion
|
|
71668
|
-
var version = '4.7.
|
|
71668
|
+
var version = '4.7.5';
|
|
71669
71669
|
|
|
71670
71670
|
/***/ }),
|
|
71671
71671
|
|