@firebase/firestore 4.3.0-canary.d2e4774a3 → 4.3.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 P = "10.5.0
|
|
73
|
+
var P = "10.5.0", O = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -22417,9 +22417,9 @@ function Uf(t, r) {
|
|
|
22417
22417
|
return r = Object.assign({
|
|
22418
22418
|
useFetchStreams: zf
|
|
22419
22419
|
}, r), o._setSettings(r), o;
|
|
22420
|
-
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.3.0
|
|
22420
|
+
}), "PUBLIC").setMultipleInstances(!0)), a(A, "4.3.0", Bf),
|
|
22421
22421
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
22422
|
-
a(A, "4.3.0
|
|
22422
|
+
a(A, "4.3.0", "esm5");
|
|
22423
22423
|
|
|
22424
22424
|
export { Ph as AbstractUserDataWriter, Sl as AggregateField, xl as AggregateQuerySnapshot, Cl as Bytes, sl as CACHE_SIZE_UNLIMITED, $c as CollectionReference, Xc as DocumentReference, Bh as DocumentSnapshot, Dl as FieldPath, Al as FieldValue, cl as Firestore, j as FirestoreError, kl as GeoPoint, ul as LoadBundleTask, Mf as PersistentCacheIndexManager, Zc as Query, dh as QueryCompositeFilterConstraint, ch as QueryConstraint, zh as QueryDocumentSnapshot, Th 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, Ef as WriteBatch, ke as _ByteString, Ue as _DatabaseId, dt as _DocumentKey, et as _EmptyAppCheckTokenProvider, H 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, Lh as average, yl as clearIndexedDbPersistence, tl as collection, el as collectionGroup, Jc as connectFirestoreEmulator, Fh as count, qf as deleteAllPersistentCacheIndexes, ef as deleteDoc, Cf as deleteField, bl as disableNetwork, Vf as disablePersistentCacheIndexAutoCreation, nl as doc, Nl as documentId, pl as enableIndexedDbPersistence, vl as enableMultiTabIndexedDbPersistence, wl as enableNetwork, Ff as enablePersistentCacheIndexAutoCreation, xh as endAt, Sh as endBefore, fl as ensureFirestoreConfigured, af as executeWrite, cf as getAggregateFromServer, sf as getCountFromServer, Qh as getDoc, Hh as getDocFromCache, Yh as getDocFromServer, Jh as getDocs, Zh as getDocsFromCache, Xh as getDocsFromServer, hl as getFirestore, Lf 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, El 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, Df as serverTimestamp, $h as setDoc, Of as setIndexConfiguration, M as setLogLevel, jh as snapshotEqual, Eh as startAfter, _h as startAt, Mh as sum, Il as terminate, tf as updateDoc, gl as waitForPendingWrites, fh as where, Pf as writeBatch };
|
|
22425
22425
|
//# sourceMappingURL=index.esm5.js.map
|