@naturalcycles/firestore-lib 2.13.0 → 2.13.1
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.
|
@@ -146,7 +146,7 @@ export class FirestoreStreamReadable extends Readable {
|
|
|
146
146
|
});
|
|
147
147
|
}
|
|
148
148
|
catch (err) {
|
|
149
|
-
console.log(q._queryOptions)
|
|
149
|
+
// console.log((q as any)._queryOptions)
|
|
150
150
|
logger.error(`FirestoreStreamReadable error!\n`, {
|
|
151
151
|
table,
|
|
152
152
|
rowsRetrieved: this.rowsRetrieved,
|
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"@types/node": "^24",
|
|
13
13
|
"dotenv": "^17",
|
|
14
14
|
"firebase-admin": "^13",
|
|
15
|
-
"@naturalcycles/dev-lib": "
|
|
15
|
+
"@naturalcycles/dev-lib": "18.4.2"
|
|
16
16
|
},
|
|
17
17
|
"exports": {
|
|
18
18
|
".": "./dist/index.js"
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=22.12.0"
|
|
40
40
|
},
|
|
41
|
-
"version": "2.13.
|
|
41
|
+
"version": "2.13.1",
|
|
42
42
|
"description": "Firestore implementation of CommonDB interface",
|
|
43
43
|
"author": "Natural Cycles Team",
|
|
44
44
|
"license": "MIT",
|
|
@@ -191,8 +191,7 @@ export class FirestoreStreamReadable<T extends ObjectWithId = any>
|
|
|
191
191
|
},
|
|
192
192
|
)
|
|
193
193
|
} catch (err) {
|
|
194
|
-
console.log((q as any)._queryOptions)
|
|
195
|
-
|
|
194
|
+
// console.log((q as any)._queryOptions)
|
|
196
195
|
logger.error(
|
|
197
196
|
`FirestoreStreamReadable error!\n`,
|
|
198
197
|
{
|