@aws-amplify/core 4.7.9 → 4.7.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,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.7.10](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.7.9...@aws-amplify/core@4.7.10) (2022-10-26)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * remove dep on es2020.promise lib additions ([#10532](https://github.com/aws-amplify/amplify-js/issues/10532)) ([8ad200e](https://github.com/aws-amplify/amplify-js/commit/8ad200e7b98967d565e7abe29c2dfb971b9f52a1))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [4.7.9](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/core@4.7.8...@aws-amplify/core@4.7.9) (2022-10-25)
7
18
 
8
19
 
@@ -32380,7 +32380,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
32380
32380
  __webpack_require__.r(__webpack_exports__);
32381
32381
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
32382
32382
  // generated by genversion
32383
- var version = '4.7.8';
32383
+ var version = '4.7.9';
32384
32384
 
32385
32385
  /***/ }),
32386
32386