@aws-amplify/core 4.5.2-unstable.1 → 4.5.2-unstable.3

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.
@@ -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';