@aws-amplify/api 4.0.29-unstable.3 → 4.0.30-unstable.1
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 +8 -0
- package/dist/aws-amplify-api.js +5 -11
- package/dist/aws-amplify-api.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.0.29](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.28...@aws-amplify/api@4.0.29) (2021-12-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/api
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.0.28](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/api@4.0.27...@aws-amplify/api@4.0.28) (2021-12-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/api
|
package/dist/aws-amplify-api.js
CHANGED
|
@@ -13705,17 +13705,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
13705
13705
|
function _typeof(obj) {
|
|
13706
13706
|
"@babel/helpers - typeof";
|
|
13707
13707
|
|
|
13708
|
-
|
|
13709
|
-
|
|
13710
|
-
|
|
13711
|
-
|
|
13712
|
-
}
|
|
13713
|
-
_typeof = function _typeof(obj) {
|
|
13714
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
13715
|
-
};
|
|
13716
|
-
}
|
|
13717
|
-
|
|
13718
|
-
return _typeof(obj);
|
|
13708
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
13709
|
+
return typeof obj;
|
|
13710
|
+
} : function (obj) {
|
|
13711
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
13712
|
+
}, _typeof(obj);
|
|
13719
13713
|
}
|
|
13720
13714
|
|
|
13721
13715
|
var __extends = undefined && undefined.__extends || function () {
|