relay-compiler 0.0.0-main-d80203a8 → 0.0.0-main-ba2080a3
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/index.js +3 -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/win-x64/relay.exe +0 -0
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
package/win-x64/relay.exe
CHANGED
|
Binary file
|