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 +8 -4
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/win-x64/relay.exe +0 -0
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
|
-
|
89
|
-
|
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
package/win-x64/relay.exe
CHANGED
Binary file
|