import openid from the ts source instead to build properly as esmodule
This commit is contained in:
@@ -1,16 +1,17 @@
|
||||
export {
|
||||
BaseTokenRequestHandler,
|
||||
BasicQueryStringUtils,
|
||||
FetchRequestor,
|
||||
LocalStorageBackend,
|
||||
RedirectRequestHandler,
|
||||
RevokeTokenRequest,
|
||||
AuthorizationNotifier,
|
||||
AuthorizationRequest,
|
||||
AuthorizationServiceConfiguration,
|
||||
GRANT_TYPE_AUTHORIZATION_CODE,
|
||||
GRANT_TYPE_REFRESH_TOKEN,
|
||||
BaseTokenRequestHandler,
|
||||
FetchRequestor,
|
||||
BasicQueryStringUtils,
|
||||
LocalStorageBackend,
|
||||
RedirectRequestHandler,
|
||||
TokenRequest,
|
||||
TokenResponse,
|
||||
} from '@openid/appauth';
|
||||
export type { LocationLike, StringMap } from '@openid/appauth';
|
||||
RevokeTokenRequest,
|
||||
GRANT_TYPE_AUTHORIZATION_CODE,
|
||||
GRANT_TYPE_REFRESH_TOKEN,
|
||||
} from '@openid/appauth/src/index.js';
|
||||
|
||||
export type { LocationLike, StringMap } from '@openid/appauth/src/types.js';
|
||||
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
}),
|
||||
commonjs({
|
||||
include: ['node_modules/**', 'src/external/**'],
|
||||
include: [/node_modules/],
|
||||
}),
|
||||
],
|
||||
testRunnerHtml: (testFramework, devMode) =>
|
||||
|
||||
Reference in New Issue
Block a user