Skip to content

Commit e49ec58

Browse files
committed
add missing export for util
1 parent 02d4848 commit e49ec58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/auth/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export {
1919
getTelemetryMetadataForConn,
2020
isIamConnection,
2121
isSsoConnection,
22+
areCredentialsEqual,
2223
} from './connection'
2324
export { Auth } from './auth'
2425
export { CredentialsStore } from './credentials/store'

0 commit comments

Comments
 (0)