@openneuro/server 4.33.0 → 4.33.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openneuro/server",
|
|
3
|
-
"version": "4.33.
|
|
3
|
+
"version": "4.33.2",
|
|
4
4
|
"description": "Core service for the OpenNeuro platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "src/server.js",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@elastic/elasticsearch": "8.13.1",
|
|
22
22
|
"@graphql-tools/schema": "^10.0.0",
|
|
23
23
|
"@keyv/redis": "^2.7.0",
|
|
24
|
-
"@openneuro/search": "^4.33.
|
|
24
|
+
"@openneuro/search": "^4.33.2",
|
|
25
25
|
"@sentry/node": "^8.25.0",
|
|
26
26
|
"@sentry/profiling-node": "^8.25.0",
|
|
27
27
|
"base64url": "^3.0.0",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"publishConfig": {
|
|
86
86
|
"access": "public"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "27d6104d60d1d571ac26c7f5997c730bb58869a9"
|
|
89
89
|
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Migration of accounts from previous providers (Google) to ORCID as primary authentication
|
|
3
|
-
*
|
|
4
|
-
* Runs on successful oauth linking these accounts
|
|
5
|
-
*
|
|
6
|
-
* Either Google -> ORCID (creates / updates ORCID account with the Google account and merges any data)
|
|
7
|
-
* or ORCID + Google (merges Google account data into existing account)
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
/** */
|
|
11
|
-
function migrationOrcidToGoogle() {
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
/** */
|
|
15
|
-
function migrationGoogleToOrcid() {
|
|
16
|
-
}
|