@aws-amplify/datastore 3.14.3 → 3.14.4

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.14.4](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.14.3...@aws-amplify/datastore@3.14.4) (2022-11-04)
7
+
8
+ **Note:** Version bump only for package @aws-amplify/datastore
9
+
10
+
11
+
12
+
13
+
6
14
  ## [3.14.3](https://github.com/aws-amplify/amplify-js/compare/@aws-amplify/datastore@3.14.2...@aws-amplify/datastore@3.14.3) (2022-10-27)
7
15
 
8
16
  **Note:** Version bump only for package @aws-amplify/datastore
@@ -12627,7 +12627,7 @@ function __generator(thisArg, body) {
12627
12627
  function verb(n) { return function (v) { return step([n, v]); }; }
12628
12628
  function step(op) {
12629
12629
  if (f) throw new TypeError("Generator is already executing.");
12630
- while (_) try {
12630
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
12631
12631
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
12632
12632
  if (y = 0, t) op = [op[0] & 2, t.value];
12633
12633
  switch (op[0]) {
@@ -19758,7 +19758,7 @@ function __generator(thisArg, body) {
19758
19758
  function verb(n) { return function (v) { return step([n, v]); }; }
19759
19759
  function step(op) {
19760
19760
  if (f) throw new TypeError("Generator is already executing.");
19761
- while (_) try {
19761
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
19762
19762
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
19763
19763
  if (y = 0, t) op = [op[0] & 2, t.value];
19764
19764
  switch (op[0]) {
@@ -65727,7 +65727,7 @@ __webpack_require__.r(__webpack_exports__);
65727
65727
  /*!*********************************!*\
65728
65728
  !*** ../cache/lib-esm/index.js ***!
65729
65729
  \*********************************/
65730
- /*! exports provided: BrowserStorageCache, InMemoryCache, default */
65730
+ /*! exports provided: BrowserStorageCache, InMemoryCache, Cache, default */
65731
65731
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
65732
65732
 
65733
65733
  "use strict";
@@ -65736,6 +65736,8 @@ __webpack_require__.r(__webpack_exports__);
65736
65736
  /* harmony import */ var _BrowserStorageCache__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./BrowserStorageCache */ "../cache/lib-esm/BrowserStorageCache.js");
65737
65737
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "BrowserStorageCache", function() { return _BrowserStorageCache__WEBPACK_IMPORTED_MODULE_1__["BrowserStorageCache"]; });
65738
65738
 
65739
+ /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "Cache", function() { return _BrowserStorageCache__WEBPACK_IMPORTED_MODULE_1__["BrowserStorageCache"]; });
65740
+
65739
65741
  /* harmony import */ var _InMemoryCache__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./InMemoryCache */ "../cache/lib-esm/InMemoryCache.js");
65740
65742
  /* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "InMemoryCache", function() { return _InMemoryCache__WEBPACK_IMPORTED_MODULE_2__["InMemoryCache"]; });
65741
65743
 
@@ -65755,6 +65757,7 @@ __webpack_require__.r(__webpack_exports__);
65755
65757
 
65756
65758
 
65757
65759
 
65760
+
65758
65761
  /**
65759
65762
  * @deprecated use named import
65760
65763
  */
@@ -68660,7 +68663,7 @@ var getAmplifyUserAgent = function getAmplifyUserAgent(content) {
68660
68663
  __webpack_require__.r(__webpack_exports__);
68661
68664
  /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "version", function() { return version; });
68662
68665
  // generated by genversion
68663
- var version = '4.7.10';
68666
+ var version = '4.7.11';
68664
68667
 
68665
68668
  /***/ }),
68666
68669
 
@@ -78694,7 +78697,7 @@ function __generator(thisArg, body) {
78694
78697
  function verb(n) { return function (v) { return step([n, v]); }; }
78695
78698
  function step(op) {
78696
78699
  if (f) throw new TypeError("Generator is already executing.");
78697
- while (_) try {
78700
+ while (g && (g = 0, op[0] && (_ = 0)), _) try {
78698
78701
  if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
78699
78702
  if (y = 0, t) op = [op[0] & 2, t.value];
78700
78703
  switch (op[0]) {