relay-compiler 0.0.0-main-dcf2098c → 0.0.0-main-4fd06d12
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 +1 -0
- 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
@@ -104,5 +104,6 @@ when you need to run the compiler.
|
|
104
104
|
- `--src` Relative path to the source code.
|
105
105
|
- `--schema` Relative path to schema file.
|
106
106
|
- `--artifactDirectory` Compiler output directory.
|
107
|
+
- `--repersist` Run the persister even if the query has not changed.
|
107
108
|
- `--watch` Run compiler in `watch` mode
|
108
109
|
(requires [`watchman`](https://facebook.github.io/watchman/) to be installed).
|
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
|