We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 389368c commit e247bbcCopy full SHA for e247bbc
functions/errorreporting/package.json
@@ -6,6 +6,6 @@
6
"author": "Google Inc.",
7
"main": "./index.js",
8
"dependencies": {
9
- "@google-cloud/logging": "1.2.0"
+ "@google-cloud/logging": "4.1.0"
10
}
11
functions/log/package.json
@@ -17,7 +17,7 @@
17
"test": "ava -T 20s --verbose test/*.test.js"
18
},
19
20
- "@google-cloud/logging": "1.2.0",
+ "@google-cloud/logging": "4.1.0",
21
"@google-cloud/monitoring": "0.6.0"
22
23
"devDependencies": {
0 commit comments