@pi-r/gcp 0.3.0 → 0.3.1

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 -0
  2. package/package.json +3 -3
package/client/index.js CHANGED
@@ -801,6 +801,7 @@ function createBucketRequest(credential) {
801
801
  case 'cors':
802
802
  case 'customPlacementConfig':
803
803
  case 'dra':
804
+ case 'enableObjectRetention':
804
805
  case 'location':
805
806
  case 'multiRegional':
806
807
  case 'nearline':
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pi-r/gcp",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Google (GCP) cloud functions for E-mc.",
5
5
  "main": "client/index.js",
6
6
  "publishConfig": {
@@ -23,7 +23,7 @@
23
23
  "@e-mc/cloud": "^0.6.0",
24
24
  "@e-mc/module": "^0.6.0",
25
25
  "@e-mc/types": "^0.6.0",
26
- "@google-cloud/firestore": "^6.7.0",
27
- "@google-cloud/storage": "^7.0.0"
26
+ "@google-cloud/firestore": "^6.8.0",
27
+ "@google-cloud/storage": "^7.7.0"
28
28
  }
29
29
  }