relay-compiler 0.0.0-main-65decb2b → 0.0.0-main-c2513203

Sign up to get free protection for your applications and to get access to all the features.
package/index.js CHANGED
@@ -12,6 +12,9 @@
12
12
 
13
13
  const path = require('path');
14
14
 
15
+ // We copy this binary resolution in the VSCode extension
16
+ // If this changes, please update accordingly in here
17
+ // https://github.com/facebook/relay/blob/main/vscode-extension/src/utils.ts
15
18
  let binary;
16
19
  if (process.platform === 'darwin' && process.arch === 'x64') {
17
20
  binary = path.join(__dirname, 'macos-x64', 'relay');
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-65decb2b",
4
+ "version": "0.0.0-main-c2513203",
5
5
  "keywords": [
6
6
  "graphql",
7
7
  "relay"
package/win-x64/relay.exe CHANGED
Binary file