@aws-amplify/pubsub 4.2.5-unstable.2 → 4.2.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/CHANGELOG.md +11 -0
- package/dist/aws-amplify-pubsub.js +5 -11
- package/dist/aws-amplify-pubsub.js.map +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.2.5](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@4.2.4...@aws-amplify/pubsub@4.2.5) (2021-12-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **@aws-amplify/api-graphql:** Fix webpack build ([#9358](https://github.com/aws-amplify/amplify-js/issues/9358)) ([73587d7](https://github.com/aws-amplify/amplify-js/commit/73587d78fc4feba39d5a527bfe2c790935653fd3))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [4.2.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/pubsub@4.2.3...@aws-amplify/pubsub@4.2.4) (2021-12-03)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @aws-amplify/pubsub
|
|
@@ -9298,17 +9298,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
9298
9298
|
function _typeof(obj) {
|
|
9299
9299
|
"@babel/helpers - typeof";
|
|
9300
9300
|
|
|
9301
|
-
|
|
9302
|
-
|
|
9303
|
-
|
|
9304
|
-
|
|
9305
|
-
}
|
|
9306
|
-
_typeof = function _typeof(obj) {
|
|
9307
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
9308
|
-
};
|
|
9309
|
-
}
|
|
9310
|
-
|
|
9311
|
-
return _typeof(obj);
|
|
9301
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
9302
|
+
return typeof obj;
|
|
9303
|
+
} : function (obj) {
|
|
9304
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
9305
|
+
}, _typeof(obj);
|
|
9312
9306
|
}
|
|
9313
9307
|
|
|
9314
9308
|
var __extends = undefined && undefined.__extends || function () {
|