relay-compiler 0.0.0-main-66550c33 → 0.0.0-main-c7078a15

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-66550c33",
4
+ "version": "0.0.0-main-c7078a15",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
@@ -80,8 +80,8 @@
80
80
  }
81
81
  },
82
82
  "eagerEsModules": {
83
- "description": "This option enables emitting es modules artifacts.",
84
- "default": false,
83
+ "description": "This option enables opting out of emitting es modules artifacts. When set to false, Relay will emit CommonJS modules.",
84
+ "default": true,
85
85
  "type": "boolean"
86
86
  },
87
87
  "enumModuleSuffix": {
@@ -4915,8 +4915,8 @@
4915
4915
  }
4916
4916
  },
4917
4917
  "eagerEsModules": {
4918
- "description": "This option enables emitting es modules artifacts.",
4919
- "default": false,
4918
+ "description": "This option enables opting out of emitting es modules artifacts. When set to false, Relay will emit CommonJS modules.",
4919
+ "default": true,
4920
4920
  "type": "boolean"
4921
4921
  },
4922
4922
  "enumModuleSuffix": {
package/win-x64/relay.exe CHANGED
Binary file