relay-compiler 0.0.0-main-f1435c3e → 0.0.0-main-449bb89b

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -109,5 +109,9 @@ when you need to run the compiler.
109
109
  - `--schema` Relative path to schema file.
110
110
  - `--artifactDirectory` Compiler output directory.
111
111
  - `--repersist` Run the persister even if the query has not changed.
112
- - `--watch` Run compiler in `watch` mode
113
- (requires [`watchman`](https://facebook.github.io/watchman/) to be installed).
112
+ - `--watch` Run compiler in `watch` mode.
113
+ Requires
114
+ [`watchman`](https://facebook.github.io/watchman/) to be installed.
115
+ - `--output` Output format of the compiler. Supported options:
116
+ `debug` | `verbose` | `quiet` | `quietWithErrors`.
117
+ The default value is `verbose`.
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-f1435c3e",
4
+ "version": "0.0.0-main-449bb89b",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file