@openneuro/app 4.4.5 → 4.4.9
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/app",
|
|
3
|
-
"version": "4.4.
|
|
3
|
+
"version": "4.4.9",
|
|
4
4
|
"description": "React JS web frontend for the OpenNeuro platform.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "public/client.js",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"@elastic/apm-rum": "5.9.1",
|
|
20
20
|
"@emotion/react": "11.6.0",
|
|
21
21
|
"@emotion/styled": "11.6.0",
|
|
22
|
-
"@openneuro/client": "^4.4.
|
|
23
|
-
"@openneuro/components": "^4.4.
|
|
22
|
+
"@openneuro/client": "^4.4.9",
|
|
23
|
+
"@openneuro/components": "^4.4.9",
|
|
24
24
|
"babel-runtime": "^6.26.0",
|
|
25
25
|
"bids-validator": "1.8.8",
|
|
26
26
|
"bytes": "^3.0.0",
|
|
@@ -116,5 +116,5 @@
|
|
|
116
116
|
"publishConfig": {
|
|
117
117
|
"access": "public"
|
|
118
118
|
},
|
|
119
|
-
"gitHead": "
|
|
119
|
+
"gitHead": "af313c7d80f6aade5786075853d00023c52db60e"
|
|
120
120
|
}
|
|
@@ -145,7 +145,8 @@ const SnapshotContainer: React.FC<SnapshotContainerProps> = ({
|
|
|
145
145
|
renderBrainLifeButton={() => (
|
|
146
146
|
<BrainLifeButton
|
|
147
147
|
datasetId={datasetId}
|
|
148
|
-
onBrainlife={
|
|
148
|
+
onBrainlife={snapshot.onBrainlife}
|
|
149
|
+
snapshotVersion={snapshot.tag}
|
|
149
150
|
/>
|
|
150
151
|
)}
|
|
151
152
|
renderValidationBlock={() => (
|