@firebase/firestore 3.3.0 → 3.3.1-canary.cb7299cbf

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
@@ -1,5 +1,13 @@
1
1
  # @firebase/firestore
2
2
 
3
+ ## 3.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`7a5bc84bd`](https://github.com/firebase/firebase-js-sdk/commit/7a5bc84bd84a8d1b422204f30a59f06d5b60f1bd) [#5717](https://github.com/firebase/firebase-js-sdk/pull/5717) (fixes [#5716](https://github.com/firebase/firebase-js-sdk/issues/5716)) - The SDK no longer accesses IndexedDB during a page unload event on Safari 15. This aims to reduce the occurrence of an IndexedDB bug in Safari (https://bugs.webkit.org/show_bug.cgi?id=226547).
8
+
9
+ * [`ce39a1a07`](https://github.com/firebase/firebase-js-sdk/commit/ce39a1a07e8710e43cc66d9e7db882f185211a9a) [#5738](https://github.com/firebase/firebase-js-sdk/pull/5738) (fixes [#5687](https://github.com/firebase/firebase-js-sdk/issues/5687)) - better meta url polyfill
10
+
3
11
  ## 3.3.0
4
12
 
5
13
  ### Minor Changes
@@ -66,7 +66,7 @@ D.MOCK_USER = new D("mock-user");
66
66
  * See the License for the specific language governing permissions and
67
67
  * limitations under the License.
68
68
  */
69
- let C = "9.4.0";
69
+ let C = "9.5.0-canary.cb7299cbf";
70
70
 
71
71
  /**
72
72
  * @license
@@ -8417,10 +8417,10 @@ class tr {
8417
8417
  // Note: In theory, this should be scheduled on the AsyncQueue since it
8418
8418
  // accesses internal state. We execute this code directly during shutdown
8419
8419
  // to make sure it gets a chance to run.
8420
- this._n(), isSafari() && navigator.appVersion.match("Version/14") &&
8421
- // On Safari 14, we do not run any cleanup actions as it might trigger
8422
- // a bug that prevents Safari from re-opening IndexedDB during the
8423
- // next page load.
8420
+ this._n(), isSafari() && navigator.appVersion.match(/Version\/1[45]/) &&
8421
+ // On Safari 14 and 15, we do not run any cleanup actions as it might
8422
+ // trigger a bug that prevents Safari from re-opening IndexedDB during
8423
+ // the next page load.
8424
8424
  // See https://bugs.webkit.org/show_bug.cgi?id=226547
8425
8425
  this.Oe.enterRestrictedMode(/* purgeExistingTasks= */ !0), this.Oe.enqueueAndForget((() => this.shutdown()));
8426
8426
  }, this.window.addEventListener("pagehide", this.Ue));
@@ -17778,9 +17778,9 @@ function ph(t, e) {
17778
17778
  return n = Object.assign({
17779
17779
  useFetchStreams: e
17780
17780
  }, n), i._setSettings(n), i;
17781
- }), "PUBLIC" /* PUBLIC */)), registerVersion(S, "3.3.0", t),
17781
+ }), "PUBLIC" /* PUBLIC */)), registerVersion(S, "3.3.1-canary.cb7299cbf", t),
17782
17782
  // BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
17783
- registerVersion(S, "3.3.0", "esm2017");
17783
+ registerVersion(S, "3.3.1-canary.cb7299cbf", "esm2017");
17784
17784
  }();
17785
17785
 
17786
17786
  export { nh as AbstractUserDataWriter, Xa as Bytes, xa as CACHE_SIZE_UNLIMITED, Ra as CollectionReference, Ia as DocumentReference, Cu as DocumentSnapshot, Ja as FieldPath, Za as FieldValue, ka as Firestore, j as FirestoreError, tu as GeoPoint, Na as LoadBundleTask, Aa as Query, Fu as QueryConstraint, Nu as QueryDocumentSnapshot, xu as QuerySnapshot, Du as SnapshotMetadata, it as Timestamp, Ih as Transaction, rh as WriteBatch, ha as _DatabaseId, Pt as _DocumentKey, G as _EmptyCredentialsProvider, ft as _FieldPath, ga as _cast, U as _debugAssert, wt as _isBase64Available, F as _logWarn, da as _validateIsNotUsedTogether, gh as addDoc, vh as arrayRemove, Ph as arrayUnion, qa as clearIndexedDbPersistence, ba as collection, Pa as collectionGroup, Ea as connectFirestoreEmulator, mh as deleteDoc, Rh as deleteField, Qa as disableNetwork, va as doc, Ya as documentId, La as enableIndexedDbPersistence, Ba as enableMultiTabIndexedDbPersistence, ja as enableNetwork, Yu as endAt, Ju as endBefore, Fa as ensureFirestoreConfigured, Th as executeWrite, ch as getDoc, uh as getDocFromCache, hh as getDocFromServer, lh as getDocs, fh as getDocsFromCache, dh as getDocsFromServer, Oa as getFirestore, Vh as increment, $a as initializeFirestore, ju as limit, Qu as limitToLast, Ga as loadBundle, za as namedQuery, yh as onSnapshot, ph as onSnapshotsInSync, qu as orderBy, Mu as query, Sa as queryEqual, Va as refEqual, Ah as runTransaction, bh as serverTimestamp, wh as setDoc, k as setLogLevel, $u as snapshotEqual, zu as startAfter, Gu as startAt, Wa as terminate, _h as updateDoc, Ka as waitForPendingWrites, Bu as where, Sh as writeBatch };