@openneuro/server 4.29.3 → 4.29.5-alpha.0

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.29.3",
3
+ "version": "4.29.5-alpha.0",
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.29.3",
24
+ "@openneuro/search": "^4.29.5-alpha.0",
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": "0d85976853b055988c1e2f9b7c8239e983f306d7"
88
+ "gitHead": "f328970660a3e9f9121a71f17064539f6e844135"
89
89
  }
@@ -703,6 +703,7 @@ export const typeDefs = `
703
703
  location: String
704
704
  severity: Severity
705
705
  rule: String
706
+ issueMessage: String
706
707
  }
707
708
 
708
709
  input ValidatorCodeMessageInput {