@firebase/firestore 4.6.5-20240730204232 → 4.6.5-canary.2ddbd4e49

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.
@@ -63,7 +63,7 @@ User.MOCK_USER = new User("mock-user");
63
63
  * See the License for the specific language governing permissions and
64
64
  * limitations under the License.
65
65
  */
66
- let d = "10.12.5-20240730204232";
66
+ let d = "10.12.5-canary.2ddbd4e49";
67
67
 
68
68
  /**
69
69
  * @license
@@ -7213,7 +7213,7 @@ class Transaction {
7213
7213
  return r && i._setSettings(r), i;
7214
7214
  }), "PUBLIC").setMultipleInstances(!0)),
7215
7215
  // RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
7216
- registerVersion("firestore-lite", "4.6.5-20240730204232", ""), registerVersion("firestore-lite", "4.6.5-20240730204232", "cjs2017");
7216
+ registerVersion("firestore-lite", "4.6.5-canary.2ddbd4e49", ""), registerVersion("firestore-lite", "4.6.5-canary.2ddbd4e49", "cjs2017");
7217
7217
  }();
7218
7218
 
7219
7219
  export { AggregateField, AggregateQuerySnapshot, Bytes, CollectionReference, DocumentReference, DocumentSnapshot, FieldPath, FieldValue, Firestore, FirestoreError, GeoPoint, Query, QueryCompositeFilterConstraint, QueryConstraint, QueryDocumentSnapshot, QueryEndAtConstraint, QueryFieldFilterConstraint, QueryLimitConstraint, QueryOrderByConstraint, QuerySnapshot, QueryStartAtConstraint, Timestamp, Transaction, WriteBatch, addDoc, aggregateFieldEqual, aggregateQuerySnapshotEqual, and, arrayRemove, arrayUnion, average, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, doc, documentId, endAt, endBefore, getAggregate, getCount, getDoc, getDocs, getFirestore, increment, initializeFirestore, limit, limitToLast, or, orderBy, query, queryEqual, refEqual, runTransaction, serverTimestamp, setDoc, setLogLevel, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, where, writeBatch };