From 7cec3ec205d1b2164d84c6ede3ae27bdb7c85fa6 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Fri, 29 Sep 2023 16:07:03 -0700 Subject: [PATCH] feat: Expose `gcp-metadata` --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index 0139d9fb..ea6c2764 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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 {