@aws-amplify/core 4.3.14 → 4.3.15-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.
- package/dist/aws-amplify-core.js +2 -2
- 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/Hub.js +1 -0
- package/lib/Hub.js.map +1 -1
- package/lib/Platform/version.d.ts +1 -1
- package/lib/Platform/version.js +1 -1
- package/lib-esm/Hub.js +1 -0
- package/lib-esm/Hub.js.map +1 -1
- package/lib-esm/Platform/version.d.ts +1 -1
- package/lib-esm/Platform/version.js +1 -1
- package/package.json +3 -3
- package/src/Hub.ts +1 -0
- package/src/Platform/version.ts +1 -1
package/dist/aws-amplify-core.js
CHANGED
|
@@ -30698,7 +30698,7 @@ function () {
|
|
|
30698
30698
|
function HubClass(name) {
|
|
30699
30699
|
this.listeners = [];
|
|
30700
30700
|
this.patterns = [];
|
|
30701
|
-
this.protectedChannels = ['core', 'auth', 'api', 'analytics', 'interactions', 'pubsub', 'storage', 'xr'];
|
|
30701
|
+
this.protectedChannels = ['core', 'auth', 'api', 'analytics', 'interactions', 'pubsub', 'storage', 'ui', 'xr'];
|
|
30702
30702
|
this.name = name;
|
|
30703
30703
|
} // Note - Need to pass channel as a reference for removal to work and not anonymous function
|
|
30704
30704
|
|
|
@@ -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.3.
|
|
32728
|
+
var version = '4.3.14';
|
|
32729
32729
|
|
|
32730
32730
|
/***/ }),
|
|
32731
32731
|
|