relay-compiler 0.0.0-main-66550c33 → 0.0.0-main-bd321a23
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 +0 -0
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +1 -1
- package/relay-compiler-config-schema.json +4 -4
- package/win-x64/relay.exe +0 -0
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
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
}
|
|
81
81
|
},
|
|
82
82
|
"eagerEsModules": {
|
|
83
|
-
"description": "This option enables emitting es modules artifacts.",
|
|
84
|
-
"default":
|
|
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":
|
|
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
|