@aws-amplify/datastore 3.11.2 → 3.11.4-unstable.2
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,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
|
+
## [3.11.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.11.2...@aws-amplify/datastore@3.11.3) (2022-05-24)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-amplify/datastore
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [3.11.2](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.11.1...@aws-amplify/datastore@3.11.2) (2022-05-23)
|
|
7
15
|
|
|
8
16
|
|
|
@@ -52736,7 +52736,7 @@ function _wrapNativeSuper(Class) {
|
|
|
52736
52736
|
|
|
52737
52737
|
function _construct(Parent, args, Class) {
|
|
52738
52738
|
if (_isNativeReflectConstruct()) {
|
|
52739
|
-
_construct = Reflect.construct;
|
|
52739
|
+
_construct = Reflect.construct.bind();
|
|
52740
52740
|
} else {
|
|
52741
52741
|
_construct = function _construct(Parent, args, Class) {
|
|
52742
52742
|
var a = [null];
|
|
@@ -52769,16 +52769,15 @@ function _isNativeFunction(fn) {
|
|
|
52769
52769
|
}
|
|
52770
52770
|
|
|
52771
52771
|
function _setPrototypeOf(o, p) {
|
|
52772
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
52772
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
52773
52773
|
o.__proto__ = p;
|
|
52774
52774
|
return o;
|
|
52775
52775
|
};
|
|
52776
|
-
|
|
52777
52776
|
return _setPrototypeOf(o, p);
|
|
52778
52777
|
}
|
|
52779
52778
|
|
|
52780
52779
|
function _getPrototypeOf(o) {
|
|
52781
|
-
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) {
|
|
52780
|
+
_getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf.bind() : function _getPrototypeOf(o) {
|
|
52782
52781
|
return o.__proto__ || Object.getPrototypeOf(o);
|
|
52783
52782
|
};
|
|
52784
52783
|
return _getPrototypeOf(o);
|
|
@@ -53046,11 +53045,10 @@ function _inheritsLoose(subClass, superClass) {
|
|
|
53046
53045
|
}
|
|
53047
53046
|
|
|
53048
53047
|
function _setPrototypeOf(o, p) {
|
|
53049
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
53048
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
53050
53049
|
o.__proto__ = p;
|
|
53051
53050
|
return o;
|
|
53052
53051
|
};
|
|
53053
|
-
|
|
53054
53052
|
return _setPrototypeOf(o, p);
|
|
53055
53053
|
}
|
|
53056
53054
|
/*!
|
|
@@ -53103,11 +53101,10 @@ function _inheritsLoose(subClass, superClass) {
|
|
|
53103
53101
|
}
|
|
53104
53102
|
|
|
53105
53103
|
function _setPrototypeOf(o, p) {
|
|
53106
|
-
_setPrototypeOf = Object.setPrototypeOf
|
|
53104
|
+
_setPrototypeOf = Object.setPrototypeOf ? Object.setPrototypeOf.bind() : function _setPrototypeOf(o, p) {
|
|
53107
53105
|
o.__proto__ = p;
|
|
53108
53106
|
return o;
|
|
53109
53107
|
};
|
|
53110
|
-
|
|
53111
53108
|
return _setPrototypeOf(o, p);
|
|
53112
53109
|
}
|
|
53113
53110
|
/*!
|
|
@@ -71163,7 +71160,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent() {
|
|
|
71163
71160
|
__webpack_require__.r(__webpack_exports__);
|
|
71164
71161
|
/* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
|
|
71165
71162
|
// generated by genversion
|
|
71166
|
-
var version = '4.5.
|
|
71163
|
+
var version = '4.5.6';
|
|
71167
71164
|
|
|
71168
71165
|
/***/ }),
|
|
71169
71166
|
|