@aws-amplify/storage 4.4.12-unstable.2 → 4.4.12
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-storage.js +10 -22
- package/dist/aws-amplify-storage.js.map +1 -1
- package/package.json +3 -3
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.4.12](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.11...@aws-amplify/storage@4.4.12) (2021-12-16)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/storage
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [4.4.11](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/storage@4.4.10...@aws-amplify/storage@4.4.11) (2021-12-03)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-amplify/storage
|
|
@@ -48328,17 +48328,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
48328
48328
|
function _typeof(obj) {
|
|
48329
48329
|
"@babel/helpers - typeof";
|
|
48330
48330
|
|
|
48331
|
-
|
|
48332
|
-
|
|
48333
|
-
|
|
48334
|
-
|
|
48335
|
-
}
|
|
48336
|
-
_typeof = function _typeof(obj) {
|
|
48337
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
48338
|
-
};
|
|
48339
|
-
}
|
|
48340
|
-
|
|
48341
|
-
return _typeof(obj);
|
|
48331
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
48332
|
+
return typeof obj;
|
|
48333
|
+
} : function (obj) {
|
|
48334
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
48335
|
+
}, _typeof(obj);
|
|
48342
48336
|
}
|
|
48343
48337
|
|
|
48344
48338
|
var __assign = undefined && undefined.__assign || function () {
|
|
@@ -49330,17 +49324,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
49330
49324
|
function _typeof(obj) {
|
|
49331
49325
|
"@babel/helpers - typeof";
|
|
49332
49326
|
|
|
49333
|
-
|
|
49334
|
-
|
|
49335
|
-
|
|
49336
|
-
|
|
49337
|
-
}
|
|
49338
|
-
_typeof = function _typeof(obj) {
|
|
49339
|
-
return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
49340
|
-
};
|
|
49341
|
-
}
|
|
49342
|
-
|
|
49343
|
-
return _typeof(obj);
|
|
49327
|
+
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) {
|
|
49328
|
+
return typeof obj;
|
|
49329
|
+
} : function (obj) {
|
|
49330
|
+
return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj;
|
|
49331
|
+
}, _typeof(obj);
|
|
49344
49332
|
}
|
|
49345
49333
|
/*
|
|
49346
49334
|
* Copyright 2017-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.
|