@firebase/firestore 4.7.1-canary.16d62d4fa → 4.7.1-canary.ca4dbcf3f
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 +84 -84
- package/dist/index.esm2017.js +84 -84
- package/dist/index.esm5.js +79 -79
- package/dist/index.node.cjs.js +2 -2
- package/dist/index.node.mjs +2 -2
- package/dist/index.rn.js +92 -92
- package/dist/lite/index.browser.esm2017.js +2 -2
- package/dist/lite/index.browser.esm5.js +2 -2
- package/dist/lite/index.cjs.js +2 -2
- 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/packages/firestore/dist/index.esm2017.d.ts +9 -9
- package/package.json +9 -9
|
@@ -63,7 +63,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
63
63
|
* See the License for the specific language governing permissions and
|
|
64
64
|
* limitations under the License.
|
|
65
65
|
*/
|
|
66
|
-
let d = "10.13.1-canary.
|
|
66
|
+
let d = "10.13.1-canary.ca4dbcf3f";
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
|
@@ -7345,7 +7345,7 @@ class Transaction {
|
|
|
7345
7345
|
return r && i._setSettings(r), i;
|
|
7346
7346
|
}), "PUBLIC").setMultipleInstances(!0)),
|
|
7347
7347
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
7348
|
-
registerVersion("firestore-lite", "4.7.1-canary.
|
|
7348
|
+
registerVersion("firestore-lite", "4.7.1-canary.ca4dbcf3f", ""), registerVersion("firestore-lite", "4.7.1-canary.ca4dbcf3f", "esm2017");
|
|
7349
7349
|
}();
|
|
7350
7350
|
|
|
7351
7351
|
export { AggregateField, AggregateQuerySnapshot, Bytes, CollectionReference, DocumentReference, DocumentSnapshot, FieldPath, FieldValue, Firestore, FirestoreError, GeoPoint, Query, QueryCompositeFilterConstraint, QueryConstraint, QueryDocumentSnapshot, QueryEndAtConstraint, QueryFieldFilterConstraint, QueryLimitConstraint, QueryOrderByConstraint, QuerySnapshot, QueryStartAtConstraint, Timestamp, Transaction, VectorValue, WriteBatch, addDoc, aggregateFieldEqual, aggregateQuerySnapshotEqual, and, arrayRemove, arrayUnion, average, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, doc, documentId, endAt, endBefore, getAggregate, getCount, getDoc, getDocs, getFirestore, increment, initializeFirestore, limit, limitToLast, or, orderBy, query, queryEqual, refEqual, runTransaction, serverTimestamp, setDoc, setLogLevel, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, vector, where, writeBatch };
|
|
@@ -67,7 +67,7 @@ v.MOCK_USER = new v("mock-user");
|
|
|
67
67
|
* See the License for the specific language governing permissions and
|
|
68
68
|
* limitations under the License.
|
|
69
69
|
*/
|
|
70
|
-
var g = "10.13.1-canary.
|
|
70
|
+
var g = "10.13.1-canary.ca4dbcf3f", w = new l("@firebase/firestore");
|
|
71
71
|
|
|
72
72
|
/**
|
|
73
73
|
* @license
|
|
@@ -6795,7 +6795,7 @@ yi = "".concat(i, "_lite"), g = yi, o(new c("firestore/lite", (function(t, e) {
|
|
|
6795
6795
|
return r && o._setSettings(r), o;
|
|
6796
6796
|
}), "PUBLIC").setMultipleInstances(!0)),
|
|
6797
6797
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
6798
|
-
a("firestore-lite", "4.7.1-canary.
|
|
6798
|
+
a("firestore-lite", "4.7.1-canary.ca4dbcf3f", ""), a("firestore-lite", "4.7.1-canary.ca4dbcf3f", "esm5");
|
|
6799
6799
|
|
|
6800
6800
|
export { Sn as AggregateField, kn as AggregateQuerySnapshot, Rn as Bytes, Pn as CollectionReference, An as DocumentReference, hr as DocumentSnapshot, qn as FieldPath, Cn as FieldValue, wn as Firestore, B as FirestoreError, jn as GeoPoint, In as Query, Tr as QueryCompositeFilterConstraint, gr as QueryConstraint, pr as QueryDocumentSnapshot, Dr as QueryEndAtConstraint, _r as QueryFieldFilterConstraint, Ar as QueryLimitConstraint, kr as QueryOrderByConstraint, dr as QuerySnapshot, Fr as QueryStartAtConstraint, Dt as Timestamp, gi as Transaction, Ln as VectorValue, si as WriteBatch, Hr as addDoc, ti as aggregateFieldEqual, ei as aggregateQuerySnapshotEqual, Sr as and, oi as arrayRemove, ii as arrayUnion, Zr as average, Vn as collection, Fn as collectionGroup, Tn as connectFirestoreEmulator, $r as count, Yr as deleteDoc, ni as deleteField, On as doc, xn as documentId, qr as endAt, Rr as endBefore, Jr as getAggregate, Wr as getCount, zr as getDoc, Gr as getDocs, bn as getFirestore, ai as increment, _n as initializeFirestore, Pr as limit, Vr as limitToLast, Er as or, Ir as orderBy, wr as query, Dn as queryEqual, Nn as refEqual, wi as runTransaction, ri as serverTimestamp, Kr as setDoc, _ as setLogLevel, yr as snapshotEqual, Nr as startAfter, Or as startAt, Xr as sum, En as terminate, Qr as updateDoc, ui as vector, br as where, li as writeBatch };
|
|
6801
6801
|
//# sourceMappingURL=index.browser.esm5.js.map
|
package/dist/lite/index.cjs.js
CHANGED
|
@@ -63,7 +63,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
63
63
|
* See the License for the specific language governing permissions and
|
|
64
64
|
* limitations under the License.
|
|
65
65
|
*/
|
|
66
|
-
let d = "10.13.1-canary.
|
|
66
|
+
let d = "10.13.1-canary.ca4dbcf3f";
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
|
@@ -7345,7 +7345,7 @@ class Transaction {
|
|
|
7345
7345
|
return r && i._setSettings(r), i;
|
|
7346
7346
|
}), "PUBLIC").setMultipleInstances(!0)),
|
|
7347
7347
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
7348
|
-
registerVersion("firestore-lite", "4.7.1-canary.
|
|
7348
|
+
registerVersion("firestore-lite", "4.7.1-canary.ca4dbcf3f", ""), registerVersion("firestore-lite", "4.7.1-canary.ca4dbcf3f", "cjs2017");
|
|
7349
7349
|
}();
|
|
7350
7350
|
|
|
7351
7351
|
export { AggregateField, AggregateQuerySnapshot, Bytes, CollectionReference, DocumentReference, DocumentSnapshot, FieldPath, FieldValue, Firestore, FirestoreError, GeoPoint, Query, QueryCompositeFilterConstraint, QueryConstraint, QueryDocumentSnapshot, QueryEndAtConstraint, QueryFieldFilterConstraint, QueryLimitConstraint, QueryOrderByConstraint, QuerySnapshot, QueryStartAtConstraint, Timestamp, Transaction, VectorValue, WriteBatch, addDoc, aggregateFieldEqual, aggregateQuerySnapshotEqual, and, arrayRemove, arrayUnion, average, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, doc, documentId, endAt, endBefore, getAggregate, getCount, getDoc, getDocs, getFirestore, increment, initializeFirestore, limit, limitToLast, or, orderBy, query, queryEqual, refEqual, runTransaction, serverTimestamp, setDoc, setLogLevel, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, vector, where, writeBatch };
|
|
@@ -10,7 +10,7 @@ var util = require('@firebase/util');
|
|
|
10
10
|
var undici = require('undici');
|
|
11
11
|
var crypto = require('crypto');
|
|
12
12
|
|
|
13
|
-
const version$1 = "4.7.1-canary.
|
|
13
|
+
const version$1 = "4.7.1-canary.ca4dbcf3f";
|
|
14
14
|
|
|
15
15
|
/**
|
|
16
16
|
* @license
|
|
@@ -63,7 +63,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
63
63
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
64
64
|
User.MOCK_USER = new User('mock-user');
|
|
65
65
|
|
|
66
|
-
const version = "10.13.1-canary.
|
|
66
|
+
const version = "10.13.1-canary.ca4dbcf3f";
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
69
|
* @license
|
package/dist/lite/index.node.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import { FirebaseError, getDefaultEmulatorHostnameAndPort, createMockUserToken,
|
|
|
6
6
|
import { fetch } from 'undici';
|
|
7
7
|
import { randomBytes as randomBytes$1 } from 'crypto';
|
|
8
8
|
|
|
9
|
-
const version$1 = "4.7.1-canary.
|
|
9
|
+
const version$1 = "4.7.1-canary.ca4dbcf3f";
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* @license
|
|
@@ -59,7 +59,7 @@ User.GOOGLE_CREDENTIALS = new User('google-credentials-uid');
|
|
|
59
59
|
User.FIRST_PARTY = new User('first-party-uid');
|
|
60
60
|
User.MOCK_USER = new User('mock-user');
|
|
61
61
|
|
|
62
|
-
const version = "10.13.1-canary.
|
|
62
|
+
const version = "10.13.1-canary.ca4dbcf3f";
|
|
63
63
|
|
|
64
64
|
/**
|
|
65
65
|
* @license
|
|
@@ -66,7 +66,7 @@ User.MOCK_USER = new User("mock-user");
|
|
|
66
66
|
* See the License for the specific language governing permissions and
|
|
67
67
|
* limitations under the License.
|
|
68
68
|
*/
|
|
69
|
-
let E = "10.13.1-canary.
|
|
69
|
+
let E = "10.13.1-canary.ca4dbcf3f";
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* @license
|
|
@@ -7355,7 +7355,7 @@ class Transaction {
|
|
|
7355
7355
|
return r && i._setSettings(r), i;
|
|
7356
7356
|
}), "PUBLIC").setMultipleInstances(!0)),
|
|
7357
7357
|
// RUNTIME_ENV and BUILD_TARGET are replaced by real values during the compilation
|
|
7358
|
-
n("firestore-lite", "4.7.1-canary.
|
|
7358
|
+
n("firestore-lite", "4.7.1-canary.ca4dbcf3f", "rn"), n("firestore-lite", "4.7.1-canary.ca4dbcf3f", "esm2017");
|
|
7359
7359
|
}();
|
|
7360
7360
|
|
|
7361
7361
|
export { AggregateField, AggregateQuerySnapshot, Bytes, CollectionReference, DocumentReference, DocumentSnapshot, FieldPath, FieldValue, Firestore, FirestoreError, GeoPoint, Query, QueryCompositeFilterConstraint, QueryConstraint, QueryDocumentSnapshot, QueryEndAtConstraint, QueryFieldFilterConstraint, QueryLimitConstraint, QueryOrderByConstraint, QuerySnapshot, QueryStartAtConstraint, Timestamp, Transaction, VectorValue, WriteBatch, addDoc, aggregateFieldEqual, aggregateQuerySnapshotEqual, and, arrayRemove, arrayUnion, average, collection, collectionGroup, connectFirestoreEmulator, count, deleteDoc, deleteField, doc, documentId, endAt, endBefore, getAggregate, getCount, getDoc, getDocs, getFirestore, increment, initializeFirestore, limit, limitToLast, or, orderBy, query, queryEqual, refEqual, runTransaction, serverTimestamp, setDoc, setLogLevel, snapshotEqual, startAfter, startAt, sum, terminate, updateDoc, vector, where, writeBatch };
|
|
@@ -2050,7 +2050,7 @@ declare class Firestore$1 {
|
|
|
2050
2050
|
Iu: boolean;
|
|
2051
2051
|
Tu: any[];
|
|
2052
2052
|
t_: __PRIVATE_ExponentialBackoff;
|
|
2053
|
-
|
|
2053
|
+
Eu: () => void;
|
|
2054
2054
|
get isShuttingDown(): boolean;
|
|
2055
2055
|
/**
|
|
2056
2056
|
* Adds a new operation to the queue without waiting for it to complete (i.e.
|
|
@@ -2066,7 +2066,7 @@ declare class Firestore$1 {
|
|
|
2066
2066
|
*/ Ru(): Promise<void>;
|
|
2067
2067
|
Au(e: any): Promise<any>;
|
|
2068
2068
|
enqueueAfterDelay(e: any, t: any, n: any): DelayedOperation;
|
|
2069
|
-
|
|
2069
|
+
du(): void;
|
|
2070
2070
|
verifyOperationInProgress(): void;
|
|
2071
2071
|
/**
|
|
2072
2072
|
* Waits until all currently queued tasks are finished executing. Delayed
|
|
@@ -3075,9 +3075,9 @@ declare class __PRIVATE_IndexedDbPersistence {
|
|
|
3075
3075
|
/** The client metadata refresh task. */
|
|
3076
3076
|
Ti: any;
|
|
3077
3077
|
/** The last time we garbage collected the client metadata object store. */
|
|
3078
|
-
|
|
3078
|
+
Ei: number;
|
|
3079
3079
|
/** A listener to notify on primary state changes. */
|
|
3080
|
-
|
|
3080
|
+
di: (e: any) => Promise<void>;
|
|
3081
3081
|
referenceDelegate: __PRIVATE_IndexedDbLruDelegateImpl;
|
|
3082
3082
|
Ai: string;
|
|
3083
3083
|
serializer: __PRIVATE_LocalSerializer;
|
|
@@ -3836,7 +3836,7 @@ declare class __PRIVATE_OnlineStateTracker {
|
|
|
3836
3836
|
* some target ID.
|
|
3837
3837
|
*/ declare class __PRIVATE_ReferenceSet {
|
|
3838
3838
|
Tr: SortedSet;
|
|
3839
|
-
|
|
3839
|
+
dr: SortedSet;
|
|
3840
3840
|
/** Returns true if the reference set contains no references. */ isEmpty(): any;
|
|
3841
3841
|
/** Adds a reference to the given document key for the given ID. */ addReference(e: any, t: any): void;
|
|
3842
3842
|
/** Add references to the given document keys for the given ID. */ Rr(e: any, t: any): void;
|
|
@@ -4285,7 +4285,7 @@ declare class __PRIVATE_IndexedDbIndexManager {
|
|
|
4285
4285
|
/**
|
|
4286
4286
|
* Constructs a key range query on `DbIndexEntryStore` that unions all
|
|
4287
4287
|
* bounds.
|
|
4288
|
-
*/
|
|
4288
|
+
*/ En(e: any, t: any, n: any, r: any, i: any, s: any, o: any): IDBKeyRange[];
|
|
4289
4289
|
/** Generates the lower bound for `arrayValue` and `directionalValue`. */ An(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4290
4290
|
/** Generates the upper bound for `arrayValue` and `directionalValue`. */ Rn(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4291
4291
|
Pn(e: any, t: any): any;
|
|
@@ -4295,7 +4295,7 @@ declare class __PRIVATE_IndexedDbIndexManager {
|
|
|
4295
4295
|
* Returns `null` if the document does not have all fields specified in the
|
|
4296
4296
|
* index.
|
|
4297
4297
|
*/ Vn(e: any, t: any): Uint8Array | null;
|
|
4298
|
-
/** Encodes a single value to the ascending index format. */
|
|
4298
|
+
/** Encodes a single value to the ascending index format. */ dn(e: any): Uint8Array;
|
|
4299
4299
|
/**
|
|
4300
4300
|
* Returns an encoded form of the document key that sorts based on the key
|
|
4301
4301
|
* ordering of the field index.
|
|
@@ -4721,7 +4721,7 @@ declare class __PRIVATE_AscendingIndexByteEncoder {
|
|
|
4721
4721
|
gt(e: any): void;
|
|
4722
4722
|
Rt(e: any): void;
|
|
4723
4723
|
At(e: any): void;
|
|
4724
|
-
|
|
4724
|
+
Et(): void;
|
|
4725
4725
|
}
|
|
4726
4726
|
declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
4727
4727
|
constructor(e: any);
|
|
@@ -4729,6 +4729,6 @@ declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
|
4729
4729
|
gt(e: any): void;
|
|
4730
4730
|
Rt(e: any): void;
|
|
4731
4731
|
At(e: any): void;
|
|
4732
|
-
|
|
4732
|
+
Et(): void;
|
|
4733
4733
|
}
|
|
4734
4734
|
export { be as CACHE_SIZE_UNLIMITED, __PRIVATE_AutoId as _AutoId, ByteString as _ByteString, DatabaseId as _DatabaseId, DocumentKey as _DocumentKey, __PRIVATE_EmptyAppCheckTokenProvider as _EmptyAppCheckTokenProvider, __PRIVATE_EmptyAuthCredentialsProvider as _EmptyAuthCredentialsProvider, FieldPath$1 as _FieldPath, TestingHooks as _TestingHooks, __PRIVATE_cast as _cast, __PRIVATE_debugAssert as _debugAssert, __PRIVATE_isBase64Available as _isBase64Available, __PRIVATE_logWarn as _logWarn, __PRIVATE_validateIsNotUsedTogether as _validateIsNotUsedTogether };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore",
|
|
3
|
-
"version": "4.7.1-canary.
|
|
3
|
+
"version": "4.7.1-canary.ca4dbcf3f",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.10.0"
|
|
6
6
|
},
|
|
@@ -97,22 +97,22 @@
|
|
|
97
97
|
"lite/package.json"
|
|
98
98
|
],
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@firebase/component": "0.6.8-canary.
|
|
101
|
-
"@firebase/logger": "0.4.2-canary.
|
|
102
|
-
"@firebase/util": "1.9.7-canary.
|
|
103
|
-
"@firebase/webchannel-wrapper": "1.0.1-canary.
|
|
100
|
+
"@firebase/component": "0.6.8-canary.ca4dbcf3f",
|
|
101
|
+
"@firebase/logger": "0.4.2-canary.ca4dbcf3f",
|
|
102
|
+
"@firebase/util": "1.9.7-canary.ca4dbcf3f",
|
|
103
|
+
"@firebase/webchannel-wrapper": "1.0.1-canary.ca4dbcf3f",
|
|
104
104
|
"@grpc/grpc-js": "~1.9.0",
|
|
105
105
|
"@grpc/proto-loader": "^0.7.8",
|
|
106
106
|
"undici": "6.19.7",
|
|
107
107
|
"tslib": "^2.1.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"@firebase/app": "0.10.10-canary.
|
|
110
|
+
"@firebase/app": "0.10.10-canary.ca4dbcf3f"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@firebase/app": "0.10.10-canary.
|
|
114
|
-
"@firebase/app-compat": "0.2.40-canary.
|
|
115
|
-
"@firebase/auth": "1.7.8-canary.
|
|
113
|
+
"@firebase/app": "0.10.10-canary.ca4dbcf3f",
|
|
114
|
+
"@firebase/app-compat": "0.2.40-canary.ca4dbcf3f",
|
|
115
|
+
"@firebase/auth": "1.7.8-canary.ca4dbcf3f",
|
|
116
116
|
"@rollup/plugin-alias": "5.1.0",
|
|
117
117
|
"@rollup/plugin-json": "4.1.0",
|
|
118
118
|
"@types/eslint": "7.29.0",
|