relay-compiler 0.0.0-main-af45f69b → 0.0.0-main-5e3c7b6d

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -22,6 +22,8 @@ if (process.platform === 'darwin' && process.arch === 'x64') {
22
22
  binary = path.join(__dirname, 'macos-arm64', 'relay');
23
23
  } else if (process.platform === 'linux' && process.arch === 'x64') {
24
24
  binary = path.join(__dirname, 'linux-x64', 'relay');
25
+ } else if (process.platform === 'linux' && process.arch === 'arm64') {
26
+ binary = path.join(__dirname, 'linux-arm64', 'relay');
25
27
  } else if (process.platform === 'win32' && process.arch === 'x64') {
26
28
  binary = path.join(__dirname, 'win-x64', 'relay.exe');
27
29
  } else {
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-af45f69b",
4
+ "version": "0.0.0-main-5e3c7b6d",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file