Skip to content

Commit

Permalink
build: update gapic-generator-typescript to v1.2.10 (#89)
Browse files Browse the repository at this point in the history
* 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 <noreply@google.com>
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 <lukedavis@google.com>
  • Loading branch information
yoshi-automation and lucaswadedavis authored Mar 9, 2021
1 parent 0a053a5 commit d6924fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion packages/google-cloud-aiplatform/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ export default {
PredictionServiceClient,
SpecialistPoolServiceClient,
};

import * as protos from '../protos/protos';
export {protos};

Expand Down
6 changes: 3 additions & 3 deletions packages/google-cloud-aiplatform/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-ai-platform.git",
"sha": "d8c6bbb67ca1ea81268674e9666536688f0cd720"
"sha": "ccc19537477a57ab36b13072ff6d569eba29d0a7"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a389671476b5fe2b1c63bcc115515a76c273ceba",
"internalRef": "360248513"
"sha": "5477122b3e8037a1dc5bc920536158edbd151dc4",
"internalRef": "361273630"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-aiplatform/webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2020 Google LLC
// Copyright 2021 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit d6924fc

Please sign in to comment.