@firebase/firestore 3.8.4-20230301191949 → 3.8.4
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 +3 -4
- 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.node.mjs.map +1 -1
- 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.node.mjs.map +1 -1
- package/dist/lite/index.rn.esm2017.js +2 -2
- package/dist/lite/index.rn.esm2017.js.map +1 -1
- package/package.json +7 -7
package/dist/index.esm2017.js
CHANGED
|
@@ -66,7 +66,7 @@ v.MOCK_USER = new v("mock-user");
|
|
|
66
66
|
* See the License for the specific language governing permissions and
|
|
67
67
|
* limitations under the License.
|
|
68
68
|
*/
|
|
69
|
-
let P = "9.17.2
|
|
69
|
+
let P = "9.17.2";
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -20740,9 +20740,9 @@ function pf(t, e) {
|
|
|
20740
20740
|
return s = Object.assign({
|
|
20741
20741
|
useFetchStreams: e
|
|
20742
20742
|
}, s), r._setSettings(s), r;
|
|
20743
|
-
}), "PUBLIC").setMultipleInstances(!0)), registerVersion(b, "3.8.4
|
|
20743
|
+
}), "PUBLIC").setMultipleInstances(!0)), registerVersion(b, "3.8.4", t),
|
|
20744
20744
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
20745
|
-
registerVersion(b, "3.8.4
|
|
20745
|
+
registerVersion(b, "3.8.4", "esm2017");
|
|
20746
20746
|
}();
|
|
20747
20747
|
|
|
20748
20748
|
export { Sl as AbstractUserDataWriter, Th as AggregateField, Eh as AggregateQuerySnapshot, Ah as Bytes, ih as CACHE_SIZE_UNLIMITED, Ha as CollectionReference, za as DocumentReference, $l as DocumentSnapshot, Rh as FieldPath, vh as FieldValue, rh as Firestore, L as FirestoreError, Ph as GeoPoint, sh as LoadBundleTask, Wa as Query, al as QueryCompositeFilterConstraint, rl as QueryConstraint, Bl as QueryDocumentSnapshot, Il as QueryEndAtConstraint, ul as QueryFieldFilterConstraint, _l as QueryLimitConstraint, fl as QueryOrderByConstraint, Ll as QuerySnapshot, gl as QueryStartAtConstraint, Fl as SnapshotMetadata, nt as Timestamp, hf as Transaction, cf as WriteBatch, Lt as _DatabaseId, ct as _DocumentKey, J as _EmptyAppCheckTokenProvider, K as _EmptyAuthCredentialsProvider, ut as _FieldPath, Ua as _cast, F as _debugAssert, Wt as _isBase64Available, N as _logWarn, $a as _validateIsNotUsedTogether, Xl as addDoc, Ol as aggregateFieldEqual, Ml as aggregateQuerySnapshotEqual, ll as and, wf as arrayRemove, _f as arrayUnion, Nl as average, dh as clearIndexedDbPersistence, Ja as collection, Ya as collectionGroup, ja as connectFirestoreEmulator, kl as count, Zl as deleteDoc, ff as deleteField, mh as disableNetwork, Za as doc, bh as documentId, hh as enableIndexedDbPersistence, lh as enableMultiTabIndexedDbPersistence, wh as enableNetwork, El as endAt, Tl as endBefore, ch as ensureFirestoreConfigured, nf as executeWrite, of as getAggregateFromServer, rf as getCountFromServer, Kl as getDoc, Ql as getDocFromCache, jl as getDocFromServer, zl as getDocs, Wl as getDocsFromCache, Hl as getDocsFromServer, uh as getFirestore, mf as increment, oh as initializeFirestore, wl as limit, ml as limitToLast, yh as loadBundle, ph as namedQuery, tf as onSnapshot, ef as onSnapshotsInSync, hl as or, dl as orderBy, ol as query, th as queryEqual, Xa as refEqual, lf as runTransaction, df as serverTimestamp, Jl as setDoc, yf as setIndexConfiguration, D as setLogLevel, Ul as snapshotEqual, pl as startAfter, yl as startAt, xl as sum, gh as terminate, Yl as updateDoc, _h as waitForPendingWrites, cl as where, gf as writeBatch };
|