@firebase/firestore 3.4.9-20220506182631 → 3.4.9
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.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.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.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ V.MOCK_USER = new V("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 = "9.8.0
|
|
73
|
+
var P = "9.8.0", O = new l("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19771,9 +19771,9 @@ function fh(t, e) {
|
|
|
19771
19771
|
return n = Object.assign({
|
|
19772
19772
|
useFetchStreams: nh
|
|
19773
19773
|
}, n), i._setSettings(n), i;
|
|
19774
|
-
}), "PUBLIC")), u(L, "3.4.9
|
|
19774
|
+
}), "PUBLIC")), u(L, "3.4.9", void 0),
|
|
19775
19775
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19776
|
-
u(L, "3.4.9
|
|
19776
|
+
u(L, "3.4.9", "esm5");
|
|
19777
19777
|
|
|
19778
19778
|
export { Pl as AbstractUserDataWriter, kc as Bytes, fc as CACHE_SIZE_UNLIMITED, rc as CollectionReference, ec as DocumentReference, ll as DocumentSnapshot, xc as FieldPath, Mc as FieldValue, dc as Firestore, Y as FirestoreError, Rc as GeoPoint, hc as LoadBundleTask, nc as Query, yl as QueryConstraint, hl as QueryDocumentSnapshot, fl as QuerySnapshot, cl as SnapshotMetadata, ft as Timestamp, rh as Transaction, ql as WriteBatch, Mt as _DatabaseId, Pt as _DocumentKey, ot as _EmptyAppCheckTokenProvider, $ as _EmptyAuthCredentialsProvider, bt as _FieldPath, Xa as _cast, Q as _debugAssert, Et as _isBase64Available, K as _logWarn, hh as _setIndexConfiguration, Qa as _validateIsNotUsedTogether, Jl as addDoc, ah as arrayRemove, sh as arrayUnion, Ic as clearIndexedDbPersistence, ic as collection, oc as collectionGroup, tc as connectFirestoreEmulator, Xl as deleteDoc, oh as deleteField, Sc as disableNetwork, uc as doc, Cc as documentId, gc as enableIndexedDbPersistence, wc as enableMultiTabIndexedDbPersistence, Tc as enableNetwork, Cl as endAt, xl as endBefore, yc as ensureFirestoreConfigured, th as executeWrite, Bl as getDoc, Gl as getDocFromCache, jl as getDocFromServer, zl as getDocs, Ql as getDocsFromCache, Wl as getDocsFromServer, vc as getFirestore, ch as increment, pc as initializeFirestore, Tl as limit, Sl as limitToLast, Nc as loadBundle, Dc as namedQuery, $l as onSnapshot, Zl as onSnapshotsInSync, Il as orderBy, ml as query, ac as queryEqual, sc as refEqual, ih as runTransaction, uh as serverTimestamp, Hl as setDoc, q as setLogLevel, pl as snapshotEqual, Dl as startAfter, Nl as startAt, _c as terminate, Yl as updateDoc, Ec as waitForPendingWrites, wl as where, lh as writeBatch };
|
|
19779
19779
|
//# sourceMappingURL=index.esm5.js.map
|