Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions bigquery-firestore-export/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.2.3

- chore: run npm audit fix

## Version 0.2.2

chore: bump Cloud Functions runtime to Node.js 22
Expand Down
2 changes: 1 addition & 1 deletion bigquery-firestore-export/extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

name: bigquery-firestore-export
version: 0.2.2
version: 0.2.3
specVersion: v1beta

displayName: Export BigQuery to Firestore
Expand Down
736 changes: 272 additions & 464 deletions bigquery-firestore-export/functions/package-lock.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions firestore-genai-chatbot/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 0.0.20

- chore: run npm audit fix

## Version 0.0.19

- chore: bump Cloud Functions runtime to Node.js 22
Expand Down
2 changes: 1 addition & 1 deletion firestore-genai-chatbot/extension.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: firestore-genai-chatbot

version: 0.0.19
version: 0.0.20

specVersion: v1beta

Expand Down
Loading
Loading