@firebase/firestore 4.3.2-canary.12ad9f181 → 4.3.2
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 +73 -73
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm2017.js +73 -73
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm5.js +68 -68
- 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 +75 -75
- 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/dist/packages/firestore/dist/index.esm2017.d.ts +14 -14
- package/package.json +9 -9
|
@@ -2395,7 +2395,7 @@ declare class DelayedOperation {
|
|
|
2395
2395
|
get path(): any;
|
|
2396
2396
|
get Iu(): any;
|
|
2397
2397
|
/** Returns a new context with the specified settings overwritten. */ Tu(e: any): __PRIVATE_ParseContextImpl;
|
|
2398
|
-
|
|
2398
|
+
Eu(e: any): __PRIVATE_ParseContextImpl;
|
|
2399
2399
|
Ru(e: any): __PRIVATE_ParseContextImpl;
|
|
2400
2400
|
Vu(e: any): __PRIVATE_ParseContextImpl;
|
|
2401
2401
|
mu(e: any): FirestoreError;
|
|
@@ -2665,7 +2665,7 @@ declare class __PRIVATE_DatastoreImpl extends __PRIVATE_DatastoreImpl_base {
|
|
|
2665
2665
|
appCheckCredentials: any;
|
|
2666
2666
|
connection: any;
|
|
2667
2667
|
serializer: any;
|
|
2668
|
-
|
|
2668
|
+
d_: boolean;
|
|
2669
2669
|
A_(): void;
|
|
2670
2670
|
/** Invokes the provided RPC with auth and AppCheck tokens. */ wo(e: any, t: any, n: any): Promise<any>;
|
|
2671
2671
|
/** Invokes the provided RPC with streamed results with auth and AppCheck tokens. */ Co(e: any, t: any, n: any, r: any): Promise<any>;
|
|
@@ -2986,7 +2986,7 @@ declare class __PRIVATE_IndexedDbPersistence {
|
|
|
2986
2986
|
qr: __PRIVATE_IndexedDbTargetCache;
|
|
2987
2987
|
remoteDocumentCache: __PRIVATE_IndexedDbRemoteDocumentCacheImpl;
|
|
2988
2988
|
Kr: __PRIVATE_IndexedDbBundleCache;
|
|
2989
|
-
|
|
2989
|
+
Ei: any;
|
|
2990
2990
|
/**
|
|
2991
2991
|
* Attempt to start IndexedDb persistence.
|
|
2992
2992
|
*
|
|
@@ -3016,7 +3016,7 @@ declare class __PRIVATE_IndexedDbPersistence {
|
|
|
3016
3016
|
* extend the primary lease for the local client. Asynchronously notifies the
|
|
3017
3017
|
* primary state listener if the client either newly obtained or released its
|
|
3018
3018
|
* primary lease.
|
|
3019
|
-
*/
|
|
3019
|
+
*/ di(): Promise<void>;
|
|
3020
3020
|
fi(e: any): any;
|
|
3021
3021
|
Si(e: any): any;
|
|
3022
3022
|
/**
|
|
@@ -3104,12 +3104,12 @@ declare class __PRIVATE_IndexedDbPersistence {
|
|
|
3104
3104
|
*/
|
|
3105
3105
|
declare class __PRIVATE_LocalClientState {
|
|
3106
3106
|
activeTargetIds: SortedSet;
|
|
3107
|
-
|
|
3107
|
+
ds(e: any): void;
|
|
3108
3108
|
As(e: any): void;
|
|
3109
3109
|
/**
|
|
3110
3110
|
* Converts this entry into a JSON-encoded format we can use for WebStorage.
|
|
3111
3111
|
* Does not encode `clientId` as it is part of the key in WebStorage.
|
|
3112
|
-
*/
|
|
3112
|
+
*/ Es(): string;
|
|
3113
3113
|
}
|
|
3114
3114
|
/**
|
|
3115
3115
|
* @license
|
|
@@ -3718,7 +3718,7 @@ declare class __PRIVATE_OnlineStateTracker {
|
|
|
3718
3718
|
Ir: SortedSet;
|
|
3719
3719
|
/** Returns true if the reference set contains no references. */ isEmpty(): any;
|
|
3720
3720
|
/** Adds a reference to the given document key for the given ID. */ addReference(e: any, t: any): void;
|
|
3721
|
-
/** Add references to the given document keys for the given ID. */
|
|
3721
|
+
/** Add references to the given document keys for the given ID. */ Er(e: any, t: any): void;
|
|
3722
3722
|
/**
|
|
3723
3723
|
* Removes a reference to the given document key for the given
|
|
3724
3724
|
* ID.
|
|
@@ -3729,7 +3729,7 @@ declare class __PRIVATE_OnlineStateTracker {
|
|
|
3729
3729
|
* removed.
|
|
3730
3730
|
*/ Rr(e: any): any[];
|
|
3731
3731
|
Vr(): void;
|
|
3732
|
-
|
|
3732
|
+
dr(e: any): void;
|
|
3733
3733
|
mr(e: any): SortedSet;
|
|
3734
3734
|
containsKey(e: any): any;
|
|
3735
3735
|
}
|
|
@@ -3797,7 +3797,7 @@ declare class __PRIVATE_MutationMetadata {
|
|
|
3797
3797
|
batchId: any;
|
|
3798
3798
|
state: any;
|
|
3799
3799
|
error: any;
|
|
3800
|
-
|
|
3800
|
+
Es(): string;
|
|
3801
3801
|
}
|
|
3802
3802
|
/**
|
|
3803
3803
|
* Holds the state of a query target, including its target ID and whether the
|
|
@@ -3812,7 +3812,7 @@ declare class __PRIVATE_QueryTargetMetadata {
|
|
|
3812
3812
|
targetId: any;
|
|
3813
3813
|
state: any;
|
|
3814
3814
|
error: any;
|
|
3815
|
-
|
|
3815
|
+
Es(): string;
|
|
3816
3816
|
}
|
|
3817
3817
|
/**
|
|
3818
3818
|
* This class represents the online state for all clients participating in
|
|
@@ -4149,14 +4149,14 @@ declare class __PRIVATE_IndexedDbIndexManager {
|
|
|
4149
4149
|
* bounds.
|
|
4150
4150
|
*/ Pn(e: any, t: any, n: any, r: any, i: any, s: any, o: any): IDBKeyRange[];
|
|
4151
4151
|
/** Generates the lower bound for `arrayValue` and `directionalValue`. */ Tn(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4152
|
-
/** Generates the upper bound for `arrayValue` and `directionalValue`. */
|
|
4152
|
+
/** Generates the upper bound for `arrayValue` and `directionalValue`. */ En(e: any, t: any, n: any, r: any): __PRIVATE_IndexEntry;
|
|
4153
4153
|
cn(e: any, t: any): any;
|
|
4154
4154
|
getIndexType(e: any, t: any): PersistencePromise;
|
|
4155
4155
|
/**
|
|
4156
4156
|
* Returns the byte encoded form of the directional values in the field index.
|
|
4157
4157
|
* Returns `null` if the document does not have all fields specified in the
|
|
4158
4158
|
* index.
|
|
4159
|
-
*/
|
|
4159
|
+
*/ dn(e: any, t: any): Uint8Array | null;
|
|
4160
4160
|
/** Encodes a single value to the ascending index format. */ In(e: any): Uint8Array;
|
|
4161
4161
|
/**
|
|
4162
4162
|
* Returns an encoded form of the document key that sorts based on the key
|
|
@@ -4581,16 +4581,16 @@ declare class __PRIVATE_AscendingIndexByteEncoder {
|
|
|
4581
4581
|
constructor(e: any);
|
|
4582
4582
|
Wt: any;
|
|
4583
4583
|
Vt(e: any): void;
|
|
4584
|
-
Et(e: any): void;
|
|
4585
4584
|
dt(e: any): void;
|
|
4585
|
+
Et(e: any): void;
|
|
4586
4586
|
It(): void;
|
|
4587
4587
|
}
|
|
4588
4588
|
declare class __PRIVATE_DescendingIndexByteEncoder {
|
|
4589
4589
|
constructor(e: any);
|
|
4590
4590
|
Wt: any;
|
|
4591
4591
|
Vt(e: any): void;
|
|
4592
|
-
Et(e: any): void;
|
|
4593
4592
|
dt(e: any): void;
|
|
4593
|
+
Et(e: any): void;
|
|
4594
4594
|
It(): void;
|
|
4595
4595
|
}
|
|
4596
4596
|
export { ge 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.3.2
|
|
3
|
+
"version": "4.3.2",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=10.10.0"
|
|
6
6
|
},
|
|
@@ -96,22 +96,22 @@
|
|
|
96
96
|
"lite/package.json"
|
|
97
97
|
],
|
|
98
98
|
"dependencies": {
|
|
99
|
-
"@firebase/component": "0.6.4
|
|
100
|
-
"@firebase/logger": "0.4.0
|
|
101
|
-
"@firebase/util": "1.9.3
|
|
102
|
-
"@firebase/webchannel-wrapper": "0.10.3
|
|
99
|
+
"@firebase/component": "0.6.4",
|
|
100
|
+
"@firebase/logger": "0.4.0",
|
|
101
|
+
"@firebase/util": "1.9.3",
|
|
102
|
+
"@firebase/webchannel-wrapper": "0.10.3",
|
|
103
103
|
"@grpc/grpc-js": "~1.9.0",
|
|
104
104
|
"@grpc/proto-loader": "^0.7.8",
|
|
105
105
|
"node-fetch": "2.6.7",
|
|
106
106
|
"tslib": "^2.1.0"
|
|
107
107
|
},
|
|
108
108
|
"peerDependencies": {
|
|
109
|
-
"@firebase/app": "0.
|
|
109
|
+
"@firebase/app": "0.x"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
|
-
"@firebase/app": "0.9.22
|
|
113
|
-
"@firebase/app-compat": "0.2.22
|
|
114
|
-
"@firebase/auth": "1.3.2
|
|
112
|
+
"@firebase/app": "0.9.22",
|
|
113
|
+
"@firebase/app-compat": "0.2.22",
|
|
114
|
+
"@firebase/auth": "1.3.2",
|
|
115
115
|
"@rollup/plugin-alias": "3.1.9",
|
|
116
116
|
"@rollup/plugin-json": "4.1.0",
|
|
117
117
|
"@types/eslint": "7.29.0",
|