Skip to content

Commit

Permalink
Merge pull request #2131 from firebase/next
Browse files Browse the repository at this point in the history
release 2024/07/09
  • Loading branch information
cabljac authored Jul 17, 2024
2 parents db3e4d1 + 2514cfa commit 4e37917
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 36 deletions.
4 changes: 4 additions & 0 deletions firestore-bigquery-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.1.52

fixed - bump changetracker to fix npm vulnerabilities

## Version 0.1.51

fixed - medium npm vulnerabilities
Expand Down
2 changes: 1 addition & 1 deletion firestore-bigquery-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: firestore-bigquery-export
version: 0.1.51
version: 0.1.52
specVersion: v1beta

displayName: Stream Firestore to BigQuery
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"url": "github.com/firebase/extensions.git",
"directory": "firestore-bigquery-export/firestore-bigquery-change-tracker"
},
"version": "1.1.34",
"version": "1.1.35",
"description": "Core change-tracker library for Cloud Firestore Collection BigQuery Exports",
"main": "./lib/index.js",
"scripts": {
Expand Down
7 changes: 4 additions & 3 deletions firestore-bigquery-export/functions/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion firestore-bigquery-export/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Jan Wyszynski <wyszynski@google.com>",
"license": "Apache-2.0",
"dependencies": {
"@firebaseextensions/firestore-bigquery-change-tracker": "^1.1.34",
"@firebaseextensions/firestore-bigquery-change-tracker": "^1.1.35",
"@google-cloud/bigquery": "^7.6.0",
"@types/chai": "^4.1.6",
"@types/express-serve-static-core": "4.17.30",
Expand Down

0 comments on commit 4e37917

Please sign in to comment.