We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0bfd2a commit b48030fCopy full SHA for b48030f
2 files changed
handwritten/logging/package.json
@@ -68,7 +68,7 @@
68
"posttest": "npm run check"
69
},
70
"dependencies": {
71
- "@google-cloud/common-grpc": "^0.9.0",
+ "@google-cloud/common-grpc": "^0.9.2",
72
"@google-cloud/paginator": "^0.1.0",
73
"@google-cloud/projectify": "^0.3.0",
74
"@google-cloud/promisify": "^0.3.0",
handwritten/logging/tsconfig.json
@@ -3,8 +3,7 @@
3
"compilerOptions": {
4
"rootDir": ".",
5
"outDir": "build",
6
- "noImplicitAny": false,
7
- "skipLibCheck": true
+ "noImplicitAny": false
8
9
"include": [
10
"src/*.ts",
0 commit comments