Skip to content

Commit

Permalink
fix(deps): update dependency @google-cloud/common to ^0.32.0 (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and kjin committed Apr 15, 2019
1 parent 20feb58 commit 670ac64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,15 @@
"rimraf": "^2.6.2",
"source-map-support": "^0.5.6",
"standard-version": "^5.0.0",
"teeny-request": "^3.11.1",
"timekeeper": "^2.0.0",
"tmp": "0.1.0",
"ts-node": "^8.0.0",
"typescript": "~3.4.0",
"linkinator": "^1.1.2"
},
"dependencies": {
"@google-cloud/common": "^0.31.0",
"@google-cloud/common": "^0.32.1",
"builtin-modules": "^3.0.0",
"console-log-level": "^1.4.0",
"continuation-local-storage": "^3.2.1",
Expand All @@ -110,7 +111,6 @@
"require-in-the-middle": "^4.0.0",
"semver": "^6.0.0",
"shimmer": "^1.2.0",
"teeny-request": "^3.11.1",
"uuid": "^3.0.1"
}
}
3 changes: 0 additions & 3 deletions src/trace-writer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ import * as common from '@google-cloud/common';
import * as gcpMetadata from 'gcp-metadata';
import {OutgoingHttpHeaders} from 'http';
import * as os from 'os';
import * as r from 'request'; // Only for type declarations.
import {teenyRequest} from 'teeny-request';

import {Constants} from './constants';
import {Logger} from './logger';
Expand Down Expand Up @@ -117,7 +115,6 @@ export class TraceWriter extends common.Service {
private readonly logger: Logger) {
super(
{
requestModule: teenyRequest as typeof r,
packageJson: pjson,
projectIdRequired: false,
baseUrl: 'https://cloudtrace.googleapis.com/v1',
Expand Down

0 comments on commit 670ac64

Please sign in to comment.