Skip to content

Commit d6924fc

Browse files
build: update gapic-generator-typescript to v1.2.10 (#89)
* changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. * build: update gapic-generator-typescript to v1.2.10. This update unblocks generating IAM v1 and several more libraries that were previously blocked by their package names. Committer: @alexander-fenster PiperOrigin-RevId: 361273630 Source-Author: Google APIs <[email protected]> Source-Date: Fri Mar 5 20:02:38 2021 -0800 Source-Repo: googleapis/googleapis Source-Sha: 5477122b3e8037a1dc5bc920536158edbd151dc4 Source-Link: googleapis/googleapis@5477122 * Accommodate ENCL enhancements The auto-generating the index.ts file reverses the enhancements necessary for ENCL. A more permanent fix is coming. Co-authored-by: Luke Davis <[email protected]>
1 parent 0a053a5 commit d6924fc

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

packages/google-cloud-aiplatform/src/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ export default {
6060
PredictionServiceClient,
6161
SpecialistPoolServiceClient,
6262
};
63-
6463
import * as protos from '../protos/protos';
6564
export {protos};
6665

packages/google-cloud-aiplatform/synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/nodejs-ai-platform.git",
7-
"sha": "d8c6bbb67ca1ea81268674e9666536688f0cd720"
7+
"sha": "ccc19537477a57ab36b13072ff6d569eba29d0a7"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "a389671476b5fe2b1c63bcc115515a76c273ceba",
15-
"internalRef": "360248513"
14+
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
15+
"internalRef": "361273630"
1616
}
1717
},
1818
{

packages/google-cloud-aiplatform/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2020 Google LLC
1+
// Copyright 2021 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)