@aws-amplify/core 4.5.2-unstable.1 → 4.5.2-unstable.6
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 +4 -0
- package/dist/aws-amplify-core.js.map +1 -1
- package/dist/aws-amplify-core.min.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/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/constants.ts +3 -0
package/dist/aws-amplify-core.js
CHANGED
|
@@ -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';
|