@firebase/firestore 3.3.0 → 3.3.1-20211017183813

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.
@@ -19,7 +19,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
19
19
  var module__default = /*#__PURE__*/_interopDefaultLegacy(module$1);
20
20
 
21
21
  const name = "@firebase/firestore";
22
- const version$1 = "3.3.0";
22
+ const version$1 = "3.3.1-20211017183813";
23
23
 
24
24
  /**
25
25
  * @license
@@ -72,7 +72,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
72
72
  User.FIRST_PARTY = new User('first-party-uid');
73
73
  User.MOCK_USER = new User('mock-user');
74
74
 
75
- const version = "9.4.0";
75
+ const version = "9.5.0-20211017183813";
76
76
 
77
77
  /**
78
78
  * @license
@@ -11276,10 +11276,10 @@ class IndexedDbPersistence {
11276
11276
  // accesses internal state. We execute this code directly during shutdown
11277
11277
  // to make sure it gets a chance to run.
11278
11278
  this.markClientZombied();
11279
- if (util$1.isSafari() && navigator.appVersion.match(`Version/14`)) {
11280
- // On Safari 14, we do not run any cleanup actions as it might trigger
11281
- // a bug that prevents Safari from re-opening IndexedDB during the
11282
- // next page load.
11279
+ if (util$1.isSafari() && navigator.appVersion.match(/Version\/1[45]/)) {
11280
+ // On Safari 14 and 15, we do not run any cleanup actions as it might
11281
+ // trigger a bug that prevents Safari from re-opening IndexedDB during
11282
+ // the next page load.
11283
11283
  // See https://bugs.webkit.org/show_bug.cgi?id=226547
11284
11284
  this.queue.enterRestrictedMode(/* purgeExistingTasks= */ true);
11285
11285
  }