Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: gcf-owl-bot[bot] <78513119+gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and sofisl committed Oct 13, 2022
1 parent cbeec83 commit aefce29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-language/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
// ** https://github.com/googleapis/synthtool **
// ** All changes to this file may be overwritten. **

import * as v1 from './v1';
import * as v1beta2 from './v1beta2';
import * as v1 from './v1';

const LanguageServiceClient = v1.LanguageServiceClient;
type LanguageServiceClient = v1.LanguageServiceClient;

export {v1, v1beta2, LanguageServiceClient};
export default {v1, v1beta2, LanguageServiceClient};
export {v1beta2, v1, LanguageServiceClient};
export default {v1beta2, v1, LanguageServiceClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit aefce29

Please sign in to comment.