Skip to content

Commit

Permalink
fix(deps): update googleapis-common and google-auth-library (#1556)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and JustinBeckwith committed Jan 20, 2019
1 parent 9742db3 commit d8ba2ac
Show file tree
Hide file tree
Showing 383 changed files with 12,784 additions and 12,715 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,7 +1,7 @@
node_modules/
build/
docs/
coverage/
.coverage/
npm-debug.log
.nyc_output
.vscode
Expand Down
12 changes: 4 additions & 8 deletions package.json
Expand Up @@ -8,17 +8,14 @@
},
"license": "Apache-2.0",
"dependencies": {
"google-auth-library": "^2.0.0",
"googleapis-common": "^0.4.0"
"google-auth-library": "^3.0.0",
"googleapis-common": "^0.6.0"
},
"files": [
"LICENSE",
"README.md",
"build/src",
"!build/src/**/*.map",
"package.json"
"!build/src/**/*.map"
],
"repository": "google/google-api-nodejs-client",
"repository": "googleapis/google-api-nodejs-client",
"name": "googleapis",
"version": "36.0.0",
"scripts": {
Expand Down Expand Up @@ -74,7 +71,6 @@
"@types/tmp": "^0.0.33",
"@types/url-template": "^2.0.28",
"assert-rejects": "^1.0.0",
"axios": "^0.18.0",
"chai": "^4.2.0",
"codecov": "^3.0.2",
"eslint": "^5.6.0",
Expand Down
2 changes: 1 addition & 1 deletion src/apis/abusiveexperiencereport/package.json
Expand Up @@ -26,7 +26,7 @@
"docs": "typedoc --out docs/"
},
"dependencies": {
"googleapis-common": "^0.4.0"
"googleapis-common": "^0.6.0"
},
"devDependencies": {
"gts": "^0.9.0",
Expand Down
10 changes: 5 additions & 5 deletions src/apis/abusiveexperiencereport/v1.ts
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {AxiosPromise} from 'axios';
import {GaxiosPromise} from 'gaxios';
import {Compute, JWT, OAuth2Client, UserRefreshClient} from 'google-auth-library';
import {APIRequestContext, BodyResponseCallback, createAPIRequest, GlobalOptions, GoogleConfigurable, MethodOptions} from 'googleapis-common';

Expand Down Expand Up @@ -171,7 +171,7 @@ export namespace abusiveexperiencereport_v1 {
* @return {object} Request object
*/
get(params?: Params$Resource$Sites$Get,
options?: MethodOptions): AxiosPromise<Schema$SiteSummaryResponse>;
options?: MethodOptions): GaxiosPromise<Schema$SiteSummaryResponse>;
get(params: Params$Resource$Sites$Get,
options: MethodOptions|BodyResponseCallback<Schema$SiteSummaryResponse>,
callback: BodyResponseCallback<Schema$SiteSummaryResponse>): void;
Expand All @@ -183,7 +183,7 @@ export namespace abusiveexperiencereport_v1 {
optionsOrCallback?: MethodOptions|
BodyResponseCallback<Schema$SiteSummaryResponse>,
callback?: BodyResponseCallback<Schema$SiteSummaryResponse>):
void|AxiosPromise<Schema$SiteSummaryResponse> {
void|GaxiosPromise<Schema$SiteSummaryResponse> {
let params = (paramsOrCallback || {}) as Params$Resource$Sites$Get;
let options = (optionsOrCallback || {}) as MethodOptions;

Expand Down Expand Up @@ -256,7 +256,7 @@ export namespace abusiveexperiencereport_v1 {
* @return {object} Request object
*/
list(params?: Params$Resource$Violatingsites$List, options?: MethodOptions):
AxiosPromise<Schema$ViolatingSitesResponse>;
GaxiosPromise<Schema$ViolatingSitesResponse>;
list(
params: Params$Resource$Violatingsites$List,
options: MethodOptions|
Expand All @@ -272,7 +272,7 @@ export namespace abusiveexperiencereport_v1 {
optionsOrCallback?: MethodOptions|
BodyResponseCallback<Schema$ViolatingSitesResponse>,
callback?: BodyResponseCallback<Schema$ViolatingSitesResponse>):
void|AxiosPromise<Schema$ViolatingSitesResponse> {
void|GaxiosPromise<Schema$ViolatingSitesResponse> {
let params =
(paramsOrCallback || {}) as Params$Resource$Violatingsites$List;
let options = (optionsOrCallback || {}) as MethodOptions;
Expand Down
2 changes: 1 addition & 1 deletion src/apis/acceleratedmobilepageurl/package.json
Expand Up @@ -26,7 +26,7 @@
"docs": "typedoc --out docs/"
},
"dependencies": {
"googleapis-common": "^0.4.0"
"googleapis-common": "^0.6.0"
},
"devDependencies": {
"gts": "^0.9.0",
Expand Down
6 changes: 3 additions & 3 deletions src/apis/acceleratedmobilepageurl/v1.ts
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

import {AxiosPromise} from 'axios';
import {GaxiosPromise} from 'gaxios';
import {Compute, JWT, OAuth2Client, UserRefreshClient} from 'google-auth-library';
import {APIRequestContext, BodyResponseCallback, createAPIRequest, GlobalOptions, GoogleConfigurable, MethodOptions} from 'googleapis-common';

Expand Down Expand Up @@ -195,7 +195,7 @@ export namespace acceleratedmobilepageurl_v1 {
*/
batchGet(
params?: Params$Resource$Ampurls$Batchget,
options?: MethodOptions): AxiosPromise<Schema$BatchGetAmpUrlsResponse>;
options?: MethodOptions): GaxiosPromise<Schema$BatchGetAmpUrlsResponse>;
batchGet(
params: Params$Resource$Ampurls$Batchget,
options: MethodOptions|
Expand All @@ -212,7 +212,7 @@ export namespace acceleratedmobilepageurl_v1 {
optionsOrCallback?: MethodOptions|
BodyResponseCallback<Schema$BatchGetAmpUrlsResponse>,
callback?: BodyResponseCallback<Schema$BatchGetAmpUrlsResponse>):
void|AxiosPromise<Schema$BatchGetAmpUrlsResponse> {
void|GaxiosPromise<Schema$BatchGetAmpUrlsResponse> {
let params = (paramsOrCallback || {}) as Params$Resource$Ampurls$Batchget;
let options = (optionsOrCallback || {}) as MethodOptions;

Expand Down
2 changes: 1 addition & 1 deletion src/apis/accesscontextmanager/package.json
Expand Up @@ -26,7 +26,7 @@
"docs": "typedoc --out docs/"
},
"dependencies": {
"googleapis-common": "^0.4.0"
"googleapis-common": "^0.6.0"
},
"devDependencies": {
"gts": "^0.9.0",
Expand Down

0 comments on commit d8ba2ac

Please sign in to comment.