relay-compiler 0.0.0-main-470a5fbc → 0.0.0-main-910719e7

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -107,6 +107,10 @@ file sources, and "listen" to the file changes in the "watch" mode. If
107
107
  [string]
108
108
  - `jsModuleFormat` Formatting style for generated files. `commonjs` or `haste`.
109
109
  Default is `commonjs`. [string]
110
+ - `diagnosticReportConfig` Options for configuring the output of compiler
111
+ diagnostics. [object]
112
+ - `criticalLevel` The severity level of diagnostics that will cause the
113
+ compiler to error out on. ["error" | "warning" | "info"]
110
114
 
111
115
  ### CLI Arguments
112
116
 
package/linux-arm64/relay CHANGED
Binary file
package/linux-x64/relay CHANGED
Binary file
package/macos-arm64/relay CHANGED
Binary file
package/macos-x64/relay CHANGED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "relay-compiler",
3
3
  "description": "A compiler tool for building GraphQL-driven applications.",
4
- "version": "0.0.0-main-470a5fbc",
4
+ "version": "0.0.0-main-910719e7",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file