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