chore: migrate auth. (#4)
- upgrade az functions dependency - update api scopes for new tenant.
This commit is contained in:
Родитель
554c818a32
Коммит
483867c6e5
|
@ -6581,7 +6581,7 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
["@types/mongodb", "npm:3.5.28"],
|
||||
["@types/node", "npm:14.11.10"],
|
||||
["apollo-server-azure-functions", "virtual:53bdb8d2ffde6cc5e0241bae43dcd11944c7c70d723a940b8371af1d29666691771e56e6502f6abc0eb87794f641019e85c61f2481d77e0ca3abb78de45f8d47#npm:2.18.2"],
|
||||
["azure-functions-core-tools", "npm:2.7.2936"],
|
||||
["azure-functions-core-tools", "npm:3.0.3442"],
|
||||
["config", "npm:3.3.2"],
|
||||
["config-webpack", "virtual:53bdb8d2ffde6cc5e0241bae43dcd11944c7c70d723a940b8371af1d29666691771e56e6502f6abc0eb87794f641019e85c61f2481d77e0ca3abb78de45f8d47#npm:1.0.4"],
|
||||
["dataloader", "npm:2.0.0"],
|
||||
|
@ -12184,10 +12184,10 @@ function $$SETUP_STATE(hydrateRuntimeState, basePath) {
|
|||
}]
|
||||
]],
|
||||
["azure-functions-core-tools", [
|
||||
["npm:2.7.2936", {
|
||||
"packageLocation": "./.yarn/unplugged/azure-functions-core-tools-npm-2.7.2936-835b4de62d/node_modules/azure-functions-core-tools/",
|
||||
["npm:3.0.3442", {
|
||||
"packageLocation": "./.yarn/unplugged/azure-functions-core-tools-npm-3.0.3442-c68842bc0e/node_modules/azure-functions-core-tools/",
|
||||
"packageDependencies": [
|
||||
["azure-functions-core-tools", "npm:2.7.2936"],
|
||||
["azure-functions-core-tools", "npm:3.0.3442"],
|
||||
["chalk", "npm:3.0.0"],
|
||||
["command-exists", "npm:1.2.8"],
|
||||
["glob", "npm:7.1.6"],
|
||||
|
|
Двоичный файл не отображается.
|
@ -8,8 +8,8 @@
|
|||
"disabled": true,
|
||||
"authority": "",
|
||||
"client_id": "",
|
||||
"scopes": "https://graph.microsoft.com/.default,openid,profile,email",
|
||||
"apiScopes": "https://newsdive-api.azurewebsites.net/.default"
|
||||
"scopes": "openid,profile,email,offline_access",
|
||||
"apiScopes": "api://9f07691d-c167-4c70-a75d-39836fd95338/.default"
|
||||
},
|
||||
"feature": {
|
||||
"apolloDevTools": true,
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"@types/lodash": "^4.14.162",
|
||||
"@types/mongodb": "^3.5.28",
|
||||
"@types/node": "^14.11.10",
|
||||
"azure-functions-core-tools": "^2.7.2936",
|
||||
"azure-functions-core-tools": "^3.0.0",
|
||||
"config-webpack": "^1.0.4",
|
||||
"graphql-tag": "^2.11.0",
|
||||
"npm-run-all": "^4.1.5",
|
||||
|
|
10
yarn.lock
10
yarn.lock
|
@ -3553,7 +3553,7 @@ __metadata:
|
|||
"@types/mongodb": ^3.5.28
|
||||
"@types/node": ^14.11.10
|
||||
apollo-server-azure-functions: ^2.18.2
|
||||
azure-functions-core-tools: ^2.7.2936
|
||||
azure-functions-core-tools: ^3.0.0
|
||||
config: ^3.3.1
|
||||
config-webpack: ^1.0.4
|
||||
dataloader: ^2.0.0
|
||||
|
@ -7258,9 +7258,9 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"azure-functions-core-tools@npm:^2.7.2936":
|
||||
version: 2.7.2936
|
||||
resolution: "azure-functions-core-tools@npm:2.7.2936"
|
||||
"azure-functions-core-tools@npm:^3.0.0":
|
||||
version: 3.0.3442
|
||||
resolution: "azure-functions-core-tools@npm:3.0.3442"
|
||||
dependencies:
|
||||
chalk: 3.0.0
|
||||
command-exists: 1.2.8
|
||||
|
@ -7274,7 +7274,7 @@ __metadata:
|
|||
azfun: lib/main.js
|
||||
azurefunctions: lib/main.js
|
||||
func: lib/main.js
|
||||
checksum: 5f4b5cf1c99bc6092480c27f6661d20bf73ff63914aa48bafcaa65b8729a5cdae92dd42644b8e9762eb848a898fec3dfcba9cc18292c635b3c37d29865f881b0
|
||||
checksum: 1bf5d6e1b05dfc7dd5285fbad9681da82155012e95270a72df001d435a89094a0b0a8b112263f1bd24e1c6fb1cb9b7973d054dee3aac79c84c97f752de2487ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче