googleapis-common
Advanced tools
Comparing version 5.0.1 to 5.0.2
export { OAuth2Client, JWT, Compute, UserRefreshClient, DefaultTransporter, GoogleAuth, ExternalAccountClient, BaseExternalAccountClient, IdentityPoolClient, AwsClient, } from 'google-auth-library'; | ||
export { GaxiosPromise } from 'gaxios'; | ||
export { GaxiosPromise, Gaxios, GaxiosError, GaxiosOptions, GaxiosResponse, Headers, RetryConfig, } from 'gaxios'; | ||
export { APIEndpoint, APIRequestContext, APIRequestParams, BodyResponseCallback, GlobalOptions, GoogleConfigurable, MethodOptions, StreamMethodOptions, ServiceOptions, } from './api'; | ||
@@ -4,0 +4,0 @@ export { getAPI } from './apiIndex'; |
@@ -26,2 +26,5 @@ "use strict"; | ||
Object.defineProperty(exports, "AwsClient", { enumerable: true, get: function () { return google_auth_library_1.AwsClient; } }); | ||
var gaxios_1 = require("gaxios"); | ||
Object.defineProperty(exports, "Gaxios", { enumerable: true, get: function () { return gaxios_1.Gaxios; } }); | ||
Object.defineProperty(exports, "GaxiosError", { enumerable: true, get: function () { return gaxios_1.GaxiosError; } }); | ||
var apiIndex_1 = require("./apiIndex"); | ||
@@ -28,0 +31,0 @@ Object.defineProperty(exports, "getAPI", { enumerable: true, get: function () { return apiIndex_1.getAPI; } }); |
@@ -7,2 +7,9 @@ # Changelog | ||
### [5.0.2](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v5.0.1...v5.0.2) (2021-03-24) | ||
### Bug Fixes | ||
* export additional gaxios types ([#368](https://www.github.com/googleapis/nodejs-googleapis-common/issues/368)) ([14a99eb](https://www.github.com/googleapis/nodejs-googleapis-common/commit/14a99eb878d0d2a09773ec325769b54b2e818886)) | ||
### [5.0.1](https://www.github.com/googleapis/nodejs-googleapis-common/compare/v5.0.0...v5.0.1) (2021-02-11) | ||
@@ -9,0 +16,0 @@ |
{ | ||
"name": "googleapis-common", | ||
"version": "5.0.1", | ||
"version": "5.0.2", | ||
"description": "A common tooling library used by the googleapis npm module. You probably don't want to use this directly.", | ||
@@ -77,3 +77,3 @@ "repository": "googleapis/nodejs-googleapis-common", | ||
"linkinator": "^2.0.0", | ||
"mocha": "^8.0.0", | ||
"mocha": "^8.3.2", | ||
"mv": "^2.1.1", | ||
@@ -84,4 +84,4 @@ "ncp": "^2.0.0", | ||
"proxyquire": "^2.1.3", | ||
"puppeteer": "^7.0.0", | ||
"sinon": "^9.0.2", | ||
"puppeteer": "^8.0.0", | ||
"sinon": "^10.0.0", | ||
"tmp": "^0.2.0", | ||
@@ -88,0 +88,0 @@ "ts-loader": "^8.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
88176
1333