@google-cloud/nodejs-common 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1877,7 +1877,7 @@ https://cloud.google.com/firestore/docs/firestore-or-datastore#choosing_a_databa
1877
1877
  confirm_firestore() {
1878
1878
  (( STEP += 1 ))
1879
1879
  printf '%s\n' "Step ${STEP}: Checking the status of Firestore..."
1880
- check_firestore_existence
1880
+ check_firestore_existence "$@"
1881
1881
  }
1882
1882
 
1883
1883
  #######################################
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/nodejs-common",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "A NodeJs common library for solutions based on Cloud Functions",
5
5
  "author": "Google Inc.",
6
6
  "license": "Apache-2.0",