@firebase/firestore 3.4.5-canary.e987dac26 → 3.4.6
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 +8 -0
- 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 +9 -9
package/dist/index.esm5.js
CHANGED
|
@@ -70,7 +70,7 @@ L.MOCK_USER = new L("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 = "9.6.
|
|
73
|
+
var O = "9.6.9", F = new h("@firebase/firestore");
|
|
74
74
|
|
|
75
75
|
/**
|
|
76
76
|
* @license
|
|
@@ -19481,9 +19481,9 @@ function rl(t, e) {
|
|
|
19481
19481
|
return n = Object.assign({
|
|
19482
19482
|
useFetchStreams: Wh
|
|
19483
19483
|
}, n), i._setSettings(n), i;
|
|
19484
|
-
}), "PUBLIC")), s(V, "3.4.
|
|
19484
|
+
}), "PUBLIC")), s(V, "3.4.6", void 0),
|
|
19485
19485
|
// BUILD_TARGET will be replaced by values like esm5, esm2017, cjs5, etc during the compilation
|
|
19486
|
-
s(V, "3.4.
|
|
19486
|
+
s(V, "3.4.6", "esm5");
|
|
19487
19487
|
|
|
19488
19488
|
export { Dh as AbstractUserDataWriter, Tc as Bytes, ic as CACHE_SIZE_UNLIMITED, Yu as CollectionReference, Wu as DocumentReference, nh as DocumentSnapshot, Ic as FieldPath, Sc as FieldValue, oc as Firestore, Y as FirestoreError, _c as GeoPoint, rc as LoadBundleTask, Hu as Query, uh as QueryConstraint, rh as QueryDocumentSnapshot, ih as QuerySnapshot, eh as SnapshotMetadata, ft as Timestamp, Hh as Transaction, kh as WriteBatch, Mt as _DatabaseId, Ot as _DocumentKey, ot as _EmptyAppCheckTokenProvider, $ as _EmptyAuthCredentialsProvider, bt as _FieldPath, Ku as _cast, Q as _debugAssert, Et as _isBase64Available, K as _logWarn, nl as _setIndexConfiguration, Pu as _validateIsNotUsedTogether, Kh as addDoc, Zh as arrayRemove, $h as arrayUnion, dc as clearIndexedDbPersistence, Xu as collection, Ju as collectionGroup, Qu as connectFirestoreEmulator, Bh as deleteDoc, Xh as deleteField, yc as disableNetwork, $u as doc, Ec as documentId, hc as enableIndexedDbPersistence, lc as enableMultiTabIndexedDbPersistence, vc as enableNetwork, Eh as endAt, Ih as endBefore, uc as ensureFirestoreConfigured, zh as executeWrite, Mh as getDoc, Vh as getDocFromCache, Lh as getDocFromServer, Oh as getDocs, Fh as getDocsFromCache, Ph as getDocsFromServer, ac as getFirestore, tl as increment, sc as initializeFirestore, vh as limit, yh as limitToLast, gc as loadBundle, wc as namedQuery, jh as onSnapshot, Gh as onSnapshotsInSync, dh as orderBy, ch as query, tc as queryEqual, Zu as refEqual, Yh as runTransaction, Jh as serverTimestamp, Uh as setDoc, U as setLogLevel, sh as snapshotEqual, wh as startAfter, gh as startAt, mc as terminate, qh as updateDoc, pc as waitForPendingWrites, lh as where, el as writeBatch };
|
|
19489
19489
|
//# sourceMappingURL=index.esm5.js.map
|