@openneuro/server 4.29.7 → 4.29.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/server",
3
- "version": "4.29.7",
3
+ "version": "4.29.9",
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.7",
24
+ "@openneuro/search": "^4.29.9",
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": "a11e8c6dfe702377946a26e9d86234593465cd04"
88
+ "gitHead": "992fc9e3044c67f6d85757ecf252845cfda6e809"
89
89
  }
@@ -704,6 +704,7 @@ export const typeDefs = `
704
704
  severity: Severity
705
705
  rule: String
706
706
  issueMessage: String
707
+ affects: String
707
708
  }
708
709
 
709
710
  input ValidatorCodeMessageInput {