@firebaseextensions/firestore-bigquery-change-tracker 1.1.19 → 1.1.20
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/lib/bigquery/index.js +0 -2
- package/package.json +1 -1
package/lib/bigquery/index.js
CHANGED
|
@@ -280,7 +280,6 @@ class FirestoreBigQueryEventHistoryTracker {
|
|
|
280
280
|
/** update table metadata with changes. */
|
|
281
281
|
await table.setMetadata(metadata);
|
|
282
282
|
logs.updatingMetadata(this.rawChangeLogTableName(), {
|
|
283
|
-
table,
|
|
284
283
|
config: this.config,
|
|
285
284
|
documentIdColExists,
|
|
286
285
|
pathParamsColExists,
|
|
@@ -351,7 +350,6 @@ class FirestoreBigQueryEventHistoryTracker {
|
|
|
351
350
|
}
|
|
352
351
|
await view.setMetadata(metadata);
|
|
353
352
|
logs.updatingMetadata(this.rawLatestView(), {
|
|
354
|
-
metadata,
|
|
355
353
|
config: this.config,
|
|
356
354
|
documentIdColExists,
|
|
357
355
|
pathParamsColExists,
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"url": "github.com/firebase/extensions.git",
|
|
6
6
|
"directory": "firestore-bigquery-export/firestore-bigquery-change-tracker"
|
|
7
7
|
},
|
|
8
|
-
"version": "1.1.
|
|
8
|
+
"version": "1.1.20",
|
|
9
9
|
"description": "Core change-tracker library for Cloud Firestore Collection BigQuery Exports",
|
|
10
10
|
"main": "./lib/index.js",
|
|
11
11
|
"scripts": {
|