@xbg.solutions/utils-firestore-connector 1.1.8 → 1.2.0
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.
|
@@ -33,7 +33,7 @@ export declare class FirestoreConnector<TDatabaseNames extends string = string>
|
|
|
33
33
|
/**
|
|
34
34
|
* Get database instance with collection reference for convenience
|
|
35
35
|
*/
|
|
36
|
-
getCollection(dbName: TDatabaseNames, collectionName: string): admin.firestore.CollectionReference<admin.firestore.DocumentData>;
|
|
36
|
+
getCollection(dbName: TDatabaseNames, collectionName: string): admin.firestore.CollectionReference<admin.firestore.DocumentData, admin.firestore.DocumentData>;
|
|
37
37
|
/**
|
|
38
38
|
* Test database connectivity for a specific database
|
|
39
39
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xbg.solutions/utils-firestore-connector",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Multi-database Firestore access",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"prepublishOnly": "npm run build"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@xbg.solutions/utils-logger": "^1.
|
|
18
|
-
"firebase-admin": "^
|
|
17
|
+
"@xbg.solutions/utils-logger": "^1.2.0",
|
|
18
|
+
"firebase-admin": "^13.7.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^20.11.0",
|