Skip to content

Commit e3e3239

Browse files
authored
bump scripts package versions (#333)
* bump scripts package versions * lock chnage-tracker dep in extension package.json
1 parent 33259b8 commit e3e3239

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

firestore-bigquery-export/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"chai": "^4.2.0",
2323
"firebase-admin": "^7.1.1",
2424
"firebase-functions": "^2.2.1",
25-
"@firebaseextensions/firestore-bigquery-change-tracker": "^0.1.2",
25+
"@firebaseextensions/firestore-bigquery-change-tracker": "^0.1.3",
2626
"lodash": "^4.17.14",
2727
"mocha": "^5.0.5",
2828
"nyc": "^14.0.0",

firestore-bigquery-export/scripts/gen-schema-view/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebaseextensions/fs-bq-schema-views",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Generate strongly-typed BigQuery Views based on raw JSON",
55
"main": "./lib/index.js",
66
"repository": {

firestore-bigquery-export/scripts/import/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebaseextensions/fs-bq-import-collection",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Import a Firestore Collection into a BigQuery ChangeLog Table",
55
"main": "./lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)