@pi-r/gcp 0.11.3 → 0.11.4

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.
Files changed (2) hide show
  1. package/client/index.js +1 -1
  2. package/package.json +4 -4
package/client/index.js CHANGED
@@ -461,7 +461,7 @@ async function executeBatchQuery(credential, batch, sessionKey) {
461
461
  }
462
462
  const sp = clients[5];
463
463
  if (sp) {
464
- sp.close();
464
+ void sp.close();
465
465
  }
466
466
  };
467
467
  const getFamily = (data, row, family) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/gcp",
3
- "version": "0.11.3",
3
+ "version": "0.11.4",
4
4
  "description": "Google (GCP) cloud functions for E-mc.",
5
5
  "main": "client/index.js",
6
6
  "publishConfig": {
@@ -19,9 +19,9 @@
19
19
  "license": "MIT",
20
20
  "homepage": "https://github.com/anpham6/pi-r#readme",
21
21
  "dependencies": {
22
- "@e-mc/cloud": "^0.13.10",
23
- "@e-mc/module": "^0.13.10",
24
- "@e-mc/types": "^0.13.10",
22
+ "@e-mc/cloud": "^0.13.12",
23
+ "@e-mc/module": "^0.13.12",
24
+ "@e-mc/types": "^0.13.12",
25
25
  "@google-cloud/firestore": "^7.11.6",
26
26
  "@google-cloud/storage": "^7.19.0"
27
27
  }