This repository was archived by the owner on Jan 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191 "rimraf" : " ^2.6.2" ,
9292 "source-map-support" : " ^0.5.6" ,
9393 "standard-version" : " ^5.0.0" ,
94+ "teeny-request" : " ^3.11.1" ,
9495 "timekeeper" : " ^2.0.0" ,
9596 "tmp" : " 0.1.0" ,
9697 "ts-node" : " ^8.0.0" ,
9798 "typescript" : " ~3.4.0" ,
9899 "linkinator" : " ^1.1.2"
99100 },
100101 "dependencies" : {
101- "@google-cloud/common" : " ^0.31.0 " ,
102+ "@google-cloud/common" : " ^0.32.1 " ,
102103 "builtin-modules" : " ^3.0.0" ,
103104 "console-log-level" : " ^1.4.0" ,
104105 "continuation-local-storage" : " ^3.2.1" ,
110111 "require-in-the-middle" : " ^4.0.0" ,
111112 "semver" : " ^6.0.0" ,
112113 "shimmer" : " ^1.2.0" ,
113- "teeny-request" : " ^3.11.1" ,
114114 "uuid" : " ^3.0.1"
115115 }
116116}
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ import * as common from '@google-cloud/common';
1818import * as gcpMetadata from 'gcp-metadata' ;
1919import { OutgoingHttpHeaders } from 'http' ;
2020import * as os from 'os' ;
21- import * as r from 'request' ; // Only for type declarations.
22- import { teenyRequest } from 'teeny-request' ;
2321
2422import { Constants } from './constants' ;
2523import { Logger } from './logger' ;
@@ -117,7 +115,6 @@ export class TraceWriter extends common.Service {
117115 private readonly logger : Logger ) {
118116 super (
119117 {
120- requestModule : teenyRequest as typeof r ,
121118 packageJson : pjson ,
122119 projectIdRequired : false ,
123120 baseUrl : 'https://cloudtrace.googleapis.com/v1' ,
You can’t perform that action at this time.
0 commit comments