relay-compiler 0.0.0-main-9963547a → 0.0.0-main-57230b47

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -68,7 +68,7 @@ file sources, and "listen" to the file changes in the "watch" mode. If
68
68
  enabling this the babel plugin needs `artifactDirectory` to be set as well.
69
69
  [string]
70
70
  - `excludes` Directories to ignore under `src`. [array] [default:
71
- ["**/node_modules/**", "**/__mocks__/**", "**/__generated__/**"]]
71
+ ["\*\*/node_modules/\*\*", "\*\*/__mocks__/\*\*", "\*\*/__generated__/\*\*"]]
72
72
  - `schemaExtensions` List of directories with schema extensions. [array]
73
73
  - `schemaConfig`
74
74
  - `nodeInterfaceIdField` Configure the name of the globally unique ID field on
package/linux-arm64/relay CHANGED
Binary file
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-9963547a",
4
+ "version": "0.0.0-main-57230b47",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file