@google-cloud/nodejs-common 2.3.9 → 2.4.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 +3 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -67,9 +67,11 @@ and [Data Tasks Coordinator]. This library includes:
67
67
  an adapter to wrap a Node8 Cloud Functions into Node6 and Node8 compatible
68
68
  functions.~~ (This has been removed since v1.9.0)
69
69
 
70
- 4. A share library for [Bash] to facilitate installation tasks.
70
+ 4. ~~A share library for [Bash] to facilitate installation tasks.~~ (This has
71
+ been deprecated since v2.4.0. [Sheets Based Installer] is preferred.)
71
72
 
72
73
  [gmp and google ads connector]: https://github.com/GoogleCloudPlatform/cloud-for-marketing/tree/master/marketing-analytics/activation/gmp-googleads-connector
73
74
  [data tasks coordinator]: https://github.com/GoogleCloudPlatform/cloud-for-marketing/tree/master/marketing-analytics/activation/data-tasks-coordinator
75
+ [sheets based installer]: https://github.com/GoogleCloudPlatform/cloud-for-marketing/tree/main/marketing-analytics/activation/sheets-based-installer
74
76
  [comparison]: https://cloud.google.com/datastore/docs/firestore-or-datastore
75
77
  [bash]: https://www.gnu.org/software/bash/
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@google-cloud/nodejs-common",
3
- "version": "2.3.9",
3
+ "version": "2.4.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",