Merge branch 'main' into main
commit
05e09f6a4b
|
@ -211,6 +211,7 @@ export const handlers = [
|
|||
return HttpResponse.json(twitchValidateError, { status: 401 })
|
||||
}
|
||||
),
|
||||
|
||||
// MSEntra
|
||||
http.post(
|
||||
'https://login.microsoft.com/fake-tenant-id/oauth2/v2.0/token',
|
||||
|
|
|
@ -45,6 +45,20 @@
|
|||
"require": {
|
||||
"types": "./dist/providers/msentra/index.d.ts",
|
||||
"default": "./dist/providers/msentra/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/index.d.cts",
|
||||
"default": "./dist/index.cjs"
|
||||
}
|
||||
},
|
||||
"./*": {
|
||||
"import": {
|
||||
"types": "./dist/providers/*/index.d.ts",
|
||||
"default": "./dist/providers/*/index.js"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/providers/*/index.d.cts",
|
||||
"default": "./dist/providers/*/index.cjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue