ruru 2.0.0-beta.16 → 2.0.0-beta.18
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 +23 -0
- package/bundle/ruru.min.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/server.d.ts +17 -0
- package/dist/server.d.ts.map +1 -1
- package/dist/server.js.map +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# ruru
|
|
2
2
|
|
|
3
|
+
## 2.0.0-beta.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349)]:
|
|
9
|
+
- graphile-config@0.0.1-beta.13
|
|
10
|
+
|
|
11
|
+
## 2.0.0-beta.17
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [#2266](https://github.com/graphile/crystal/pull/2266)
|
|
16
|
+
[`38163c86a`](https://github.com/graphile/crystal/commit/38163c86ae628fed84cf38fc6a1cc76a7bc7932a)
|
|
17
|
+
Thanks [@hos](https://github.com/hos)! - Fix white-screen-of-death caused by
|
|
18
|
+
EventSource disconnection. Instead, handle errors gracefully. Also, allow
|
|
19
|
+
overriding of the EventSource configuration options.
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
[[`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
|
|
22
|
+
[`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
|
|
23
|
+
[`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]:
|
|
24
|
+
- graphile-config@0.0.1-beta.12
|
|
25
|
+
|
|
3
26
|
## 2.0.0-beta.16
|
|
4
27
|
|
|
5
28
|
### Patch Changes
|