We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b349304 commit fa13b21Copy full SHA for fa13b21
functions/errorreporting/package.json
@@ -6,6 +6,6 @@
6
"author": "Google Inc.",
7
"main": "./index.js",
8
"dependencies": {
9
- "@google-cloud/logging": "^4.4.0"
+ "@google-cloud/logging": "^5.0.0"
10
}
11
functions/log/package.json
@@ -15,7 +15,7 @@
15
"test": "mocha test/*.test.js --timeout=20000"
16
},
17
18
- "@google-cloud/logging": "^4.4.0",
+ "@google-cloud/logging": "^5.0.0",
19
"@google-cloud/monitoring": "^0.7.1"
20
21
"devDependencies": {
0 commit comments