File tree Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Expand file tree Collapse file tree 3 files changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -73,11 +73,6 @@ const DEFAULT_TOKEN_URL = 'https://sts.{universeDomain}/v1/token';
73
73
// eslint-disable-next-line @typescript-eslint/no-var-requires
74
74
const pkg = require ( '../../../package.json' ) ;
75
75
76
- /**
77
- * For backwards compatibility.
78
- */
79
- export { DEFAULT_UNIVERSE } from './authclient' ;
80
-
81
76
/**
82
77
* Shared options used to build {@link ExternalAccountClient} and
83
78
* {@link ExternalAccountAuthorizedUserClient}.
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import {
23
23
EXPIRATION_TIME_OFFSET ,
24
24
BaseExternalAccountClient ,
25
25
BaseExternalAccountClientOptions ,
26
- DEFAULT_UNIVERSE ,
27
26
} from '../src/auth/baseexternalclient' ;
28
27
import {
29
28
OAuthErrorResponse ,
@@ -40,7 +39,7 @@ import {
40
39
mockStsTokenExchange ,
41
40
getExpectedExternalAccountMetricsHeaderValue ,
42
41
} from './externalclienthelper' ;
43
- import { AuthClientOptions } from '../src/auth/authclient' ;
42
+ import { AuthClientOptions , DEFAULT_UNIVERSE } from '../src/auth/authclient' ;
44
43
45
44
nock . disableNetConnect ( ) ;
46
45
Original file line number Diff line number Diff line change @@ -23,15 +23,13 @@ import {
23
23
ExternalAccountAuthorizedUserClient ,
24
24
ExternalAccountAuthorizedUserClientOptions ,
25
25
} from '../src/auth/externalAccountAuthorizedUserClient' ;
26
- import {
27
- DEFAULT_UNIVERSE ,
28
- EXPIRATION_TIME_OFFSET ,
29
- } from '../src/auth/baseexternalclient' ;
26
+ import { EXPIRATION_TIME_OFFSET } from '../src/auth/baseexternalclient' ;
30
27
import { GaxiosError , GaxiosResponse } from 'gaxios' ;
31
28
import {
32
29
getErrorFromOAuthErrorResponse ,
33
30
OAuthErrorResponse ,
34
31
} from '../src/auth/oauth2common' ;
32
+ import { DEFAULT_UNIVERSE } from '../src/auth/authclient' ;
35
33
36
34
nock . disableNetConnect ( ) ;
37
35
You can’t perform that action at this time.
0 commit comments