@google-cloud/nodejs-common 1.0.5 → 1.1.0

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/README.md +1 -1
  2. package/package.json +14 -14
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # NodeJS Common Library
2
2
 
3
- <!--* freshness: { owner: 'lushu' reviewed: '2021-12-02' } *-->
3
+ <!--* freshness: { owner: 'lushu' reviewed: '2022-04-07' } *-->
4
4
 
5
5
  A NodeJs common library for other projects, e.g. [GMP and Google Ads Connector]
6
6
  and [Data Tasks Coordinator]. This library includes:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/nodejs-common",
3
- "version": "1.0.5",
3
+ "version": "1.1.0",
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,25 +16,25 @@
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": "^1.13.0",
20
- "@google-cloud/automl": "^2.5.1",
21
- "@google-cloud/bigquery": "^5.9.2",
19
+ "@google-cloud/aiplatform": "^1.19.0",
20
+ "@google-cloud/automl": "^2.5.2",
21
+ "@google-cloud/bigquery": "^5.12.0",
22
22
  "@google-cloud/datastore": "^6.6.2",
23
- "@google-cloud/firestore": "^4.15.1",
24
- "@google-cloud/logging-winston": "^4.1.1",
25
- "@google-cloud/pubsub": "^2.18.2",
26
- "@google-cloud/storage": "^5.16.0",
23
+ "@google-cloud/firestore": "^5.0.2",
24
+ "@google-cloud/logging-winston": "^4.2.2",
25
+ "@google-cloud/pubsub": "^2.19.0",
26
+ "@google-cloud/storage": "^5.18.3",
27
27
  "gaxios": "^4.3.2",
28
- "google-ads-api": "^9.0.0",
29
- "google-ads-node": "^7.0.0",
30
- "google-auth-library": "^7.10.2",
31
- "googleapis": "^91.0.0",
28
+ "google-ads-api": "^10.0.1",
29
+ "google-ads-node":"^8.0.1",
30
+ "google-auth-library": "^7.14.1",
31
+ "googleapis": "^100.0.0",
32
32
  "soap": "^0.43.0",
33
- "winston": "^3.3.3",
33
+ "winston": "^3.7.2",
34
34
  "lodash": "^4.17.21"
35
35
  },
36
36
  "devDependencies": {
37
- "jasmine": "^3.5.0"
37
+ "jasmine": "^4.0.2"
38
38
  },
39
39
  "scripts": {
40
40
  "test": "node node_modules/jasmine/bin/jasmine"