grafserv 0.0.1-alpha.9 → 0.0.1-beta.2

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.
Files changed (41) hide show
  1. package/CHANGELOG.md +223 -103
  2. package/README.md +2 -250
  3. package/dist/accept.js +24 -7
  4. package/dist/accept.js.map +1 -1
  5. package/dist/core/base.d.ts +2 -2
  6. package/dist/core/base.d.ts.map +1 -1
  7. package/dist/core/base.js +8 -8
  8. package/dist/core/base.js.map +1 -1
  9. package/dist/index.d.ts +3 -2
  10. package/dist/index.d.ts.map +1 -1
  11. package/dist/index.js +12 -1
  12. package/dist/index.js.map +1 -1
  13. package/dist/interfaces.d.ts +9 -1
  14. package/dist/interfaces.d.ts.map +1 -1
  15. package/dist/middleware/graphiql.d.ts.map +1 -1
  16. package/dist/middleware/graphiql.js +0 -1
  17. package/dist/middleware/graphiql.js.map +1 -1
  18. package/dist/middleware/graphql.d.ts +2 -2
  19. package/dist/middleware/graphql.d.ts.map +1 -1
  20. package/dist/middleware/graphql.js +6 -6
  21. package/dist/middleware/graphql.js.map +1 -1
  22. package/dist/options.d.ts +2 -2
  23. package/dist/options.d.ts.map +1 -1
  24. package/dist/options.js +7 -5
  25. package/dist/options.js.map +1 -1
  26. package/dist/servers/fastify/v4/index.d.ts.map +1 -1
  27. package/dist/servers/fastify/v4/index.js +32 -29
  28. package/dist/servers/fastify/v4/index.js.map +1 -1
  29. package/dist/servers/koa/v2/index.js +2 -2
  30. package/dist/servers/koa/v2/index.js.map +1 -1
  31. package/dist/utils.d.ts +1 -1
  32. package/dist/utils.d.ts.map +1 -1
  33. package/dist/utils.js +1 -1
  34. package/dist/utils.js.map +1 -1
  35. package/fwd/ruru/cli/index.d.ts +1 -0
  36. package/fwd/ruru/cli/index.js +1 -0
  37. package/fwd/ruru/index.d.ts +1 -0
  38. package/fwd/ruru/index.js +1 -0
  39. package/fwd/ruru/server/index.d.ts +1 -0
  40. package/fwd/ruru/server/index.js +1 -0
  41. package/package.json +24 -7
package/CHANGELOG.md CHANGED
@@ -1,16 +1,136 @@
1
1
  # grafserv
2
2
 
3
+ ## 0.0.1-beta.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ [[`23bd3c291`](https://github.com/benjie/crystal/commit/23bd3c291246aebf27cf2784f40fc948485f43c9)]:
9
+ - grafast@0.0.1-beta.2
10
+
11
+ ## 0.0.1-beta.1
12
+
13
+ ### Patch Changes
14
+
15
+ - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
16
+ Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
17
+
18
+ - Updated dependencies
19
+ [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
20
+ - grafast@0.0.1-beta.1
21
+ - ruru@2.0.0-beta.1
22
+ - graphile-config@0.0.1-beta.1
23
+ - @graphile/lru@5.0.0-beta.1
24
+
25
+ ## 0.0.1-alpha.16
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f)]:
31
+ - grafast@0.0.1-alpha.16
32
+
33
+ ## 0.0.1-alpha.15
34
+
35
+ ### Patch Changes
36
+
37
+ - [#422](https://github.com/benjie/crystal/pull/422)
38
+ [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)
39
+ Thanks [@benjie](https://github.com/benjie)! - Comments enabled in released
40
+ packages
41
+
42
+ - Updated dependencies
43
+ [[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
44
+ [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
45
+ [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
46
+ [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)]:
47
+ - grafast@0.0.1-alpha.15
48
+ - graphile-config@0.0.1-alpha.7
49
+ - ruru@2.0.0-alpha.11
50
+
51
+ ## 0.0.1-alpha.14
52
+
53
+ ### Patch Changes
54
+
55
+ - Updated dependencies
56
+ [[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
57
+ - grafast@0.0.1-alpha.14
58
+
59
+ ## 0.0.1-alpha.13
60
+
61
+ ### Patch Changes
62
+
63
+ - [#418](https://github.com/benjie/crystal/pull/418)
64
+ [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
65
+ Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
66
+ dependencies to try and eliminate duplicate modules error.
67
+ - Updated dependencies
68
+ [[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
69
+ [`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
70
+ [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
71
+ [`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
72
+ [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
73
+ [`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
74
+ [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
75
+ [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b)]:
76
+ - grafast@0.0.1-alpha.13
77
+ - ruru@2.0.0-alpha.10
78
+
79
+ ## 0.0.1-alpha.12
80
+
81
+ ### Patch Changes
82
+
83
+ - Updated dependencies
84
+ [[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
85
+ [`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
86
+ [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
87
+ [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
88
+ - grafast@0.0.1-alpha.12
89
+ - graphile-config@0.0.1-alpha.6
90
+ - ruru@2.0.0-alpha.9
91
+
92
+ ## 0.0.1-alpha.11
93
+
94
+ ### Patch Changes
95
+
96
+ - Updated dependencies
97
+ [[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
98
+ - graphile-config@0.0.1-alpha.5
99
+ - grafast@0.0.1-alpha.11
100
+ - ruru@2.0.0-alpha.8
101
+
102
+ ## 0.0.1-alpha.10
103
+
104
+ ### Patch Changes
105
+
106
+ - [#399](https://github.com/benjie/crystal/pull/399)
107
+ [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
108
+ Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
109
+ to be instead (or also) peerDependencies, to avoid duplicate modules.
110
+ - Updated dependencies
111
+ [[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
112
+ [`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
113
+ [`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
114
+ [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
115
+ [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
116
+ [`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
117
+ [`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
118
+ [`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
119
+ [`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a)]:
120
+ - grafast@0.0.1-alpha.10
121
+ - ruru@2.0.0-alpha.7
122
+
3
123
  ## 0.0.1-alpha.9
4
124
 
5
125
  ### Patch Changes
6
126
 
7
127
  - Updated dependencies
8
- [[`56237691b`](https://github.com/benjie/postgraphile-private/commit/56237691bf3eed321b7159e17f36e3651356946f),
9
- [`ed1982f31`](https://github.com/benjie/postgraphile-private/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
10
- [`1fe47a2b0`](https://github.com/benjie/postgraphile-private/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
11
- [`198ac74d5`](https://github.com/benjie/postgraphile-private/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
12
- [`6878c589c`](https://github.com/benjie/postgraphile-private/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
13
- [`2ac706f18`](https://github.com/benjie/postgraphile-private/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
128
+ [[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
129
+ [`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
130
+ [`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
131
+ [`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
132
+ [`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
133
+ [`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
14
134
  - grafast@0.0.1-alpha.9
15
135
  - graphile-config@0.0.1-alpha.4
16
136
  - ruru@2.0.0-alpha.6
@@ -20,23 +140,23 @@
20
140
  ### Patch Changes
21
141
 
22
142
  - Updated dependencies
23
- [[`dd3ef599c`](https://github.com/benjie/postgraphile-private/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
143
+ [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
24
144
  - grafast@0.0.1-alpha.8
25
145
 
26
146
  ## 0.0.1-alpha.7
27
147
 
28
148
  ### Patch Changes
29
149
 
30
- - [#346](https://github.com/benjie/postgraphile-private/pull/346)
31
- [`9ddaaaa96`](https://github.com/benjie/postgraphile-private/commit/9ddaaaa9617874cb44946acfcd252517ae427446)
150
+ - [#346](https://github.com/benjie/crystal/pull/346)
151
+ [`9ddaaaa96`](https://github.com/benjie/crystal/commit/9ddaaaa9617874cb44946acfcd252517ae427446)
32
152
  Thanks [@benjie](https://github.com/benjie)! - Fix a bug in subscriptions
33
153
  where variables were not recognized
34
154
 
35
155
  - Updated dependencies
36
- [[`5c9d32264`](https://github.com/benjie/postgraphile-private/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
37
- [`2fcbe688c`](https://github.com/benjie/postgraphile-private/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
38
- [`3a984718a`](https://github.com/benjie/postgraphile-private/commit/3a984718a322685304777dec7cd48a1efa15539d),
39
- [`adc7ae5e0`](https://github.com/benjie/postgraphile-private/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
156
+ [[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
157
+ [`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
158
+ [`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d),
159
+ [`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
40
160
  - grafast@0.0.1-alpha.7
41
161
  - graphile-config@0.0.1-alpha.3
42
162
  - ruru@2.0.0-alpha.5
@@ -46,7 +166,7 @@
46
166
  ### Patch Changes
47
167
 
48
168
  - Updated dependencies
49
- [[`f75926f4b`](https://github.com/benjie/postgraphile-private/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
169
+ [[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
50
170
  - grafast@0.0.1-alpha.6
51
171
 
52
172
  ## 0.0.1-alpha.5
@@ -54,8 +174,8 @@
54
174
  ### Patch Changes
55
175
 
56
176
  - Updated dependencies
57
- [[`86e503d78`](https://github.com/benjie/postgraphile-private/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
58
- [`24822d0dc`](https://github.com/benjie/postgraphile-private/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
177
+ [[`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
178
+ [`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
59
179
  - grafast@0.0.1-alpha.5
60
180
 
61
181
  ## 0.0.1-alpha.4
@@ -63,8 +183,8 @@
63
183
  ### Patch Changes
64
184
 
65
185
  - Updated dependencies
66
- [[`45dcf3a8f`](https://github.com/benjie/postgraphile-private/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
67
- [`f34bd5a3c`](https://github.com/benjie/postgraphile-private/commit/f34bd5a3c353693b86a0307357a3620110700e1c)]:
186
+ [[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950),
187
+ [`f34bd5a3c`](https://github.com/benjie/crystal/commit/f34bd5a3c353693b86a0307357a3620110700e1c)]:
68
188
  - grafast@0.0.1-alpha.4
69
189
  - ruru@2.0.0-alpha.4
70
190
 
@@ -72,18 +192,18 @@
72
192
 
73
193
  ### Patch Changes
74
194
 
75
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
195
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
76
196
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
77
197
  TypeScript/tslib
78
198
 
79
199
  - Updated dependencies
80
- [[`98ae00f59`](https://github.com/benjie/postgraphile-private/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
81
- [`2389f47ec`](https://github.com/benjie/postgraphile-private/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
82
- [`2fe247f75`](https://github.com/benjie/postgraphile-private/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
83
- [`e91ee201d`](https://github.com/benjie/postgraphile-private/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
84
- [`865bec590`](https://github.com/benjie/postgraphile-private/commit/865bec5901f666e147f5d4088152d1f0d2584827),
85
- [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
86
- [`d39a5d409`](https://github.com/benjie/postgraphile-private/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
200
+ [[`98ae00f59`](https://github.com/benjie/crystal/commit/98ae00f59a8ab3edc5718ad8437a0dab734a7d69),
201
+ [`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
202
+ [`2fe247f75`](https://github.com/benjie/crystal/commit/2fe247f751377e18b3d6809cba39a01aa1602dbc),
203
+ [`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
204
+ [`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
205
+ [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
206
+ [`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
87
207
  - @graphile/lru@5.0.0-alpha.2
88
208
  - grafast@0.0.1-alpha.3
89
209
  - ruru@2.0.0-alpha.3
@@ -93,8 +213,8 @@
93
213
 
94
214
  ### Patch Changes
95
215
 
96
- - [#305](https://github.com/benjie/postgraphile-private/pull/305)
97
- [`3cf35fdb4`](https://github.com/benjie/postgraphile-private/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8)
216
+ - [#305](https://github.com/benjie/crystal/pull/305)
217
+ [`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8)
98
218
  Thanks [@benjie](https://github.com/benjie)! - 🚨 Ruru is now a CommonJS
99
219
  module, no longer an ESM module.
100
220
 
@@ -139,8 +259,8 @@
139
259
  };
140
260
  ```
141
261
 
142
- - [#307](https://github.com/benjie/postgraphile-private/pull/307)
143
- [`7c45eaf4e`](https://github.com/benjie/postgraphile-private/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4)
262
+ - [#307](https://github.com/benjie/crystal/pull/307)
263
+ [`7c45eaf4e`](https://github.com/benjie/crystal/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4)
144
264
  Thanks [@benjie](https://github.com/benjie)! - 🚨
145
265
  'application/x-www-form-urlencoded' is now opt-in (unless you're using the V4
146
266
  preset).
@@ -206,8 +326,8 @@
206
326
  so disabling it does not make your server non-compliant.
207
327
 
208
328
  - Updated dependencies
209
- [[`3cf35fdb4`](https://github.com/benjie/postgraphile-private/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
210
- [`3df3f1726`](https://github.com/benjie/postgraphile-private/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
329
+ [[`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
330
+ [`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
211
331
  - ruru@2.0.0-alpha.2
212
332
  - grafast@0.0.1-alpha.2
213
333
 
@@ -215,12 +335,12 @@
215
335
 
216
336
  ### Patch Changes
217
337
 
218
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
338
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
219
339
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
220
340
  https://postgraphile.org/news/2023-04-26-version-5-alpha
221
341
 
222
342
  - Updated dependencies
223
- [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
343
+ [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
224
344
  - grafast@0.0.1-alpha.1
225
345
  - ruru@2.0.0-alpha.1
226
346
  - graphile-config@0.0.1-alpha.1
@@ -230,24 +350,24 @@
230
350
 
231
351
  ### Patch Changes
232
352
 
233
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
234
- [`90ed0cb7a`](https://github.com/benjie/postgraphile-private/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
353
+ - [#297](https://github.com/benjie/crystal/pull/297)
354
+ [`90ed0cb7a`](https://github.com/benjie/crystal/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb)
235
355
  Thanks [@benjie](https://github.com/benjie)! - Overhaul websocket handling in
236
356
  Grafserv providing cleaner integration with Grafast.
237
357
 
238
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
239
- [`56be761c2`](https://github.com/benjie/postgraphile-private/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
358
+ - [#297](https://github.com/benjie/crystal/pull/297)
359
+ [`56be761c2`](https://github.com/benjie/crystal/commit/56be761c29343e28ba4980c62c955b5adaef25c0)
240
360
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now has a plugin
241
361
  system (via graphile-config), first plugin hook enables manipulating the
242
362
  incoming request body which is useful for persisted operations.
243
363
 
244
- - [#297](https://github.com/benjie/postgraphile-private/pull/297)
245
- [`1a012bdd7`](https://github.com/benjie/postgraphile-private/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25)
364
+ - [#297](https://github.com/benjie/crystal/pull/297)
365
+ [`1a012bdd7`](https://github.com/benjie/crystal/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25)
246
366
  Thanks [@benjie](https://github.com/benjie)! - Tweaked error handling
247
367
  codepaths, extensions can be passed through now and status codes improved.
248
368
  - Updated dependencies
249
- [[`8d270ead3`](https://github.com/benjie/postgraphile-private/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
250
- [`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
369
+ [[`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
370
+ [`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
251
371
  - grafast@0.0.1-1.3
252
372
  - graphile-config@0.0.1-1.2
253
373
  - ruru@2.0.0-1.2
@@ -257,28 +377,28 @@
257
377
  ### Patch Changes
258
378
 
259
379
  - Updated dependencies
260
- [[`7dcb0e008`](https://github.com/benjie/postgraphile-private/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
380
+ [[`7dcb0e008`](https://github.com/benjie/crystal/commit/7dcb0e008bc3a60c9ef325a856d16e0baab0b9f0)]:
261
381
  - grafast@0.0.1-1.2
262
382
 
263
383
  ## 0.0.1-1.1
264
384
 
265
385
  ### Patch Changes
266
386
 
267
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
268
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
387
+ - [#260](https://github.com/benjie/crystal/pull/260)
388
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
269
389
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
270
390
 
271
- - [#282](https://github.com/benjie/postgraphile-private/pull/282)
272
- [`f6e644bd3`](https://github.com/benjie/postgraphile-private/commit/f6e644bd35be1ee2b63c8636785a241d863b8b5d)
391
+ - [#282](https://github.com/benjie/crystal/pull/282)
392
+ [`f6e644bd3`](https://github.com/benjie/crystal/commit/f6e644bd35be1ee2b63c8636785a241d863b8b5d)
273
393
  Thanks [@benjie](https://github.com/benjie)! - Allow accessing websocket
274
394
  connection params via `(ctx as Grafast.RequestContext).ws?.connectionParams`.
275
395
  - Updated dependencies
276
- [[`ae304b33c`](https://github.com/benjie/postgraphile-private/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
277
- [`159735204`](https://github.com/benjie/postgraphile-private/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
278
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
279
- [`22ec50e36`](https://github.com/benjie/postgraphile-private/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
280
- [`0f4709356`](https://github.com/benjie/postgraphile-private/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
281
- [`395b4a2dd`](https://github.com/benjie/postgraphile-private/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)]:
396
+ [[`ae304b33c`](https://github.com/benjie/crystal/commit/ae304b33c7c5a04d36b552177ae24a7b7b522645),
397
+ [`159735204`](https://github.com/benjie/crystal/commit/15973520462d4a95e3cdf04fdacfc71ca851122f),
398
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c),
399
+ [`22ec50e36`](https://github.com/benjie/crystal/commit/22ec50e360d90de41c586c5c220438f780c10ee8),
400
+ [`0f4709356`](https://github.com/benjie/crystal/commit/0f47093560cf4f8b1f215853bc91d7f6531278cc),
401
+ [`395b4a2dd`](https://github.com/benjie/crystal/commit/395b4a2dd24044bad25f5e411a7a7cfa43883eef)]:
282
402
  - grafast@0.0.1-1.1
283
403
  - ruru@2.0.0-1.1
284
404
  - graphile-config@0.0.1-1.1
@@ -289,9 +409,9 @@
289
409
  ### Patch Changes
290
410
 
291
411
  - Updated dependencies
292
- [[`89d16c972`](https://github.com/benjie/postgraphile-private/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
293
- [`8f323bdc8`](https://github.com/benjie/postgraphile-private/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
294
- [`9e7183c02`](https://github.com/benjie/postgraphile-private/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83),
412
+ [[`89d16c972`](https://github.com/benjie/crystal/commit/89d16c972f12659de091b0b866768cacfccc8f6b),
413
+ [`8f323bdc8`](https://github.com/benjie/crystal/commit/8f323bdc88e39924de50775891bd40f1acb9b7cf),
414
+ [`9e7183c02`](https://github.com/benjie/crystal/commit/9e7183c02cb82d5f5c684c4f73962035e0267c83),
295
415
  [`612092359`](undefined)]:
296
416
  - grafast@0.0.1-0.23
297
417
  - ruru@2.0.0-0.13
@@ -301,7 +421,7 @@
301
421
  ### Patch Changes
302
422
 
303
423
  - Updated dependencies
304
- [[`11e7c12c5`](https://github.com/benjie/postgraphile-private/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
424
+ [[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
305
425
  - graphile-config@0.0.1-0.6
306
426
  - grafast@0.0.1-0.22
307
427
  - ruru@2.0.0-0.12
@@ -310,14 +430,14 @@
310
430
 
311
431
  ### Patch Changes
312
432
 
313
- - [#229](https://github.com/benjie/postgraphile-private/pull/229)
314
- [`a06b8933f`](https://github.com/benjie/postgraphile-private/commit/a06b8933f9365627c2eab019af0c12393e29e509)
433
+ - [#229](https://github.com/benjie/crystal/pull/229)
434
+ [`a06b8933f`](https://github.com/benjie/crystal/commit/a06b8933f9365627c2eab019af0c12393e29e509)
315
435
  Thanks [@benjie](https://github.com/benjie)! - Rename 'eventStreamRoute' to
316
436
  'eventStreamPath' for consistency with 'graphqlPath' and 'graphiqlPath'. V4
317
437
  preset unaffected.
318
438
  - Updated dependencies
319
- [[`f5a04cf66`](https://github.com/benjie/postgraphile-private/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
320
- [`b795b3da5`](https://github.com/benjie/postgraphile-private/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)]:
439
+ [[`f5a04cf66`](https://github.com/benjie/crystal/commit/f5a04cf66f220c11a6a82db8c1a78b1d91606faa),
440
+ [`b795b3da5`](https://github.com/benjie/crystal/commit/b795b3da5f8e8f13c495be3a8cf71667f3d149f8)]:
321
441
  - grafast@0.0.1-0.21
322
442
  - ruru@2.0.0-0.11
323
443
 
@@ -325,8 +445,8 @@
325
445
 
326
446
  ### Patch Changes
327
447
 
328
- - [#226](https://github.com/benjie/postgraphile-private/pull/226)
329
- [`6a846e009`](https://github.com/benjie/postgraphile-private/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)
448
+ - [#226](https://github.com/benjie/crystal/pull/226)
449
+ [`6a846e009`](https://github.com/benjie/crystal/commit/6a846e00945ba2dcea0cd89f5e6a8ecc5a32775d)
330
450
  Thanks [@benjie](https://github.com/benjie)! - Enable users to use Grafserv
331
451
  alongside other websocket-enabled entities in their final server.
332
452
  - Updated dependencies [[`aac8732f9`](undefined)]:
@@ -337,7 +457,7 @@
337
457
  ### Patch Changes
338
458
 
339
459
  - Updated dependencies
340
- [[`397e8bb40`](https://github.com/benjie/postgraphile-private/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
460
+ [[`397e8bb40`](https://github.com/benjie/crystal/commit/397e8bb40fe3783995172356a39ab7cb33e3bd36)]:
341
461
  - grafast@0.0.1-0.19
342
462
 
343
463
  ## 0.0.1-0.20
@@ -345,8 +465,8 @@
345
465
  ### Patch Changes
346
466
 
347
467
  - Updated dependencies
348
- [[`4c2b7d1ca`](https://github.com/benjie/postgraphile-private/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
349
- [`c8a56cdc8`](https://github.com/benjie/postgraphile-private/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c)]:
468
+ [[`4c2b7d1ca`](https://github.com/benjie/crystal/commit/4c2b7d1ca1afbda1e47da22c346cc3b03d01b7f0),
469
+ [`c8a56cdc8`](https://github.com/benjie/crystal/commit/c8a56cdc83390e5735beb9b90f004e7975cab28c)]:
350
470
  - grafast@0.0.1-0.18
351
471
 
352
472
  ## 0.0.1-0.19
@@ -361,51 +481,51 @@
361
481
  ### Patch Changes
362
482
 
363
483
  - Updated dependencies
364
- [[`df89aba52`](https://github.com/benjie/postgraphile-private/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
484
+ [[`df89aba52`](https://github.com/benjie/crystal/commit/df89aba524270e52f82987fcc4ab5d78ce180fc5)]:
365
485
  - grafast@0.0.1-0.16
366
486
 
367
487
  ## 0.0.1-0.17
368
488
 
369
489
  ### Patch Changes
370
490
 
371
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
372
- [`b523118fe`](https://github.com/benjie/postgraphile-private/commit/b523118fe6217c027363fea91252a3a1764e17df)
491
+ - [#210](https://github.com/benjie/crystal/pull/210)
492
+ [`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)
373
493
  Thanks [@benjie](https://github.com/benjie)! - Replace BaseGraphQLContext with
374
494
  Grafast.Context throughout.
375
495
 
376
- - [#210](https://github.com/benjie/postgraphile-private/pull/210)
377
- [`461c03b72`](https://github.com/benjie/postgraphile-private/commit/461c03b72477821ec26cbf703011542e453d083c)
496
+ - [#210](https://github.com/benjie/crystal/pull/210)
497
+ [`461c03b72`](https://github.com/benjie/crystal/commit/461c03b72477821ec26cbf703011542e453d083c)
378
498
  Thanks [@benjie](https://github.com/benjie)! - Make servers releasable where
379
499
  possible.
380
500
 
381
501
  - Updated dependencies
382
- [[`b523118fe`](https://github.com/benjie/postgraphile-private/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
502
+ [[`b523118fe`](https://github.com/benjie/crystal/commit/b523118fe6217c027363fea91252a3a1764e17df)]:
383
503
  - grafast@0.0.1-0.15
384
504
 
385
505
  ## 0.0.1-0.16
386
506
 
387
507
  ### Patch Changes
388
508
 
389
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
390
- [`c850dd4ec`](https://github.com/benjie/postgraphile-private/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e)
509
+ - [#207](https://github.com/benjie/crystal/pull/207)
510
+ [`c850dd4ec`](https://github.com/benjie/crystal/commit/c850dd4ec0e42e37122f5bca55a079b53bfd895e)
391
511
  Thanks [@benjie](https://github.com/benjie)! - Rename 'preset.server' to
392
512
  'preset.grafserv'.
393
513
 
394
- - [#207](https://github.com/benjie/postgraphile-private/pull/207)
395
- [`afa0ea5f6`](https://github.com/benjie/postgraphile-private/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0)
514
+ - [#207](https://github.com/benjie/crystal/pull/207)
515
+ [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0)
396
516
  Thanks [@benjie](https://github.com/benjie)! - Fix bug in subscriptions where
397
517
  termination of underlying stream wouldn't terminate the subscription.
398
518
 
399
- - [#206](https://github.com/benjie/postgraphile-private/pull/206)
400
- [`851b78ef2`](https://github.com/benjie/postgraphile-private/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
519
+ - [#206](https://github.com/benjie/crystal/pull/206)
520
+ [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7)
401
521
  Thanks [@benjie](https://github.com/benjie)! - Grafserv now masks untrusted
402
522
  errors by default; trusted errors are constructed via GraphQL's GraphQLError
403
523
  or Grafast's SafeError.
404
524
  - Updated dependencies
405
- [[`d76043453`](https://github.com/benjie/postgraphile-private/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
406
- [`afa0ea5f6`](https://github.com/benjie/postgraphile-private/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
407
- [`851b78ef2`](https://github.com/benjie/postgraphile-private/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
408
- [`384b3594f`](https://github.com/benjie/postgraphile-private/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
525
+ [[`d76043453`](https://github.com/benjie/crystal/commit/d7604345362c58bf7eb43ef1ac1795a2ac22ae79),
526
+ [`afa0ea5f6`](https://github.com/benjie/crystal/commit/afa0ea5f6c508d9a0ba5946ab153b13ddbd274a0),
527
+ [`851b78ef2`](https://github.com/benjie/crystal/commit/851b78ef20d430164507ec9b3f41a5a0b8a18ed7),
528
+ [`384b3594f`](https://github.com/benjie/crystal/commit/384b3594f543d113650c1b6b02b276360dd2d15f)]:
409
529
  - grafast@0.0.1-0.14
410
530
 
411
531
  ## 0.0.1-0.15
@@ -419,21 +539,21 @@
419
539
 
420
540
  ### Patch Changes
421
541
 
422
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
423
- [`1e5671cdb`](https://github.com/benjie/postgraphile-private/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9)
542
+ - [#200](https://github.com/benjie/crystal/pull/200)
543
+ [`1e5671cdb`](https://github.com/benjie/crystal/commit/1e5671cdbbf9f4600b74c43eaa7e33b7bfd75fb9)
424
544
  Thanks [@benjie](https://github.com/benjie)! - Add support for websocket
425
545
  GraphQL subscriptions (via graphql-ws) to grafserv and PostGraphile (currently
426
546
  supporting Node, Express, Koa and Fastify)
427
547
 
428
- - [#200](https://github.com/benjie/postgraphile-private/pull/200)
429
- [`5b634a78e`](https://github.com/benjie/postgraphile-private/commit/5b634a78e51816071447aceb1edfb813d77d563b)
548
+ - [#200](https://github.com/benjie/crystal/pull/200)
549
+ [`5b634a78e`](https://github.com/benjie/crystal/commit/5b634a78e51816071447aceb1edfb813d77d563b)
430
550
  Thanks [@benjie](https://github.com/benjie)! - Standardize on `serv.addTo`
431
551
  interface, even for Node
432
552
 
433
553
  - Updated dependencies
434
- [[`4f5d5bec7`](https://github.com/benjie/postgraphile-private/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
435
- [`e11698473`](https://github.com/benjie/postgraphile-private/commit/e1169847303790570bfafa07eb25d8fce53a0391),
436
- [`25f5a6cbf`](https://github.com/benjie/postgraphile-private/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
554
+ [[`4f5d5bec7`](https://github.com/benjie/crystal/commit/4f5d5bec72f949b17b39cd07acc848ce7a8bfa36),
555
+ [`e11698473`](https://github.com/benjie/crystal/commit/e1169847303790570bfafa07eb25d8fce53a0391),
556
+ [`25f5a6cbf`](https://github.com/benjie/crystal/commit/25f5a6cbff6cd5a94ebc4f411f7fa89c209fc383)]:
437
557
  - grafast@0.0.1-0.12
438
558
  - ruru@2.0.0-0.10
439
559
 
@@ -443,14 +563,14 @@
443
563
 
444
564
  - [`0ab95d0b1`](undefined) - Update sponsors.
445
565
 
446
- - [#195](https://github.com/benjie/postgraphile-private/pull/195)
447
- [`752ec9c51`](https://github.com/benjie/postgraphile-private/commit/752ec9c516add7c4617b426e97eccd1d4e5b7833)
566
+ - [#195](https://github.com/benjie/crystal/pull/195)
567
+ [`752ec9c51`](https://github.com/benjie/crystal/commit/752ec9c516add7c4617b426e97eccd1d4e5b7833)
448
568
  Thanks [@benjie](https://github.com/benjie)! - Fix handling of HTTP errors and
449
569
  allow for 204 status code responses. Add CORS hack to enable graphql-http
450
570
  auditing.
451
571
  - Updated dependencies [[`0ab95d0b1`](undefined),
452
- [`4783bdd7c`](https://github.com/benjie/postgraphile-private/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
453
- [`652cf1073`](https://github.com/benjie/postgraphile-private/commit/652cf107316ea5832f69c6a55574632187f5c876)]:
572
+ [`4783bdd7c`](https://github.com/benjie/crystal/commit/4783bdd7cc28ac8b497fdd4d6f1024d80cb432ef),
573
+ [`652cf1073`](https://github.com/benjie/crystal/commit/652cf107316ea5832f69c6a55574632187f5c876)]:
454
574
  - grafast@0.0.1-0.11
455
575
  - graphile-config@0.0.1-0.5
456
576
  - ruru@2.0.0-0.9
@@ -460,7 +580,7 @@
460
580
  ### Patch Changes
461
581
 
462
582
  - Updated dependencies
463
- [[`842f6ccbb`](https://github.com/benjie/postgraphile-private/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
583
+ [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
464
584
  - graphile-config@0.0.1-0.4
465
585
  - grafast@0.0.1-0.10
466
586
  - ruru@2.0.0-0.8
@@ -469,13 +589,13 @@
469
589
 
470
590
  ### Patch Changes
471
591
 
472
- - [#176](https://github.com/benjie/postgraphile-private/pull/176)
473
- [`11d6be65e`](https://github.com/benjie/postgraphile-private/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)
592
+ - [#176](https://github.com/benjie/crystal/pull/176)
593
+ [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)
474
594
  Thanks [@benjie](https://github.com/benjie)! - Fix issue with plugin
475
595
  versioning. Add more TSDoc comments. New getTerminalWidth() helper.
476
596
  - Updated dependencies
477
- [[`19e2961de`](https://github.com/benjie/postgraphile-private/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
478
- [`11d6be65e`](https://github.com/benjie/postgraphile-private/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
597
+ [[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
598
+ [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
479
599
  - graphile-config@0.0.1-0.3
480
600
  - grafast@0.0.1-0.9
481
601
  - ruru@2.0.0-0.7
@@ -485,7 +605,7 @@
485
605
  ### Patch Changes
486
606
 
487
607
  - Updated dependencies
488
- [[`208166269`](https://github.com/benjie/postgraphile-private/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
608
+ [[`208166269`](https://github.com/benjie/crystal/commit/208166269177d6e278b056e1c77d26a2d8f59f49)]:
489
609
  - grafast@0.0.1-0.8
490
610
 
491
611
  ## 0.0.1-0.9
@@ -493,7 +613,7 @@
493
613
  ### Patch Changes
494
614
 
495
615
  - Updated dependencies [[`a40fa6966`](undefined),
496
- [`8f04af08d`](https://github.com/benjie/postgraphile-private/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
616
+ [`8f04af08d`](https://github.com/benjie/crystal/commit/8f04af08da68baf7b2b4d508eac0d2a57064da7b)]:
497
617
  - ruru@2.0.0-0.6
498
618
  - grafast@0.0.1-0.7
499
619
 
@@ -571,12 +691,12 @@
571
691
 
572
692
  ### Patch Changes
573
693
 
574
- - [#125](https://github.com/benjie/postgraphile-private/pull/125)
575
- [`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
694
+ - [#125](https://github.com/benjie/crystal/pull/125)
695
+ [`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)
576
696
  Thanks [@benjie](https://github.com/benjie)! - Initial changesets release
577
697
 
578
698
  - Updated dependencies
579
- [[`91f2256b3`](https://github.com/benjie/postgraphile-private/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
699
+ [[`91f2256b3`](https://github.com/benjie/crystal/commit/91f2256b3fd699bec19fc86f1ca79df057e58639)]:
580
700
  - ruru@2.0.0-0.0
581
701
  - @graphile/lru@5.0.0-0.1
582
702
  - grafast@0.0.1-0.0