relay-compiler 13.0.0 → 13.0.1

Sign up to get free protection for your applications and to get access to all the features.
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
@@ -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.0",
4
+ "version": "13.0.1",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file