@aws-amplify/core 4.5.1 → 4.5.2-unstable.5

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.5.0';
32728
+ var version = '4.5.1';
32729
32729
 
32730
32730
  /***/ }),
32731
32731
 
@@ -35572,6 +35572,10 @@ __webpack_require__.r(__webpack_exports__);
35572
35572
  * is used for AppSync/GraphQL subscriptions in the API category.
35573
35573
  */
35574
35574
  var hasSymbol = typeof Symbol !== 'undefined' && typeof Symbol["for"] === 'function';
35575
+ /**
35576
+ * @deprecated Unused, all usecases have migrated to INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER
35577
+ */
35578
+
35575
35579
  var INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER = hasSymbol ? Symbol["for"]('INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER') : '@@INTERNAL_AWS_APPSYNC_PUBSUB_PROVIDER';
35576
35580
  var INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER = hasSymbol ? Symbol["for"]('INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER') : '@@INTERNAL_AWS_APPSYNC_REALTIME_PUBSUB_PROVIDER';
35577
35581
  var USER_AGENT_HEADER = 'x-amz-user-agent';