Skip to content

Commit

Permalink
Merge pull request #150 from dalenguyen/dev
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
dalenguyen authored Oct 28, 2022
2 parents 3f4c758 + db1a88c commit 385c45a
Show file tree
Hide file tree
Showing 2 changed files with 135 additions and 141 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firestore-export-import",
"version": "1.3.4",
"version": "1.3.5",
"description": "NPM package for backup and restore Firebase Firestore",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -37,18 +37,18 @@
"@types/chai": "^4.3.3",
"@types/expect": "^24.3.0",
"@types/mocha": "^9.1.1",
"@types/node": "^18.8.3",
"@types/node": "^18.11.7",
"chai": "^4.3.6",
"jsmin": "^1.0.1",
"minimist": "1.2.6",
"mocha": "^10.0.0",
"mocha": "^10.1.0",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"dependencies": {
"firebase-admin": "^11.1.0",
"firebase-admin": "^11.2.0",
"google-gax": "^3.5.2",
"uuid": "^8.3.2"
},
Expand Down
Loading

0 comments on commit 385c45a

Please sign in to comment.