relay-compiler 13.0.3 → 13.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -106,6 +106,11 @@ file sources, and "listen" to the file changes in the "watch" mode. If
106
106
  [string]
107
107
  - `jsModuleFormat` Formatting style for generated files. `commonjs` or `haste`.
108
108
  Default is `commonjs`. [string]
109
+ - `typegenPhase` - `Final` or `Compat`. Use `Compat` for exposing old
110
+ `<module>QueryVariables` and `<module>QueryResponse` types in the generated
111
+ artifacts. But we do recommend migrating to the `Final` mode, where the naming
112
+ of the exposed types are unified with `<module>$data` and `<module>$variables`
113
+ suffixes.
109
114
 
110
115
  ### CLI configuration
111
116
 
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": "13.0.3",
4
+ "version": "13.2.0",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file