@firebase/firestore 4.4.0-canary.e8ff8b898 → 4.4.0
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/dist/index.cjs.js +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +3 -3
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +3 -3
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.mjs +2 -2
- package/dist/index.rn.js +3 -3
- package/dist/index.rn.js.map +1 -1
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm2017.js.map +1 -1
- package/dist/lite/index.browser.esm5.js +2 -2
- package/dist/lite/index.browser.esm5.js.map +1 -1
- package/dist/lite/index.cjs.js +2 -2
- package/dist/lite/index.cjs.js.map +1 -1
- package/dist/lite/index.node.cjs.js +2 -2
- package/dist/lite/index.node.mjs +2 -2
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +9 -9
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ k.MOCK_USER = new k("mock-user");
|
|
|
70
70
|
* See the License for the specific language governing permissions and
|
|
71
71
|
* limitations under the License.
|
|
72
72
|
*/
|
|
73
|
-
var O = "10.7.0
|
|
73
|
+
var O = "10.7.0", P = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -22429,9 +22429,9 @@ function Uf(t, r) {
|
|
|
22429
22429
|
return r = Object.assign({
|
|
22430
22430
|
useFetchStreams: zf
|
|
22431
22431
|
}, r), o._setSettings(r), o;
|
|
22432
|
-
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.4.0
|
|
22432
|
+
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.4.0", Bf),
|
|
22433
22433
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
22434
|
-
a(A, "4.4.0
|
|
22434
|
+
a(A, "4.4.0", "esm5");
|
|
22435
22435
|
|
|
22436
22436
|
export { Oh as AbstractUserDataWriter, Sl as AggregateField, xl as AggregateQuerySnapshot, Dl as Bytes, sl as CACHE_SIZE_UNLIMITED, Zc as CollectionReference, $c as DocumentReference, Bh as DocumentSnapshot, Cl as FieldPath, Al as FieldValue, cl as Firestore, j as FirestoreError, kl as GeoPoint, ul as LoadBundleTask, Ff as PersistentCacheIndexManager, Xc as Query, dh as QueryCompositeFilterConstraint, ch as QueryConstraint, zh as QueryDocumentSnapshot, Eh as QueryEndAtConstraint, hh as QueryFieldFilterConstraint, gh as QueryLimitConstraint, mh as QueryOrderByConstraint, Gh as QuerySnapshot, Ih as QueryStartAtConstraint, Uh as SnapshotMetadata, ut as Timestamp, Sf as Transaction, Tf as WriteBatch, rt as _AutoId, ke as _ByteString, Ue as _DatabaseId, dt as _DocumentKey, et as _EmptyAppCheckTokenProvider, Y as _EmptyAuthCredentialsProvider, ft as _FieldPath, Kf as _TestingHooks, Qc as _cast, z as _debugAssert, Ae as _isBase64Available, V as _logWarn, zc as _validateIsNotUsedTogether, nf as addDoc, Vh as aggregateFieldEqual, qh as aggregateQuerySnapshotEqual, vh as and, Af as arrayRemove, Nf as arrayUnion, Mh as average, yl as clearIndexedDbPersistence, tl as collection, el as collectionGroup, Jc as connectFirestoreEmulator, Lh as count, qf as deleteAllPersistentCacheIndexes, ef as deleteDoc, Df as deleteField, bl as disableNetwork, Vf as disablePersistentCacheIndexAutoCreation, nl as doc, Nl as documentId, pl as enableIndexedDbPersistence, vl as enableMultiTabIndexedDbPersistence, wl as enableNetwork, Lf as enablePersistentCacheIndexAutoCreation, xh as endAt, Sh as endBefore, fl as ensureFirestoreConfigured, af as executeWrite, cf as getAggregateFromServer, sf as getCountFromServer, Qh as getDoc, Yh as getDocFromCache, Hh as getDocFromServer, Jh as getDocs, Xh as getDocsFromCache, $h as getDocsFromServer, hl as getFirestore, Mf as getPersistentCacheIndexManager, kf as increment, ll as initializeFirestore, wh as limit, bh as limitToLast, _l as loadBundle, pf as memoryEagerGarbageCollector, mf as memoryLocalCache, vf as memoryLruGarbageCollector, Tl as namedQuery, rf as onSnapshot, of as onSnapshotsInSync, ph as or, yh as orderBy, yf as persistentLocalCache, If as persistentMultipleTabManager, bf as persistentSingleTabManager, lh as query, il as queryEqual, rl as refEqual, xf as runTransaction, Cf as serverTimestamp, Zh as setDoc, Pf as setIndexConfiguration, F as setLogLevel, jh as snapshotEqual, Th as startAfter, _h as startAt, Fh as sum, Il as terminate, tf as updateDoc, gl as waitForPendingWrites, fh as where, Of as writeBatch };
|
|
22437
22437
|
//# sourceMappingURL=index.esm5.js.map
|