@google-cloud/nodejs-common 1.7.2-alpha → 1.7.3

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.
@@ -92,6 +92,7 @@ declare -A GOOGLE_CLOUD_APIS
92
92
  GOOGLE_CLOUD_APIS=(
93
93
  ["appengine.googleapis.com"]="App Engine Admin API"
94
94
  ["cloudbuild.googleapis.com"]="Google Build API"
95
+ ["artifactregistry.googleapis.com"]="Artifact Registry API"
95
96
  ["cloudresourcemanager.googleapis.com"]="Resource Manager API"
96
97
  ["iam.googleapis.com"]="Cloud Identity and Access Management API"
97
98
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/nodejs-common",
3
- "version": "1.7.2-alpha",
3
+ "version": "1.7.3",
4
4
  "description": "A NodeJs common library for solutions based on Cloud Functions",
5
5
  "author": "Google Inc.",
6
6
  "license": "Apache-2.0",
@@ -16,26 +16,26 @@
16
16
  },
17
17
  "homepage": "https://github.com/GoogleCloudPlatform/cloud-for-marketing/blob/master/marketing-analytics/activation/common-libs/nodejs-common/README.md",
18
18
  "dependencies": {
19
- "@google-cloud/aiplatform": "^2.13.0",
20
- "@google-cloud/automl": "^3.1.3",
21
- "@google-cloud/bigquery": "^6.2.0",
22
- "@google-cloud/datastore": "^7.5.1",
23
- "@google-cloud/firestore": "^6.5.0",
24
- "@google-cloud/logging-winston": "^5.3.0",
25
- "@google-cloud/pubsub": "^3.6.0",
26
- "@google-cloud/storage": "^6.10.1",
27
- "@google-cloud/scheduler": "^3.3.1",
28
- "@google-cloud/secret-manager": "^4.2.2",
29
- "gaxios": "^5.1.0",
19
+ "@google-cloud/aiplatform": "^3.0.0",
20
+ "@google-cloud/automl": "^4.0.0",
21
+ "@google-cloud/bigquery": "^7.2.0",
22
+ "@google-cloud/datastore": "^8.0.0",
23
+ "@google-cloud/firestore": "^6.7.0",
24
+ "@google-cloud/logging-winston": "^6.0.0",
25
+ "@google-cloud/pubsub": "^4.0.2",
26
+ "@google-cloud/storage": "^7.0.1",
27
+ "@google-cloud/scheduler": "^4.0.0",
28
+ "@google-cloud/secret-manager": "^5.0.0",
29
+ "gaxios": "^6.1.0",
30
30
  "google-ads-api": "^13.0.1",
31
31
  "google-ads-node": "^11.0.0",
32
- "google-auth-library": "^8.8.0",
33
- "googleapis": "^118.0.0",
34
- "winston": "^3.8.2",
32
+ "google-auth-library": "^9.0.0",
33
+ "googleapis": "^126.0.1",
34
+ "winston": "^3.10.0",
35
35
  "lodash": "^4.17.21"
36
36
  },
37
37
  "devDependencies": {
38
- "jasmine": "^4.4.0"
38
+ "jasmine": "^5.1.0"
39
39
  },
40
40
  "scripts": {
41
41
  "test": "node node_modules/jasmine/bin/jasmine"