relay-compiler 0.0.0-main-9ebec17f → 0.0.0-main-d4ab8a1c

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
@@ -82,11 +82,15 @@ use [glob](https://docs.rs/glob/latest/glob/) to query the filesystem for files.
82
82
  - `eagerEsModules` This option enables emitting ES modules artifacts.
83
83
  [boolean][default: false]
84
84
  - `persistConfig`
85
- - `url` String, URL to send a POST request to to persist.
85
+ - `url` String, URL to send a POST request to to persist. This
86
+ field is required in `persistConfig`
86
87
  [string]
87
- - `params` The document will be in a `POST`
88
- parameter `text`. This map can contain additional
89
- parameters to send. [object]
88
+ - `params` The document will be in a `POST` parameter `text`.
89
+ This map can contain additional parameters to send.
90
+ [object]
91
+ - `concurrency` The maximum number concurrent requests that will
92
+ be made to `url`. Use a value greater than 0.
93
+ [number]
90
94
  - `codegenCommand` Command name that for relay compiler. [string]
91
95
 
92
96
  - `isDevVariableName` Name of the global variable for dev mode (`__DEV__`).
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-9ebec17f",
4
+ "version": "0.0.0-main-d4ab8a1c",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file