relay-compiler 0.0.0-main-23b4cacf → 0.0.0-main-c20ed27e

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -34,22 +34,20 @@ Relay Compiler will automatically discover the config if:
34
34
  project (i.e. in the same folder as the `package.json` file).
35
35
  - The `package.json` file contains a `"relay"` key.
36
36
 
37
- Additionally, this config file can be specified with the CLI argument `--config`
38
- as follows:
37
+ Alternatively, the path to a configuration file can be specified as an argument:
39
38
 
40
39
  ```shell
41
- npm run relay --config ./relay.json
40
+ npm run relay ./relay.json
42
41
  ```
43
42
 
44
43
  or with yarn
45
44
 
46
45
  ```shell
47
- yarn relay --config ./relay.json
46
+ yarn relay ./relay.json
48
47
  ```
49
48
 
50
- Please note, that if you pass configuration options via --cli arguments, you'll
51
- need to provide a separate configuration for the
52
- [babel plugin](https://www.npmjs.com/package/babel-plugin-relay).
49
+ Please note, in this case you'll need to provide a separate configuration for
50
+ the [babel plugin](https://www.npmjs.com/package/babel-plugin-relay).
53
51
 
54
52
  ## File Finder
55
53
 
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-23b4cacf",
4
+ "version": "0.0.0-main-c20ed27e",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file