Skip to content

Commit

Permalink
build: update .OwlBot.lock with new version of post-processor (#425)
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
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Mar 30, 2021
1 parent ef16344 commit 2504034
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-oslogin/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 v1beta from './v1beta';
import * as v1 from './v1';

const OsLoginServiceClient = v1.OsLoginServiceClient;
type OsLoginServiceClient = v1.OsLoginServiceClient;

export {v1, v1beta, OsLoginServiceClient};
export default {v1, v1beta, OsLoginServiceClient};
export {v1beta, v1, OsLoginServiceClient};
export default {v1beta, v1, OsLoginServiceClient};
import * as protos from '../protos/protos';
export {protos};

0 comments on commit 2504034

Please sign in to comment.