@googleapis/docs
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -15,6 +15,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.AuthPlus = exports.docs_v1 = exports.auth = exports.docs = exports.VERSIONS = void 0; | ||
/*! THIS FILE IS AUTO-GENERATED */ | ||
const googleapis_common_1 = require("googleapis-common"); | ||
const v1_1 = require("./v1"); | ||
exports.docs_v1 = v1_1.docs_v1; | ||
Object.defineProperty(exports, "docs_v1", { enumerable: true, get: function () { return v1_1.docs_v1; } }); | ||
exports.VERSIONS = { | ||
@@ -24,3 +25,3 @@ v1: v1_1.docs_v1.Docs, | ||
function docs(versionOrOptions) { | ||
return googleapis_common_1.getAPI('docs', versionOrOptions, exports.VERSIONS, this); | ||
return (0, googleapis_common_1.getAPI)('docs', versionOrOptions, exports.VERSIONS, this); | ||
} | ||
@@ -31,3 +32,3 @@ exports.docs = docs; | ||
var googleapis_common_2 = require("googleapis-common"); | ||
exports.AuthPlus = googleapis_common_2.AuthPlus; | ||
Object.defineProperty(exports, "AuthPlus", { enumerable: true, get: function () { return googleapis_common_2.AuthPlus; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -15,2 +15,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.docs_v1 = void 0; | ||
/* eslint-disable @typescript-eslint/no-explicit-any */ | ||
@@ -74,6 +75,6 @@ /* eslint-disable @typescript-eslint/no-unused-vars */ | ||
if (callback) { | ||
googleapis_common_1.createAPIRequest(parameters, callback); | ||
(0, googleapis_common_1.createAPIRequest)(parameters, callback); | ||
} | ||
else { | ||
return googleapis_common_1.createAPIRequest(parameters); | ||
return (0, googleapis_common_1.createAPIRequest)(parameters); | ||
} | ||
@@ -105,6 +106,6 @@ } | ||
if (callback) { | ||
googleapis_common_1.createAPIRequest(parameters, callback); | ||
(0, googleapis_common_1.createAPIRequest)(parameters, callback); | ||
} | ||
else { | ||
return googleapis_common_1.createAPIRequest(parameters); | ||
return (0, googleapis_common_1.createAPIRequest)(parameters); | ||
} | ||
@@ -136,6 +137,6 @@ } | ||
if (callback) { | ||
googleapis_common_1.createAPIRequest(parameters, callback); | ||
(0, googleapis_common_1.createAPIRequest)(parameters, callback); | ||
} | ||
else { | ||
return googleapis_common_1.createAPIRequest(parameters); | ||
return (0, googleapis_common_1.createAPIRequest)(parameters); | ||
} | ||
@@ -142,0 +143,0 @@ } |
# Changelog | ||
## [2.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/docs-v1.0.2...docs-v2.0.0) (2022-10-28) | ||
### ⚠ BREAKING CHANGES | ||
* **build:** This release has breaking changes. | ||
### Features | ||
* **build:** run the generator (submodules now require Node 12) ([#3073](https://github.com/googleapis/google-api-nodejs-client/issues/3073)) ([eda0707](https://github.com/googleapis/google-api-nodejs-client/commit/eda07079dadab46a80b6f9ede618f4f43030169e)) | ||
## [1.0.2](https://github.com/googleapis/google-api-nodejs-client/compare/docs-v1.0.1...docs-v1.0.2) (2022-09-21) | ||
### Bug Fixes | ||
* **docs:** update the API ([2bbaa61](https://github.com/googleapis/google-api-nodejs-client/commit/2bbaa610fa3fe830ede0a731ecef7e62f4b2f14b)) | ||
## [1.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/docs-v1.0.0...docs-v1.0.1) (2022-06-21) | ||
@@ -4,0 +22,0 @@ |
{ | ||
"name": "@googleapis/docs", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "docs", | ||
@@ -21,3 +21,3 @@ "main": "build/index.js", | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
@@ -32,3 +32,3 @@ "scripts": { | ||
"dependencies": { | ||
"googleapis-common": "^5.0.1" | ||
"googleapis-common": "^6.0.3" | ||
}, | ||
@@ -38,6 +38,6 @@ "devDependencies": { | ||
"@microsoft/api-extractor": "^7.8.10", | ||
"gts": "^2.0.0", | ||
"gts": "^3.1.1", | ||
"null-loader": "^4.0.0", | ||
"ts-loader": "^9.0.0", | ||
"typescript": "~3.7.0", | ||
"typescript": "~4.8.4", | ||
"webpack": "^5.0.0", | ||
@@ -44,0 +44,0 @@ "webpack-cli": "^4.0.0" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
340735
+ Addedgaxios@5.1.3(transitive)
+ Addedgcp-metadata@5.3.0(transitive)
+ Addedgoogle-auth-library@8.9.0(transitive)
+ Addedgoogle-p12-pem@4.0.1(transitive)
+ Addedgoogleapis-common@6.0.4(transitive)
+ Addedgtoken@6.1.2(transitive)
+ Addeduuid@9.0.1(transitive)
- Removedabort-controller@3.0.0(transitive)
- Removedevent-target-shim@5.0.1(transitive)
- Removedgaxios@4.3.3(transitive)
- Removedgcp-metadata@4.3.1(transitive)
- Removedgoogle-auth-library@7.14.1(transitive)
- Removedgoogle-p12-pem@3.1.4(transitive)
- Removedgoogleapis-common@5.1.0(transitive)
- Removedgtoken@5.3.2(transitive)
- Removeduuid@8.3.2(transitive)
Updatedgoogleapis-common@^6.0.3