relay-compiler 0.0.0-main-f2a61018 → 0.0.0-main-861caae1

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/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-f2a61018",
4
+ "version": "0.0.0-main-861caae1",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -1386,6 +1386,14 @@
1386
1386
  "default": false,
1387
1387
  "type": "boolean"
1388
1388
  },
1389
+ "noSourceControl": {
1390
+ "description": "Opt out of source control checks/integration.",
1391
+ "default": null,
1392
+ "type": [
1393
+ "boolean",
1394
+ "null"
1395
+ ]
1396
+ },
1389
1397
  "optionalInputFields": {
1390
1398
  "title": "For Flow type generation",
1391
1399
  "description": "When set, generated input types will have the listed fields optional even if the schema defines them as required.",
@@ -2981,6 +2989,13 @@
2981
2989
  "null"
2982
2990
  ]
2983
2991
  },
2992
+ "noSourceControl": {
2993
+ "description": "Opt out of source control checks/integration.",
2994
+ "type": [
2995
+ "boolean",
2996
+ "null"
2997
+ ]
2998
+ },
2984
2999
  "projects": {
2985
3000
  "description": "Configuration of projects to compile.",
2986
3001
  "type": "object",
package/win-x64/relay.exe CHANGED
Binary file