@firebase/firestore-compat 0.2.1-canary.2012b6b67 → 0.2.1-canary.3d9611e8d
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.esm2017.js
CHANGED
package/dist/index.esm5.js
CHANGED
package/dist/index.node.cjs.js
CHANGED
|
@@ -12,7 +12,7 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'defau
|
|
|
12
12
|
var firebase__default = /*#__PURE__*/_interopDefaultLegacy(firebase);
|
|
13
13
|
|
|
14
14
|
const name = "@firebase/firestore-compat";
|
|
15
|
-
const version = "0.2.1-canary.
|
|
15
|
+
const version = "0.2.1-canary.3d9611e8d";
|
|
16
16
|
|
|
17
17
|
/**
|
|
18
18
|
* @license
|
package/dist/index.rn.js
CHANGED
package/dist/src/index.d.ts
CHANGED
|
@@ -49,7 +49,7 @@ declare module '@firebase/app-compat' {
|
|
|
49
49
|
}
|
|
50
50
|
|
|
51
51
|
import { FirebaseApp as FirebaseAppCompat } from "@firebase/app-compat";
|
|
52
|
-
import { WithFieldValue, DocumentReference, CollectionReference, DocumentData, Query, EmulatorMockTokenOptions, PersistenceSettings, AggregateQuerySnapshot, AggregateField, DocumentSnapshot, QuerySnapshot, Firestore, FirestoreSettings, LoadBundleTask, FirestoreError, Unsubscribe, SnapshotListenOptions, QueryConstraint, Transaction, TransactionOptions, PartialWithFieldValue, SetOptions, IndexConfiguration, UpdateData, FieldPath, WriteBatch } from "@firebase/firestore";
|
|
52
|
+
import { type WithFieldValue, type DocumentReference, type CollectionReference, type DocumentData, type Query, type EmulatorMockTokenOptions, type PersistenceSettings, type AggregateQuerySnapshot, type AggregateField, type DocumentSnapshot, type QuerySnapshot, type Firestore, type FirestoreSettings, type LoadBundleTask, type FirestoreError, type Unsubscribe, type SnapshotListenOptions, type QueryConstraint, type Transaction, type TransactionOptions, type PartialWithFieldValue, type SetOptions, type IndexConfiguration, type UpdateData, type FieldPath, type WriteBatch } from "@firebase/firestore";
|
|
53
53
|
declare module "@firebase/firestore" {
|
|
54
54
|
function addDoc<T>(reference: types.CollectionReference<T>, data: WithFieldValue<T>): Promise<DocumentReference<T>>;
|
|
55
55
|
function clearIndexedDbPersistence(firestore: types.FirebaseFirestore): Promise<void>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@firebase/firestore-compat",
|
|
3
|
-
"version": "0.2.1-canary.
|
|
3
|
+
"version": "0.2.1-canary.3d9611e8d",
|
|
4
4
|
"description": "The Cloud Firestore component of the Firebase JS SDK.",
|
|
5
5
|
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
|
|
6
6
|
"main": "dist/index.node.cjs.js",
|
|
@@ -40,17 +40,17 @@
|
|
|
40
40
|
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../firestore/dist/index.d.ts -o dist/src/index.d.ts -a -r Firestore:types.FirebaseFirestore -r CollectionReference:types.CollectionReference -r DocumentReference:types.DocumentReference -r Query:types.Query -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/firestore"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
|
-
"@firebase/app-compat": "0.1.37-canary.
|
|
43
|
+
"@firebase/app-compat": "0.1.37-canary.3d9611e8d"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@firebase/component": "0.5.20-canary.
|
|
47
|
-
"@firebase/firestore": "3.7.1-canary.
|
|
48
|
-
"@firebase/util": "1.7.2-canary.
|
|
49
|
-
"@firebase/firestore-types": "2.5.0-canary.
|
|
46
|
+
"@firebase/component": "0.5.20-canary.3d9611e8d",
|
|
47
|
+
"@firebase/firestore": "3.7.1-canary.3d9611e8d",
|
|
48
|
+
"@firebase/util": "1.7.2-canary.3d9611e8d",
|
|
49
|
+
"@firebase/firestore-types": "2.5.0-canary.3d9611e8d",
|
|
50
50
|
"tslib": "^2.1.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@firebase/app-compat": "0.1.37-canary.
|
|
53
|
+
"@firebase/app-compat": "0.1.37-canary.3d9611e8d",
|
|
54
54
|
"@types/eslint": "7.29.0",
|
|
55
55
|
"rollup": "2.79.1",
|
|
56
56
|
"rollup-plugin-sourcemaps": "0.6.3",
|