relay-compiler 0.0.0-main-9e60e09f → 0.0.0-main-0b5a8b97
Sign up to get free protection for your applications and to get access to all the features.
- package/linux-x64/relay +0 -0
- package/macos-arm64/relay +0 -0
- package/macos-x64/relay +0 -0
- package/package.json +6 -2
- package/win-x64/relay.exe +0 -0
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-
|
4
|
+
"version": "0.0.0-main-0b5a8b97",
|
5
5
|
"keywords": [
|
6
6
|
"graphql",
|
7
7
|
"relay"
|
@@ -9,7 +9,11 @@
|
|
9
9
|
"license": "MIT",
|
10
10
|
"homepage": "https://relay.dev",
|
11
11
|
"bugs": "https://github.com/facebook/relay/issues",
|
12
|
-
"repository":
|
12
|
+
"repository": {
|
13
|
+
"type": "git",
|
14
|
+
"url": "https://github.com/facebook/relay.git",
|
15
|
+
"directory": "packages/relay-compiler"
|
16
|
+
},
|
13
17
|
"main": "index.js",
|
14
18
|
"bin": "cli.js"
|
15
19
|
}
|
package/win-x64/relay.exe
CHANGED
Binary file
|