Skip to content

Commit

Permalink
feat: Expose gcp-metadata (#1655)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbankhead committed Oct 2, 2023
1 parent 7030314 commit d76140f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Expand Up @@ -13,6 +13,8 @@
// limitations under the License.
import {GoogleAuth} from './auth/googleauth';

export * as gcpMetadata from 'gcp-metadata';

export {AuthClient} from './auth/authclient';
export {Compute, ComputeOptions} from './auth/computeclient';
export {
Expand Down

0 comments on commit d76140f

Please sign in to comment.