rescript-relay 2.0.1 → 2.0.3

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/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # master
2
2
 
3
+ # 2.0.3
4
+
5
+ ## Bug fix
6
+
7
+ - Correct ARM binary.
8
+
9
+ # 2.0.2
10
+
11
+ ## Improvements
12
+
13
+ - Local enums (schema extensions) are now always emitted as input enums (without requiring decoding), since they can assumed to be safe as they're local only.
14
+
15
+ ## Bug fix
16
+
17
+ - Emit `getConnectionNodes` also for plural fragments.
18
+
3
19
  # 2.0.1
4
20
 
5
21
  ## Bug fix
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rescript-relay",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "main": "src/RescriptRelay.res",
5
5
  "license": "MIT",
6
6
  "author": "Gabriel Nordeborn",
package/ppx-macos-arm64 CHANGED
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file