Skip to content

Commit

Permalink
Merge pull request #151 from dalenguyen/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
dalenguyen authored Apr 15, 2023
2 parents 385c45a + a3f57ec commit 0827c67
Show file tree
Hide file tree
Showing 5 changed files with 675 additions and 691 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,18 @@
---

## [1.3.7] - 2023-04-15

#### - :nail_care: [Polish]

- update packages

## [1.3.5] - 2022-10-28

#### - :bug: [Bug Fix]

- fix unable to get subCollection data if setting queryCollection in export options (thank @leoleelf)

## [1.3.4] - 2022-10-09

#### - :bug: [Bug Fix]
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[![GitHub version](https://badge.fury.io/gh/dalenguyen%2Ffirestore-backup-restore.svg)](https://badge.fury.io/gh/dalenguyen%2Ffirestore-backup-restore)
[![Build Status](https://travis-ci.org/dalenguyen/firestore-backup-restore.svg?branch=master)](https://travis-ci.org/dalenguyen/firestore-backup-restore)
[![David badge](https://david-dm.org/dalenguyen/firestore-backup-restore.svg)](https://david-dm.org/dalenguyen/firestore-backup-restore)

NPM package for backup and restore Firebase Firestore

Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-export-import",
"version": "1.3.5",
"version": "1.3.6",
"description": "NPM package for backup and restore Firebase Firestore",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -34,26 +34,26 @@
},
"homepage": "https://github.com/dalenguyen/firestore-backup-restore#readme",
"devDependencies": {
"@types/chai": "^4.3.3",
"@types/chai": "^4.3.4",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.11.7",
"chai": "^4.3.6",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"chai": "^4.3.7",
"jsmin": "^1.0.1",
"minimist": "1.2.6",
"mocha": "^10.1.0",
"minimist": "1.2.8",
"mocha": "^10.2.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
"typescript": "^5.0.4"
},
"dependencies": {
"firebase-admin": "^11.2.0",
"google-gax": "^3.5.2",
"uuid": "^8.3.2"
"firebase-admin": "^11.6.0",
"google-gax": "^3.6.0",
"uuid": "^9.0.0"
},
"resolutions": {
"minimist": "1.2.6"
"minimist": "1.2.8"
},
"engines": {
"node": ">=16.0.0",
Expand Down
Loading

0 comments on commit 0827c67

Please sign in to comment.