relay-compiler 0.0.0-main-8f96330a → 0.0.0-main-ef8c95d3

Sign up to get free protection for your applications and to get access to all the features.
package/cli.js CHANGED
@@ -19,5 +19,7 @@ var input = process.argv.slice(2);
19
19
  if (bin !== null) {
20
20
  spawn(bin, input, {stdio: 'inherit'}).on('exit', process.exit);
21
21
  } else {
22
- throw new Error('Platform not supported.');
22
+ throw new Error(
23
+ `Platform "${process.platform} (${process.arch})" not supported.`,
24
+ );
23
25
  }
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-8f96330a",
4
+ "version": "0.0.0-main-ef8c95d3",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file