relay-compiler 0.0.0-main-03ed79cb → 0.0.0-main-6f9bb960

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/README.md CHANGED
@@ -115,3 +115,5 @@ when you need to run the compiler.
115
115
  - `--output` Output format of the compiler. Supported options:
116
116
  `debug` | `verbose` | `quiet` | `quietWithErrors`.
117
117
  The default value is `verbose`.
118
+ - `--validate` Looks for pending changes and exits with non-zero code
119
+ instead of writing to disk.
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-03ed79cb",
4
+ "version": "0.0.0-main-6f9bb960",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file