@aws-amplify/pubsub 4.1.9-unstable.4 → 4.1.10
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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [4.1.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@4.1.9...@aws-amplify/pubsub@4.1.10) (2021-09-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/pubsub
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [4.1.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@4.1.8...@aws-amplify/pubsub@4.1.9) (2021-09-22)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @aws-amplify/pubsub
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [4.1.8](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@4.1.7...@aws-amplify/pubsub@4.1.8) (2021-09-17)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @aws-amplify/pubsub
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
(function webpackUniversalModuleDefinition(root, factory) {
|
|
2
2
|
if(typeof exports === 'object' && typeof module === 'object')
|
|
3
|
-
module.exports = factory(require("
|
|
3
|
+
module.exports = factory(require("aws_amplify_auth"), require("aws_amplify_cache"), require("aws_amplify_core"), require("graphql"));
|
|
4
4
|
else if(typeof define === 'function' && define.amd)
|
|
5
|
-
define("aws_amplify_pubsub", ["
|
|
5
|
+
define("aws_amplify_pubsub", ["aws_amplify_auth", "aws_amplify_cache", "aws_amplify_core", "graphql"], factory);
|
|
6
6
|
else if(typeof exports === 'object')
|
|
7
|
-
exports["aws_amplify_pubsub"] = factory(require("
|
|
7
|
+
exports["aws_amplify_pubsub"] = factory(require("aws_amplify_auth"), require("aws_amplify_cache"), require("aws_amplify_core"), require("graphql"));
|
|
8
8
|
else
|
|
9
|
-
root["aws_amplify_pubsub"] = factory(root["
|
|
9
|
+
root["aws_amplify_pubsub"] = factory(root["aws_amplify_auth"], root["aws_amplify_cache"], root["aws_amplify_core"], root["graphql"]);
|
|
10
10
|
})(this, function(__WEBPACK_EXTERNAL_MODULE__aws_amplify_auth__, __WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__, __WEBPACK_EXTERNAL_MODULE__aws_amplify_core__, __WEBPACK_EXTERNAL_MODULE_graphql__) {
|
|
11
11
|
return /******/ (function(modules) { // webpackBootstrap
|
|
12
12
|
/******/ // The module cache
|
|
@@ -10523,9 +10523,9 @@ var CONTROL_MSG;
|
|
|
10523
10523
|
/***/ }),
|
|
10524
10524
|
|
|
10525
10525
|
/***/ "@aws-amplify/auth":
|
|
10526
|
-
|
|
10527
|
-
!*** external "
|
|
10528
|
-
|
|
10526
|
+
/*!***********************************!*\
|
|
10527
|
+
!*** external "aws_amplify_auth" ***!
|
|
10528
|
+
\***********************************/
|
|
10529
10529
|
/*! no static exports found */
|
|
10530
10530
|
/***/ (function(module, exports) {
|
|
10531
10531
|
|
|
@@ -10534,9 +10534,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_auth__;
|
|
|
10534
10534
|
/***/ }),
|
|
10535
10535
|
|
|
10536
10536
|
/***/ "@aws-amplify/cache":
|
|
10537
|
-
|
|
10538
|
-
!*** external "
|
|
10539
|
-
|
|
10537
|
+
/*!************************************!*\
|
|
10538
|
+
!*** external "aws_amplify_cache" ***!
|
|
10539
|
+
\************************************/
|
|
10540
10540
|
/*! no static exports found */
|
|
10541
10541
|
/***/ (function(module, exports) {
|
|
10542
10542
|
|
|
@@ -10545,9 +10545,9 @@ module.exports = __WEBPACK_EXTERNAL_MODULE__aws_amplify_cache__;
|
|
|
10545
10545
|
/***/ }),
|
|
10546
10546
|
|
|
10547
10547
|
/***/ "@aws-amplify/core":
|
|
10548
|
-
|
|
10549
|
-
!*** external "
|
|
10550
|
-
|
|
10548
|
+
/*!***********************************!*\
|
|
10549
|
+
!*** external "aws_amplify_core" ***!
|
|
10550
|
+
\***********************************/
|
|
10551
10551
|
/*! no static exports found */
|
|
10552
10552
|
/***/ (function(module, exports) {
|
|
10553
10553
|
|