@grafserv/persisted 1.0.0-rc.6 → 1.0.0

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/LICENSE.md ADDED
@@ -0,0 +1,20 @@
1
+ # The MIT License (MIT)
2
+
3
+ Copyright © 2026 Benjie Gillam
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the “Software”), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  # @grafserv/persisted
2
2
 
3
- <span class="badge-patreon"><a href="https://patreon.com/benjie" title="Support Graphile development on Patreon"><img src="https://img.shields.io/badge/sponsor-via%20Patreon-orange.svg" alt="Patreon sponsor button" /></a></span>
3
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/benjie?color=ff69b4&label=github%20sponsors)](https://github.com/sponsors/benjie)
4
4
  [![Discord chat room](https://img.shields.io/discord/489127045289476126.svg)](http://discord.gg/graphile)
5
5
  [![Package on npm](https://img.shields.io/npm/v/@grafserv/persisted.svg?style=flat)](https://www.npmjs.com/package/@grafserv/persisted)
6
6
  ![MIT license](https://img.shields.io/npm/l/@grafserv/persisted.svg)
7
- [![Follow](https://img.shields.io/badge/twitter-@GraphileHQ-blue.svg)](https://twitter.com/GraphileHQ)
7
+ [![Follow](https://img.shields.io/badge/BSky-@Graphile.org-006aff.svg)](https://bsky.app/profile/graphile.org)
8
+ [![Follow](https://img.shields.io/badge/Mastodon-@Graphile.fosstodon.org-6364ff.svg)](https://fosstodon.org/@graphile)
8
9
 
9
10
  Persisted operations (aka "persisted queries", "query allowlist", "persisted
10
11
  documents") support for [Grafserv](https://grafast.org/grafserv). Applies to
@@ -30,7 +31,6 @@ via sponsorship.
30
31
  And please give some love to our featured sponsors 🤩:
31
32
 
32
33
  <table><tr>
33
- <td align="center"><a href="https://www.the-guild.dev/"><img src="https://graphile.org/images/sponsors/theguild.png" width="90" height="90" alt="The Guild" /><br />The Guild</a> *</td>
34
34
  <td align="center"><a href="https://gosteelhead.com/"><img src="https://graphile.org/images/sponsors/steelhead.svg" width="90" height="90" alt="Steelhead" /><br />Steelhead</a> *</td>
35
35
  </tr></table>
36
36
 
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const version = "1.0.0-rc.6";
1
+ export declare const version = "1.0.0";
2
2
  //# sourceMappingURL=version.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,eAAe,CAAC"}
1
+ {"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,OAAO,UAAU,CAAC"}
package/dist/version.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
4
  // This file is autogenerated by /scripts/postversion.mjs
5
- exports.version = "1.0.0-rc.6";
5
+ exports.version = "1.0.0";
6
6
  //# sourceMappingURL=version.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,YAAY,CAAC"}
1
+ {"version":3,"file":"version.js","sourceRoot":"","sources":["../src/version.ts"],"names":[],"mappings":";;;AAAA,yDAAyD;AAC5C,QAAA,OAAO,GAAG,OAAO,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@grafserv/persisted",
3
- "version": "1.0.0-rc.6",
3
+ "version": "1.0.0",
4
4
  "description": "Persisted operations support for Grafserv",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",
@@ -11,10 +11,6 @@
11
11
  "default": "./dist/index.js"
12
12
  }
13
13
  },
14
- "scripts": {
15
- "prepack": "tsc -b",
16
- "test": "true"
17
- },
18
14
  "repository": {
19
15
  "type": "git",
20
16
  "url": "git+https://github.com/graphile/crystal.git"
@@ -39,7 +35,7 @@
39
35
  },
40
36
  "homepage": "https://github.com/graphile/crystal/tree/main/grafast/grafserv-persisted",
41
37
  "dependencies": {
42
- "@graphile/lru": "^5.0.0-rc.4",
38
+ "@graphile/lru": "^5.0.0",
43
39
  "tslib": "^2.8.1"
44
40
  },
45
41
  "engines": {
@@ -56,19 +52,10 @@
56
52
  "optional": true
57
53
  }
58
54
  },
59
- "devDependencies": {
60
- "@types/node": "^22.19.1",
61
- "grafast": "^1.0.0-rc.8",
62
- "grafserv": "^1.0.0-rc.6",
63
- "graphile-config": "^1.0.0-rc.5",
64
- "graphql": "^16.9.0",
65
- "jest": "^30.2.0",
66
- "jest-serializer-graphql-schema": "^5.0.0-rc.4",
67
- "ts-node": "^10.9.2",
68
- "typescript": "^5.9.3"
69
- },
70
55
  "files": [
71
- "dist",
72
- "index.js"
73
- ]
56
+ "dist"
57
+ ],
58
+ "publishConfig": {
59
+ "access": "public"
60
+ }
74
61
  }
package/CHANGELOG.md DELETED
@@ -1,915 +0,0 @@
1
- # @grafserv/persisted
2
-
3
- ## 1.0.0-rc.6
4
-
5
- ### Patch Changes
6
-
7
- - [#2959](https://github.com/graphile/crystal/pull/2959)
8
- [`848c466`](https://github.com/graphile/crystal/commit/848c4666ed89766ca81d0f9416e7827930fd6abe)
9
- Thanks [@benjie](https://github.com/benjie)! - Export as named for better Node
10
- ESM interop
11
-
12
- - Updated dependencies
13
- [[`b793077`](https://github.com/graphile/crystal/commit/b793077f81c0bb56e5cb75853c06db6f934223ff),
14
- [`57dfa70`](https://github.com/graphile/crystal/commit/57dfa70b70b026c4d84d58a6fd64731f22f7b11a)]:
15
- - grafast@1.0.0-rc.8
16
-
17
- ## 1.0.0-rc.5
18
-
19
- ### Patch Changes
20
-
21
- - [#2937](https://github.com/graphile/crystal/pull/2937)
22
- [`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca)
23
- Thanks [@benjie](https://github.com/benjie)! - Eliminate dangling promises,
24
- reducing chance of process exit due to unhandled promise rejection.
25
- - Updated dependencies
26
- [[`04a7a75`](https://github.com/graphile/crystal/commit/04a7a75af90e03ac6949113dde1a23b493043a5b),
27
- [`8f50146`](https://github.com/graphile/crystal/commit/8f5014605d2d3a3353ab99e2ac4bbadaadcccdca),
28
- [`5e83533`](https://github.com/graphile/crystal/commit/5e83533f2d7005ba031d800c079e21f9fa1fecd5),
29
- [`03e5ce5`](https://github.com/graphile/crystal/commit/03e5ce5b3feaed585b9fabef9e81a0b0564bc725),
30
- [`0971ae0`](https://github.com/graphile/crystal/commit/0971ae065c952837237c2e8c0ee2021b30f82f86),
31
- [`f213a8e`](https://github.com/graphile/crystal/commit/f213a8e4813ec79beddc81fc994314e99a9b67f9)]:
32
- - grafserv@1.0.0-rc.6
33
- - graphile-config@1.0.0-rc.5
34
- - grafast@1.0.0-rc.7
35
-
36
- ## 1.0.0-rc.4
37
-
38
- ### Patch Changes
39
-
40
- - [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1)
41
- Thanks [@benjie](https://github.com/benjie)! - Refactor to enable TypeScript
42
- options rewriteRelativeImportExtensions and erasableSyntaxOnly (including
43
- using .ts extensions in source code)
44
- - Updated dependencies
45
- [[`9eb3829`](https://github.com/graphile/crystal/commit/9eb3829ea337041e4585e0cfeb63b44e87d7d14f),
46
- [`a3722d6`](https://github.com/graphile/crystal/commit/a3722d613bc6fb9e32f167aae9a31eaa422ceef1),
47
- [`5fc379e`](https://github.com/graphile/crystal/commit/5fc379ea1ee56ea033a3f7d8c4a1ee00a6c83de7),
48
- [`1d5d63e`](https://github.com/graphile/crystal/commit/1d5d63e376999b1b4d911e75cbff77a07d4e17b9)]:
49
- - graphile-config@1.0.0-rc.4
50
- - grafast@1.0.0-rc.5
51
- - grafserv@1.0.0-rc.5
52
- - @graphile/lru@5.0.0-rc.4
53
-
54
- ## 1.0.0-rc.3
55
-
56
- ### Patch Changes
57
-
58
- - [#2873](https://github.com/graphile/crystal/pull/2873)
59
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36)
60
- Thanks [@benjie](https://github.com/benjie)! - Update TypeScript configuration
61
- to support Node 22 minimum
62
-
63
- - [#2888](https://github.com/graphile/crystal/pull/2888)
64
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c)
65
- Thanks [@benjaie](https://github.com/benjaie)! - Node v22+ is required for
66
- this module.
67
-
68
- - Updated dependencies
69
- [[`44555c7`](https://github.com/graphile/crystal/commit/44555c7f479d531d6aef100f99859c3bcbf06c93),
70
- [`1e45a3d`](https://github.com/graphile/crystal/commit/1e45a3d6495cfea45bfdde95af889a453b82def3),
71
- [`0772086`](https://github.com/graphile/crystal/commit/0772086411a55d56b4e345cff1eef133eee31b36),
72
- [`a565503`](https://github.com/graphile/crystal/commit/a5655035dfee7000c1d37e4791354d7a2ba35792),
73
- [`d9ccc82`](https://github.com/graphile/crystal/commit/d9ccc82a30ca6167f480e5c8bc15d17df51c0d1c),
74
- [`1a56db2`](https://github.com/graphile/crystal/commit/1a56db2f53bc455a3d3ba6555a2cd777b27b271c),
75
- [`eafa3f0`](https://github.com/graphile/crystal/commit/eafa3f036ce68e6ffb65935f0a78edee2fa6bdf8),
76
- [`b27c562`](https://github.com/graphile/crystal/commit/b27c562409f7a2fd8a0eeaca96cd2c6b935efe4c),
77
- [`f23f0cf`](https://github.com/graphile/crystal/commit/f23f0cf8812eddff7c91c529499a4f20f1f2978c)]:
78
- - grafast@1.0.0-rc.4
79
- - grafserv@1.0.0-rc.4
80
- - graphile-config@1.0.0-rc.3
81
- - @graphile/lru@5.0.0-rc.3
82
-
83
- ## 1.0.0-rc.2
84
-
85
- ### Patch Changes
86
-
87
- - [#2829](https://github.com/graphile/crystal/pull/2829)
88
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
89
- Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
90
-
91
- - Updated dependencies
92
- [[`f3a9869`](https://github.com/graphile/crystal/commit/f3a9869c6f9e7aa1eb501af5f7d582d2073be585),
93
- [`68f61cd`](https://github.com/graphile/crystal/commit/68f61cdbeea19e81b1d59a3fac69a569642c5c88),
94
- [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
95
- - grafast@1.0.0-rc.2
96
- - graphile-config@1.0.0-rc.2
97
- - grafserv@1.0.0-rc.2
98
- - @graphile/lru@5.0.0-rc.2
99
-
100
- ## 1.0.0-rc.1
101
-
102
- ### Patch Changes
103
-
104
- - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
105
- Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
106
-
107
- - Updated dependencies
108
- [[`abb623d`](https://github.com/graphile/crystal/commit/abb623d59e517c0949f0fef5440b817103c685bf),
109
- [`7b86454`](https://github.com/graphile/crystal/commit/7b864546fa81803ce0e573a2efa2e7f0905b2040),
110
- [`42a0785`](https://github.com/graphile/crystal/commit/42a0785ddabf58812a22d764eeddfde9362974e5),
111
- [`d196d60`](https://github.com/graphile/crystal/commit/d196d60664fbc9ffd410c11645db27554b22ac0b),
112
- [`6a4e3b9`](https://github.com/graphile/crystal/commit/6a4e3b9ec182f7d066600aee0f8cc21d451b0ae2),
113
- [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
114
- [`d4ac603`](https://github.com/graphile/crystal/commit/d4ac603da7df6ea01aaa483a7cb29b1e514a90cd),
115
- [`f23e0e0`](https://github.com/graphile/crystal/commit/f23e0e0da9105a973dd8ac76f8ae519345d0a5b1),
116
- [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
117
- [`ea0135f`](https://github.com/graphile/crystal/commit/ea0135fac3f43850b65828f2ff2b01a34cfdff15),
118
- [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
119
- - grafast@1.0.0-rc.1
120
- - grafserv@1.0.0-rc.1
121
- - graphile-config@1.0.0-rc.1
122
- - @graphile/lru@5.0.0-rc.1
123
-
124
- ## 0.0.0-beta.38
125
-
126
- ### Patch Changes
127
-
128
- - [#2730](https://github.com/graphile/crystal/pull/2730)
129
- [`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b)
130
- Thanks [@benjie](https://github.com/benjie)! - Update `graphql` version range
131
-
132
- - Updated dependencies
133
- [[`4c3cf22`](https://github.com/graphile/crystal/commit/4c3cf22592f44cb28e399434474ca5fcef0e1a3b),
134
- [`71e0af2`](https://github.com/graphile/crystal/commit/71e0af265c90e9d9d0dc764cc552f7470e860251),
135
- [`a26ad3e`](https://github.com/graphile/crystal/commit/a26ad3ebcc008acb9a6f5216e3f27ef74f138953),
136
- [`ab96e5f`](https://github.com/graphile/crystal/commit/ab96e5f58aa3315db9b85b452b048f600cb8353e),
137
- [`278b4d3`](https://github.com/graphile/crystal/commit/278b4d398eb7db1935caba4155e1d1727284a370),
138
- [`eaa771b`](https://github.com/graphile/crystal/commit/eaa771b34dbdac1c4d701faa8fb5947e9cf1d1be),
139
- [`d0c15cc`](https://github.com/graphile/crystal/commit/d0c15ccc32ed8dec19ff068f851529132dc93302),
140
- [`bffbb77`](https://github.com/graphile/crystal/commit/bffbb775ea76d1add85422866a6b7e904d2311af),
141
- [`c48ca48`](https://github.com/graphile/crystal/commit/c48ca4840227b8e5e6a1dc198a189cfd911a602b)]:
142
- - grafserv@0.1.1-beta.29
143
- - grafast@0.1.1-beta.27
144
-
145
- ## 0.0.0-beta.37
146
-
147
- ### Patch Changes
148
-
149
- - [#2605](https://github.com/graphile/crystal/pull/2605)
150
- [`9d86063`](https://github.com/graphile/crystal/commit/9d86063aacf2d064c35bd62e2cf58ea687910ac8)
151
- Thanks [@benjie](https://github.com/benjie)! - Tweak deps/peerDeps.
152
-
153
- - Updated dependencies
154
- [[`1d76d2f`](https://github.com/graphile/crystal/commit/1d76d2f0d19b4d56895ee9988440a35d2c60f9f9),
155
- [`c54c6db`](https://github.com/graphile/crystal/commit/c54c6db320b3967ab16784a504770c9b5ef24494),
156
- [`a480f6d`](https://github.com/graphile/crystal/commit/a480f6d22605fbb0d0fcdf6845cbdf294d3194b5),
157
- [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957)]:
158
- - grafserv@0.1.1-beta.27
159
- - grafast@0.1.1-beta.24
160
-
161
- ## 0.0.0-beta.36
162
-
163
- ### Patch Changes
164
-
165
- - Updated dependencies
166
- [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
167
- [`1f4544d`](https://github.com/graphile/crystal/commit/1f4544d011a1442688c4e34b677f7123f3ae6927),
168
- [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c),
169
- [`faee38b`](https://github.com/graphile/crystal/commit/faee38bbff0421bbccfaa77c0dffa5c2d44e2b92)]:
170
- - graphile-config@0.0.1-beta.17
171
- - grafserv@0.1.1-beta.26
172
- - grafast@0.1.1-beta.23
173
-
174
- ## 0.0.0-beta.35
175
-
176
- ### Patch Changes
177
-
178
- - [#2482](https://github.com/graphile/crystal/pull/2482)
179
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
180
- Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
181
- bumped to Node 22 (the latest LTS).
182
-
183
- - Updated dependencies
184
- [[`0e36cb9077c76710d2e407830323f86c5038126e`](https://github.com/graphile/crystal/commit/0e36cb9077c76710d2e407830323f86c5038126e),
185
- [`c0c3f48fa9f60cb9a4436ea135979b779ecc71ec`](https://github.com/graphile/crystal/commit/c0c3f48fa9f60cb9a4436ea135979b779ecc71ec),
186
- [`cef9a37f846b4af105ac20960530d65c9f44afa9`](https://github.com/graphile/crystal/commit/cef9a37f846b4af105ac20960530d65c9f44afa9),
187
- [`56ce94a847c6a4094643665cbf5d3712f56140b6`](https://github.com/graphile/crystal/commit/56ce94a847c6a4094643665cbf5d3712f56140b6),
188
- [`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
189
- [`6ef6abce15936a896156d5316020df55cf7d18e3`](https://github.com/graphile/crystal/commit/6ef6abce15936a896156d5316020df55cf7d18e3),
190
- [`0239c2d519300a72f545e0db7c371adae4ade2a9`](https://github.com/graphile/crystal/commit/0239c2d519300a72f545e0db7c371adae4ade2a9),
191
- [`873b24dc70cea68e236e5dcf5bc7ff8f46fa43fe`](https://github.com/graphile/crystal/commit/873b24dc70cea68e236e5dcf5bc7ff8f46fa43fe),
192
- [`eb771be5e8b06a0cd53476cb36495e7e1aca56b7`](https://github.com/graphile/crystal/commit/eb771be5e8b06a0cd53476cb36495e7e1aca56b7),
193
- [`0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d`](https://github.com/graphile/crystal/commit/0ea439d33ccef7f8d01ac5f54893ab2bbf1cbd4d),
194
- [`8034614d1078b1bd177b6e7fcc949420614e3245`](https://github.com/graphile/crystal/commit/8034614d1078b1bd177b6e7fcc949420614e3245),
195
- [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
196
- [`c350e49e372ec12a4cbf04fb6b4260e01832d12b`](https://github.com/graphile/crystal/commit/c350e49e372ec12a4cbf04fb6b4260e01832d12b),
197
- [`3176ea3e57d626b39613a73117ef97627370ec83`](https://github.com/graphile/crystal/commit/3176ea3e57d626b39613a73117ef97627370ec83),
198
- [`46a42f5547c041289aa98657ebc6815f4b6c8539`](https://github.com/graphile/crystal/commit/46a42f5547c041289aa98657ebc6815f4b6c8539),
199
- [`be3f174c5aae8fe78a240e1bc4e1de7f18644b43`](https://github.com/graphile/crystal/commit/be3f174c5aae8fe78a240e1bc4e1de7f18644b43),
200
- [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
201
- [`9f459101fa4428aa4bac71531e75f99e33da8e17`](https://github.com/graphile/crystal/commit/9f459101fa4428aa4bac71531e75f99e33da8e17),
202
- [`921665df8babe2651ab3b5886ab68bb518f2125b`](https://github.com/graphile/crystal/commit/921665df8babe2651ab3b5886ab68bb518f2125b),
203
- [`78bb1a615754d772a5fda000e96073c91fa9eba7`](https://github.com/graphile/crystal/commit/78bb1a615754d772a5fda000e96073c91fa9eba7),
204
- [`ab0bcda5fc3c136eea09493a7d9ed4542975858e`](https://github.com/graphile/crystal/commit/ab0bcda5fc3c136eea09493a7d9ed4542975858e),
205
- [`455f4811d37ad8fff91183c7a88621bcf9d79acf`](https://github.com/graphile/crystal/commit/455f4811d37ad8fff91183c7a88621bcf9d79acf),
206
- [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8)]:
207
- - grafast@0.1.1-beta.22
208
- - grafserv@0.1.1-beta.25
209
- - graphile-config@0.0.1-beta.16
210
- - @graphile/lru@5.0.0-beta.4
211
-
212
- ## 0.0.0-beta.34
213
-
214
- ### Patch Changes
215
-
216
- - Updated dependencies []:
217
- - grafserv@0.1.1-beta.24
218
-
219
- ## 0.0.0-beta.33
220
-
221
- ### Patch Changes
222
-
223
- - Updated dependencies
224
- [[`d34014a9a3c469154cc796086ba13719954731e5`](https://github.com/graphile/crystal/commit/d34014a9a3c469154cc796086ba13719954731e5),
225
- [`98516379ac355a0833a64e002f3717cc3a1d6473`](https://github.com/graphile/crystal/commit/98516379ac355a0833a64e002f3717cc3a1d6473),
226
- [`f8602d05eed3247c90b87c55d7af580d1698effc`](https://github.com/graphile/crystal/commit/f8602d05eed3247c90b87c55d7af580d1698effc),
227
- [`65df25534fa3f787ba2ab7fd9547d295ff2b1288`](https://github.com/graphile/crystal/commit/65df25534fa3f787ba2ab7fd9547d295ff2b1288),
228
- [`1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a`](https://github.com/graphile/crystal/commit/1b3c76efd27df73eab3a5a1d221ce13de4cd6b1a),
229
- [`3c0a925f26f10cae627a23c49c75ccd8d76b60c8`](https://github.com/graphile/crystal/commit/3c0a925f26f10cae627a23c49c75ccd8d76b60c8),
230
- [`fcaeb48844156e258a037f420ea1505edb50c52a`](https://github.com/graphile/crystal/commit/fcaeb48844156e258a037f420ea1505edb50c52a),
231
- [`68926abc31c32ce527327ffbb1ede4b0b7be446b`](https://github.com/graphile/crystal/commit/68926abc31c32ce527327ffbb1ede4b0b7be446b),
232
- [`4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b`](https://github.com/graphile/crystal/commit/4b49dbd2df3b339a2ba3f1e9ff400fa1a125298b),
233
- [`d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48`](https://github.com/graphile/crystal/commit/d7950e8e28ec6106a4ce2f7fe5e35d88b10eac48),
234
- [`c8f1971ea4198633ec97f72f82abf65089f71a88`](https://github.com/graphile/crystal/commit/c8f1971ea4198633ec97f72f82abf65089f71a88),
235
- [`dd3d22eab73a8554715bf1111e30586251f69a88`](https://github.com/graphile/crystal/commit/dd3d22eab73a8554715bf1111e30586251f69a88),
236
- [`a120a8e43b24dfc174950cdbb69e481272a0b45e`](https://github.com/graphile/crystal/commit/a120a8e43b24dfc174950cdbb69e481272a0b45e),
237
- [`84f06eafa051e907a3050237ac6ee5aefb184652`](https://github.com/graphile/crystal/commit/84f06eafa051e907a3050237ac6ee5aefb184652),
238
- [`4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf`](https://github.com/graphile/crystal/commit/4a3aeaa77c8b8d2e39c1a9d05581d0c613b812cf),
239
- [`0fc2db95d90df918cf5c59ef85f22ac78d8000d3`](https://github.com/graphile/crystal/commit/0fc2db95d90df918cf5c59ef85f22ac78d8000d3),
240
- [`90e81a5deeae554a8be2dd55dcd01489860e96e6`](https://github.com/graphile/crystal/commit/90e81a5deeae554a8be2dd55dcd01489860e96e6),
241
- [`c59132eb7a93bc82493d2f1ca050db8aaea9f4d1`](https://github.com/graphile/crystal/commit/c59132eb7a93bc82493d2f1ca050db8aaea9f4d1),
242
- [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
243
- [`728888b28fcd2a6fc481e0ccdfe20d41181a091f`](https://github.com/graphile/crystal/commit/728888b28fcd2a6fc481e0ccdfe20d41181a091f),
244
- [`f4f39092d7a51517668384945895d3b450237cce`](https://github.com/graphile/crystal/commit/f4f39092d7a51517668384945895d3b450237cce),
245
- [`5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e`](https://github.com/graphile/crystal/commit/5cf3dc9d158891eaf324b2cd4f485d1d4bbb6b5e),
246
- [`83d3b533e702cc875b46ba2ca02bf3642b421be8`](https://github.com/graphile/crystal/commit/83d3b533e702cc875b46ba2ca02bf3642b421be8),
247
- [`7001138c38e09822ad13db1018c62d2cac37941e`](https://github.com/graphile/crystal/commit/7001138c38e09822ad13db1018c62d2cac37941e),
248
- [`e9e7e33665e22ec397e9ead054d2e4aad3eadc8c`](https://github.com/graphile/crystal/commit/e9e7e33665e22ec397e9ead054d2e4aad3eadc8c),
249
- [`bb6ec8d834e3e630e28316196246f514114a2296`](https://github.com/graphile/crystal/commit/bb6ec8d834e3e630e28316196246f514114a2296),
250
- [`2b1918d053f590cdc534c8cb81f7e74e96c1bbe6`](https://github.com/graphile/crystal/commit/2b1918d053f590cdc534c8cb81f7e74e96c1bbe6),
251
- [`d1ecb39693a341f85762b27012ec4ea013857b0c`](https://github.com/graphile/crystal/commit/d1ecb39693a341f85762b27012ec4ea013857b0c),
252
- [`042ebafe11fcf7e2ecac9b131265a55dddd42a6d`](https://github.com/graphile/crystal/commit/042ebafe11fcf7e2ecac9b131265a55dddd42a6d),
253
- [`fa005eb0783c58a2476add984fbdd462e0e91dbe`](https://github.com/graphile/crystal/commit/fa005eb0783c58a2476add984fbdd462e0e91dbe),
254
- [`df0e5a0f968cf6f9ae97b68745a9a2f391324bf5`](https://github.com/graphile/crystal/commit/df0e5a0f968cf6f9ae97b68745a9a2f391324bf5),
255
- [`ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f`](https://github.com/graphile/crystal/commit/ef4cf75acd80e6b9c700c2b5a7ace899e565ef7f),
256
- [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
257
- [`629b45aab49151810f6efc18ac18f7d735626433`](https://github.com/graphile/crystal/commit/629b45aab49151810f6efc18ac18f7d735626433),
258
- [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
259
- [`ca5bc1a834df7b894088fb8602a12f9fcff55b38`](https://github.com/graphile/crystal/commit/ca5bc1a834df7b894088fb8602a12f9fcff55b38),
260
- [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
261
- [`00d79e6f5608affc3f36bb0ce4ca2547230174e7`](https://github.com/graphile/crystal/commit/00d79e6f5608affc3f36bb0ce4ca2547230174e7),
262
- [`f0bc64b71914dfdd3612f4b65370401fd85b97bc`](https://github.com/graphile/crystal/commit/f0bc64b71914dfdd3612f4b65370401fd85b97bc)]:
263
- - grafast@0.1.1-beta.21
264
- - graphile-config@0.0.1-beta.15
265
- - grafserv@0.1.1-beta.23
266
-
267
- ## 0.0.0-beta.32
268
-
269
- ### Patch Changes
270
-
271
- - Updated dependencies
272
- [[`fc9d64eb8`](https://github.com/graphile/crystal/commit/fc9d64eb8002d3b72625bc505ed76c07f4296d68),
273
- [`a2dbad945`](https://github.com/graphile/crystal/commit/a2dbad9457195bec797d72e4e6d45f45278f9f69),
274
- [`31078842a`](https://github.com/graphile/crystal/commit/31078842ad0eeaa7111491fa9eb5e3bd026fb38a),
275
- [`5a0ec31de`](https://github.com/graphile/crystal/commit/5a0ec31deae91f1dd17a77a4bb7c1a911a27e26a)]:
276
- - grafast@0.1.1-beta.20
277
- - grafserv@0.1.1-beta.22
278
-
279
- ## 0.0.0-beta.31
280
-
281
- ### Patch Changes
282
-
283
- - Updated dependencies
284
- [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
285
- - graphile-config@0.0.1-beta.14
286
- - grafast@0.1.1-beta.19
287
- - grafserv@0.1.1-beta.21
288
-
289
- ## 0.0.0-beta.30
290
-
291
- ### Patch Changes
292
-
293
- - Updated dependencies
294
- [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
295
- [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
296
- - graphile-config@0.0.1-beta.13
297
- - grafast@0.1.1-beta.18
298
- - grafserv@0.1.1-beta.20
299
-
300
- ## 0.0.0-beta.29
301
-
302
- ### Patch Changes
303
-
304
- - Updated dependencies
305
- [[`866673e14`](https://github.com/graphile/crystal/commit/866673e14f7ad76b6f6d83d1b4e3a4eff8fdba37),
306
- [`69ab227b5`](https://github.com/graphile/crystal/commit/69ab227b5e1c057a6fc8ebba87bde80d5aa7f3c8),
307
- [`9a0f9e78c`](https://github.com/graphile/crystal/commit/9a0f9e78c4ee46f50f49bb068baddef7e1de4119),
308
- [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
309
- [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
310
- [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1)]:
311
- - grafserv@0.1.1-beta.19
312
- - grafast@0.1.1-beta.17
313
- - graphile-config@0.0.1-beta.12
314
-
315
- ## 0.0.0-beta.28
316
-
317
- ### Patch Changes
318
-
319
- - Updated dependencies
320
- [[`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
321
- [`bf2a2e72a`](https://github.com/graphile/crystal/commit/bf2a2e72ab78a01f5aba6cda97b5a125563b1f3d),
322
- [`76c7340b7`](https://github.com/graphile/crystal/commit/76c7340b74d257c454beec883384d19ef078b21e)]:
323
- - graphile-config@0.0.1-beta.11
324
- - grafserv@0.1.1-beta.18
325
- - grafast@0.1.1-beta.16
326
-
327
- ## 0.0.0-beta.27
328
-
329
- ### Patch Changes
330
-
331
- - Updated dependencies
332
- [[`d5834def1`](https://github.com/graphile/crystal/commit/d5834def1fb84f3e2c0c0a6f146f8249a6df890a),
333
- [`42b982463`](https://github.com/graphile/crystal/commit/42b9824637a6c05e02935f2b05b5e8e0c61965a6),
334
- [`884a4b429`](https://github.com/graphile/crystal/commit/884a4b4297af90fdadaf73addd524f1fbbcfdcce),
335
- [`38835313a`](https://github.com/graphile/crystal/commit/38835313ad93445206dccdd4cf07b90c5a6e4377),
336
- [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
337
- [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
338
- [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
339
- [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
340
- - grafast@0.1.1-beta.15
341
- - graphile-config@0.0.1-beta.10
342
- - grafserv@0.1.1-beta.17
343
-
344
- ## 0.0.0-beta.26
345
-
346
- ### Patch Changes
347
-
348
- - Updated dependencies
349
- [[`871d32b2a`](https://github.com/graphile/crystal/commit/871d32b2a18df0d257880fc54a61d9e68c4607d6),
350
- [`a26e3a30c`](https://github.com/graphile/crystal/commit/a26e3a30c02f963f8f5e9c9d021e871f33689e1b),
351
- [`02c11a4d4`](https://github.com/graphile/crystal/commit/02c11a4d42bf434dffc9354b300e8d791c4eeb2d)]:
352
- - grafast@0.1.1-beta.14
353
- - grafserv@0.1.1-beta.16
354
-
355
- ## 0.0.0-beta.25
356
-
357
- ### Patch Changes
358
-
359
- - Updated dependencies
360
- [[`807650035`](https://github.com/graphile/crystal/commit/8076500354a3e2bc2de1b6c4e947bd710cc5bddc)]:
361
- - grafast@0.1.1-beta.13
362
- - grafserv@0.1.1-beta.15
363
-
364
- ## 0.0.0-beta.24
365
-
366
- ### Patch Changes
367
-
368
- - Updated dependencies
369
- [[`1bd50b61e`](https://github.com/graphile/crystal/commit/1bd50b61ebb10b7d09b3612c2e2767c41cca3b78),
370
- [`61f8bbca5`](https://github.com/graphile/crystal/commit/61f8bbca5badda5b27872e0ee01a2d4c1372210d),
371
- [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
372
- [`7bb1573ba`](https://github.com/graphile/crystal/commit/7bb1573ba45a4d8b7fa9ad53cdd79686d2641383),
373
- [`18addb385`](https://github.com/graphile/crystal/commit/18addb3852525aa91019a36d58fa2fecd8b5b443),
374
- [`6ed615e55`](https://github.com/graphile/crystal/commit/6ed615e557b2ab1fb57f1e68c06730a8e3da7175),
375
- [`b25cc539c`](https://github.com/graphile/crystal/commit/b25cc539c00aeda7a943c37509aaae4dc7812317),
376
- [`867f33136`](https://github.com/graphile/crystal/commit/867f331365346fc46ed1e0d23c79719846e398f4),
377
- [`cf535c210`](https://github.com/graphile/crystal/commit/cf535c21078da06c14dd12f30e9b4378da4ded03),
378
- [`acf99b190`](https://github.com/graphile/crystal/commit/acf99b190954e3c5926e820daed68dfe8eb3ee1f),
379
- [`4967a197f`](https://github.com/graphile/crystal/commit/4967a197fd2c71ee2a581fe29470ee9f30e74de5),
380
- [`1908e1ba1`](https://github.com/graphile/crystal/commit/1908e1ba11883a34dac66f985fc20ab160e572b1),
381
- [`084d80be6`](https://github.com/graphile/crystal/commit/084d80be6e17187c9a9932bcf079e3f460368782)]:
382
- - grafast@0.1.1-beta.12
383
- - grafserv@0.1.1-beta.14
384
-
385
- ## 0.0.0-beta.23
386
-
387
- ### Patch Changes
388
-
389
- - Updated dependencies
390
- [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
391
- - graphile-config@0.0.1-beta.9
392
- - grafserv@0.1.1-beta.13
393
- - grafast@0.1.1-beta.11
394
-
395
- ## 0.0.0-beta.22
396
-
397
- ### Patch Changes
398
-
399
- - Updated dependencies
400
- [[`3c161f7e1`](https://github.com/graphile/crystal/commit/3c161f7e13375105b1035a7d5d1c0f2b507ca5c7),
401
- [`a674a9923`](https://github.com/graphile/crystal/commit/a674a9923bc908c9315afa40e0cb256ee0953d16),
402
- [`b7cfeffd1`](https://github.com/graphile/crystal/commit/b7cfeffd1019d61c713a5054c4f5929960a2a6ab)]:
403
- - grafast@0.1.1-beta.10
404
- - grafserv@0.1.1-beta.12
405
-
406
- ## 0.0.0-beta.21
407
-
408
- ### Patch Changes
409
-
410
- - Updated dependencies
411
- [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
412
- - grafast@0.1.1-beta.9
413
- - grafserv@0.1.1-beta.11
414
-
415
- ## 0.0.0-beta.20
416
-
417
- ### Patch Changes
418
-
419
- - Updated dependencies
420
- [[`bd5a908a4`](https://github.com/graphile/crystal/commit/bd5a908a4d04310f90dfb46ad87398ffa993af3b)]:
421
- - grafast@0.1.1-beta.8
422
- - grafserv@0.1.1-beta.10
423
-
424
- ## 0.0.0-beta.19
425
-
426
- ### Patch Changes
427
-
428
- - Updated dependencies
429
- [[`357d475f5`](https://github.com/graphile/crystal/commit/357d475f54fecc8c51892e0346d6872b34132430),
430
- [`3551725e7`](https://github.com/graphile/crystal/commit/3551725e71c3ed876554e19e5ab2c1dcb0fb1143),
431
- [`80836471e`](https://github.com/graphile/crystal/commit/80836471e5cedb29dee63bc5002550c4f1713cfd),
432
- [`a5c20fefb`](https://github.com/graphile/crystal/commit/a5c20fefb571dea6d1187515dc48dd547e9e6204),
433
- [`1ce08980e`](https://github.com/graphile/crystal/commit/1ce08980e2a52ed9bc81564d248c19648ecd3616),
434
- [`dff4f2535`](https://github.com/graphile/crystal/commit/dff4f2535ac6ce893089b312fcd5fffcd98573a5),
435
- [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
436
- [`2fe56f9a6`](https://github.com/graphile/crystal/commit/2fe56f9a6dac03484ace45c29c2223a65f9ca1db),
437
- [`fed603d71`](https://github.com/graphile/crystal/commit/fed603d719c02f33e12190f925c9e3b06c581fac),
438
- [`ed6e0d278`](https://github.com/graphile/crystal/commit/ed6e0d2788217a1c419634837f4208013eaf2923),
439
- [`e82e4911e`](https://github.com/graphile/crystal/commit/e82e4911e32138df1b90ec0fde555ea963018d21),
440
- [`42ece5aa6`](https://github.com/graphile/crystal/commit/42ece5aa6ca05345ebc17fb5c7d55df3b79b7612),
441
- [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
442
- [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
443
- [`a5a0816bd`](https://github.com/graphile/crystal/commit/a5a0816bddc85a841770202db57457ff13137852),
444
- [`6699388ec`](https://github.com/graphile/crystal/commit/6699388ec167d35c71220ce5d9113cac578da6cb),
445
- [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
446
- [`c1645b249`](https://github.com/graphile/crystal/commit/c1645b249aae949a548cd916e536ccfb63e5ab35),
447
- [`ed8bbaa3c`](https://github.com/graphile/crystal/commit/ed8bbaa3cd1563a7601ca8c6b0412633b0ea4ce9),
448
- [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
449
- [`14e2412ee`](https://github.com/graphile/crystal/commit/14e2412ee368e8d53abf6774c7f0069f32d4e8a3),
450
- [`57ab0e1e7`](https://github.com/graphile/crystal/commit/57ab0e1e72c01213b21d3efc539cd655d83d993a),
451
- [`8442242e4`](https://github.com/graphile/crystal/commit/8442242e43cac7d89ca0c413cf42c9fabf6f247f),
452
- [`64ce7b765`](https://github.com/graphile/crystal/commit/64ce7b7650530251aec38a51089da66f914c19b4),
453
- [`cba842357`](https://github.com/graphile/crystal/commit/cba84235786acbd77ade53bae7a3fba4a9be1eb7),
454
- [`2fa77d0f2`](https://github.com/graphile/crystal/commit/2fa77d0f237cdb98d3dafb6b5e4083a2c6c38673)]:
455
- - grafast@0.1.1-beta.7
456
- - graphile-config@0.0.1-beta.8
457
- - grafserv@0.1.1-beta.9
458
-
459
- ## 0.0.0-beta.18
460
-
461
- ### Patch Changes
462
-
463
- - Updated dependencies
464
- [[`9f85c614d`](https://github.com/graphile/crystal/commit/9f85c614d48dc745c5fed15333dbb75af7fddc88),
465
- [`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
466
- [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad)]:
467
- - grafast@0.1.1-beta.6
468
- - grafserv@0.1.1-beta.8
469
-
470
- ## 0.0.0-beta.17
471
-
472
- ### Patch Changes
473
-
474
- - Updated dependencies
475
- [[`63dd7ea99`](https://github.com/graphile/crystal/commit/63dd7ea992d30ad711dd85a73a127484a0e35479),
476
- [`d801c9778`](https://github.com/graphile/crystal/commit/d801c9778a86d61e060896460af9fe62a733534a),
477
- [`c21252541`](https://github.com/graphile/crystal/commit/c212525410cb2d97a808964ad727d0a68dd15f8b),
478
- [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
479
- [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b)]:
480
- - grafast@0.1.1-beta.5
481
- - grafserv@0.1.1-beta.7
482
- - graphile-config@0.0.1-beta.7
483
-
484
- ## 0.0.0-beta.16
485
-
486
- ### Patch Changes
487
-
488
- - Updated dependencies
489
- [[`de7add402`](https://github.com/graphile/crystal/commit/de7add402bd4a45c8782fce69bf210635360cbe8),
490
- [`a2176ea32`](https://github.com/graphile/crystal/commit/a2176ea324db0801249661b30e9c9d314c6fb159),
491
- [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044)]:
492
- - grafserv@0.1.1-beta.6
493
- - grafast@0.1.1-beta.4
494
-
495
- ## 0.0.0-beta.15
496
-
497
- ### Patch Changes
498
-
499
- - Updated dependencies
500
- [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971)]:
501
- - graphile-config@0.0.1-beta.6
502
- - grafast@0.1.1-beta.3
503
- - grafserv@0.1.1-beta.5
504
-
505
- ## 0.0.0-beta.14
506
-
507
- ### Patch Changes
508
-
509
- - [#1877](https://github.com/graphile/crystal/pull/1877)
510
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f)
511
- Thanks [@benjie](https://github.com/benjie)! - Move 'declare global' out of
512
- 'interfaces.ts' and into 'index.ts' or equivalent. Should make TypeScript more
513
- aware of these types.
514
- - Updated dependencies
515
- [[`3fdc2bce4`](https://github.com/graphile/crystal/commit/3fdc2bce42418773f808c5b8309dfb361cd95ce9),
516
- [`aeef362b5`](https://github.com/graphile/crystal/commit/aeef362b5744816f01e4a6f714bbd77f92332bc5),
517
- [`8a76db07f`](https://github.com/graphile/crystal/commit/8a76db07f4c110cecc6225504f9a05ccbcbc7b92),
518
- [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
519
- [`995e25035`](https://github.com/graphile/crystal/commit/995e250352217fdf8f036b8ed6cad3fab520817f),
520
- [`1c9f1c0ed`](https://github.com/graphile/crystal/commit/1c9f1c0edf4e621a5b6345d3a41527a18143c6ae)]:
521
- - grafast@0.1.1-beta.2
522
- - graphile-config@0.0.1-beta.5
523
- - grafserv@0.1.1-beta.4
524
-
525
- ## 0.0.0-beta.13
526
-
527
- ### Patch Changes
528
-
529
- - Updated dependencies
530
- [[`9696a1b08`](https://github.com/graphile/crystal/commit/9696a1b0885442f44e3a6ca6a4909ec96a445884),
531
- [`49fcb0d58`](https://github.com/graphile/crystal/commit/49fcb0d585b31b291c9072c339d6f5b550eefc9f),
532
- [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
533
- - grafserv@0.1.1-beta.3
534
- - grafast@0.1.1-beta.1
535
- - graphile-config@0.0.1-beta.4
536
-
537
- ## 0.0.0-beta.12
538
-
539
- ### Patch Changes
540
-
541
- - Updated dependencies []:
542
- - grafserv@0.1.1-beta.2
543
-
544
- ## 0.0.0-beta.11
545
-
546
- ### Patch Changes
547
-
548
- - Updated dependencies
549
- [[`781a89758`](https://github.com/graphile/crystal/commit/781a89758fff2712f0080d8fafb4048da189b782),
550
- [`a38e650d6`](https://github.com/graphile/crystal/commit/a38e650d67d6c7ff0cf5b853377622090ede3a50)]:
551
- - grafserv@0.1.1-beta.1
552
-
553
- ## 0.0.0-beta.10
554
-
555
- ### Patch Changes
556
-
557
- - Updated dependencies
558
- [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
559
- [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
560
- [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
561
- [`2d31f058b`](https://github.com/graphile/crystal/commit/2d31f058b34d3f5ef11699582b9a4960a4ebc471)]:
562
- - grafast@0.1.1-beta.0
563
- - grafserv@0.1.1-beta.0
564
-
565
- ## 0.0.0-beta.9
566
-
567
- ### Patch Changes
568
-
569
- - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
570
- [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
571
- Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
572
- information
573
-
574
- - Updated dependencies
575
- [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b),
576
- [`ede1092fe`](https://github.com/graphile/crystal-pre-merge/commit/ede1092fe197719b6fa786f4cfa75f6a1f4c56c1),
577
- [`566983fbd`](https://github.com/graphile/crystal-pre-merge/commit/566983fbd99c4b2df8c4ebd6260521670a2b7dfc),
578
- [`409bf6071`](https://github.com/graphile/crystal-pre-merge/commit/409bf607180d4d8faec658c803e5ec4d1a00c451)]:
579
- - graphile-config@0.0.1-beta.3
580
- - grafserv@0.0.1-beta.9
581
- - grafast@0.0.1-beta.8
582
- - @graphile/lru@5.0.0-beta.3
583
-
584
- ## 0.0.0-beta.8
585
-
586
- ### Patch Changes
587
-
588
- - Updated dependencies []:
589
- - grafserv@0.0.1-beta.8
590
-
591
- ## 0.0.0-beta.7
592
-
593
- ### Patch Changes
594
-
595
- - Updated dependencies
596
- [[`3700e204f`](https://github.com/benjie/crystal/commit/3700e204f430db182c92ca7abc82017c81fa1f9b)]:
597
- - grafast@0.0.1-beta.7
598
- - grafserv@0.0.1-beta.7
599
-
600
- ## 0.0.0-beta.6
601
-
602
- ### Patch Changes
603
-
604
- - [#496](https://github.com/benjie/crystal/pull/496)
605
- [`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1)
606
- Thanks [@benjie](https://github.com/benjie)! - Update dependencies (sometimes
607
- through major versions).
608
-
609
- - Updated dependencies
610
- [[`c9bfd9892`](https://github.com/benjie/crystal/commit/c9bfd989247f9433fb5b18c5175c9d8d64cd21a1),
611
- [`e613b476d`](https://github.com/benjie/crystal/commit/e613b476d6ee867d1f7509c895dabee40e7f9a31)]:
612
- - graphile-config@0.0.1-beta.2
613
- - grafserv@0.0.1-beta.6
614
- - grafast@0.0.1-beta.6
615
- - @graphile/lru@5.0.0-beta.2
616
-
617
- ## 0.0.0-beta.5
618
-
619
- ### Patch Changes
620
-
621
- - Updated dependencies
622
- [[`53186213a`](https://github.com/benjie/crystal/commit/53186213ade962f4b66cb0d5ea8b57b5ce7ea85f)]:
623
- - grafast@0.0.1-beta.5
624
- - grafserv@0.0.1-beta.5
625
-
626
- ## 0.0.0-beta.4
627
-
628
- ### Patch Changes
629
-
630
- - Updated dependencies
631
- [[`f9cc88dc4`](https://github.com/benjie/crystal/commit/f9cc88dc442d371aee154a28d4e63c6da39f6b2e),
632
- [`22fa6230a`](https://github.com/benjie/crystal/commit/22fa6230aa7c7271e5360e619ec9e1f52c6ea49c),
633
- [`fa8cfcf9b`](https://github.com/benjie/crystal/commit/fa8cfcf9b4ce0c3e12511f3f6392051924a719e5)]:
634
- - grafast@0.0.1-beta.4
635
- - grafserv@0.0.1-beta.4
636
-
637
- ## 0.0.0-beta.3
638
-
639
- ### Patch Changes
640
-
641
- - Updated dependencies
642
- [[`46cd08aa1`](https://github.com/benjie/crystal/commit/46cd08aa13e3bac4d186c72c6ce24997f37658af)]:
643
- - grafast@0.0.1-beta.3
644
- - grafserv@0.0.1-beta.3
645
-
646
- ## 0.0.0-beta.2
647
-
648
- ### Patch Changes
649
-
650
- - Updated dependencies
651
- [[`23bd3c291`](https://github.com/benjie/crystal/commit/23bd3c291246aebf27cf2784f40fc948485f43c9)]:
652
- - grafast@0.0.1-beta.2
653
- - grafserv@0.0.1-beta.2
654
-
655
- ## 0.0.0-beta.1
656
-
657
- ### Patch Changes
658
-
659
- - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
660
- Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
661
-
662
- - Updated dependencies
663
- [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
664
- - grafast@0.0.1-beta.1
665
- - grafserv@0.0.1-beta.1
666
- - graphile-config@0.0.1-beta.1
667
- - @graphile/lru@5.0.0-beta.1
668
-
669
- ## 0.0.0-alpha.17
670
-
671
- ### Patch Changes
672
-
673
- - Updated dependencies
674
- [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f)]:
675
- - grafast@0.0.1-alpha.16
676
- - grafserv@0.0.1-alpha.16
677
-
678
- ## 0.0.0-alpha.16
679
-
680
- ### Patch Changes
681
-
682
- - Updated dependencies
683
- [[`ea003ca3a`](https://github.com/benjie/crystal/commit/ea003ca3a8f68fb87dca603582e47981ed033996),
684
- [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
685
- [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
686
- [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5)]:
687
- - grafast@0.0.1-alpha.15
688
- - graphile-config@0.0.1-alpha.7
689
- - grafserv@0.0.1-alpha.15
690
-
691
- ## 0.0.0-alpha.15
692
-
693
- ### Patch Changes
694
-
695
- - Updated dependencies
696
- [[`d99d666fb`](https://github.com/benjie/crystal/commit/d99d666fb234eb02dd196610995fa480c596242a)]:
697
- - grafast@0.0.1-alpha.14
698
- - grafserv@0.0.1-alpha.14
699
-
700
- ## 0.0.0-alpha.14
701
-
702
- ### Patch Changes
703
-
704
- - [#418](https://github.com/benjie/crystal/pull/418)
705
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de)
706
- Thanks [@benjie](https://github.com/benjie)! - Overhaul peerDependencies and
707
- dependencies to try and eliminate duplicate modules error.
708
-
709
- - [#417](https://github.com/benjie/crystal/pull/417)
710
- [`9a324f195`](https://github.com/benjie/crystal/commit/9a324f195568f3ee6ade858c881fe9777c238c14)
711
- Thanks [@benjie](https://github.com/benjie)! - Use an LRU for caching the
712
- getter from options - prevents memory exhaustion in the case of poorly written
713
- consumer code.
714
- - Updated dependencies
715
- [[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
716
- [`1882e0185`](https://github.com/benjie/crystal/commit/1882e018576adf69bcae8a999224cb4d5e62a3e1),
717
- [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
718
- [`e5012f9a1`](https://github.com/benjie/crystal/commit/e5012f9a1901af63e1703ea4d717e8a22544f5e7),
719
- [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
720
- [`47f6f018b`](https://github.com/benjie/crystal/commit/47f6f018b11761cbfaa63d709edc0e3f4f9a9924),
721
- [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
722
- [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b)]:
723
- - grafast@0.0.1-alpha.13
724
- - grafserv@0.0.1-alpha.13
725
-
726
- ## 0.0.0-alpha.13
727
-
728
- ### Patch Changes
729
-
730
- - [#407](https://github.com/benjie/crystal/pull/407)
731
- [`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478)
732
- Thanks [@benjie](https://github.com/benjie)! - Exported `version` no longer
733
- uses `require('../package.json')` hack, instead the version number is written
734
- to a source file at versioning time. Packages now export `version`.
735
-
736
- - [#408](https://github.com/benjie/crystal/pull/408)
737
- [`799007532`](https://github.com/benjie/crystal/commit/79900753258f5fae8c64160281dfd4f3c68d7b11)
738
- Thanks [@benjie](https://github.com/benjie)! - No longer polls the persisted
739
- queries folder every 5 seconds unless you configure it to do so. New watch
740
- mode _untested_.
741
- - Updated dependencies
742
- [[`9281a2d88`](https://github.com/benjie/crystal/commit/9281a2d889ab1e72a3f6f9777779f31a6588d478),
743
- [`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
744
- [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
745
- [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
746
- - grafast@0.0.1-alpha.12
747
- - graphile-config@0.0.1-alpha.6
748
- - grafserv@0.0.1-alpha.12
749
-
750
- ## 0.0.0-alpha.12
751
-
752
- ### Patch Changes
753
-
754
- - Updated dependencies
755
- [[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
756
- - graphile-config@0.0.1-alpha.5
757
- - grafast@0.0.1-alpha.11
758
- - grafserv@0.0.1-alpha.11
759
-
760
- ## 0.0.0-alpha.11
761
-
762
- ### Patch Changes
763
-
764
- - [#399](https://github.com/benjie/crystal/pull/399)
765
- [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
766
- Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
767
- to be instead (or also) peerDependencies, to avoid duplicate modules.
768
- - Updated dependencies
769
- [[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd),
770
- [`b7533bd4d`](https://github.com/benjie/crystal/commit/b7533bd4dfc210cb8b113b8fa06f163a212aa5e4),
771
- [`9feb769c2`](https://github.com/benjie/crystal/commit/9feb769c2df0c57971ed26a937be4a1bee7a7524),
772
- [`7573bf374`](https://github.com/benjie/crystal/commit/7573bf374897228b613b19f37b4e076737db3279),
773
- [`2c8586b36`](https://github.com/benjie/crystal/commit/2c8586b367b76af91d1785cc90455c70911fdec7),
774
- [`c43802d74`](https://github.com/benjie/crystal/commit/c43802d7419f93d18964c654f16d0937a2e23ca0),
775
- [`b118b8f6d`](https://github.com/benjie/crystal/commit/b118b8f6dc18196212cfb0a05486e1dd8d77ccf8),
776
- [`9008c4f87`](https://github.com/benjie/crystal/commit/9008c4f87df53be4051c49f9836358dc2baa59df),
777
- [`e8c81cd20`](https://github.com/benjie/crystal/commit/e8c81cd2046390ed5b6799aa7ff3d90b28a1861a)]:
778
- - grafserv@0.0.1-alpha.10
779
- - grafast@0.0.1-alpha.10
780
-
781
- ## 0.0.0-alpha.10
782
-
783
- ### Patch Changes
784
-
785
- - Updated dependencies
786
- [[`56237691b`](https://github.com/benjie/crystal/commit/56237691bf3eed321b7159e17f36e3651356946f),
787
- [`ed1982f31`](https://github.com/benjie/crystal/commit/ed1982f31a845ceb3aafd4b48d667649f06778f5),
788
- [`1fe47a2b0`](https://github.com/benjie/crystal/commit/1fe47a2b08d6e7153a22dde3a99b7a9bf50c4f84),
789
- [`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25),
790
- [`6878c589c`](https://github.com/benjie/crystal/commit/6878c589cc9fc8f05a6efd377e1272ae24fbf256),
791
- [`2ac706f18`](https://github.com/benjie/crystal/commit/2ac706f18660c855fe20f460b50694fdd04a7768)]:
792
- - grafast@0.0.1-alpha.9
793
- - graphile-config@0.0.1-alpha.4
794
- - grafserv@0.0.1-alpha.9
795
-
796
- ## 0.0.0-alpha.9
797
-
798
- ### Patch Changes
799
-
800
- - Updated dependencies
801
- [[`dd3ef599c`](https://github.com/benjie/crystal/commit/dd3ef599c7f2530fd1a19a852d334b7349e49e70)]:
802
- - grafast@0.0.1-alpha.8
803
- - grafserv@0.0.1-alpha.8
804
-
805
- ## 0.0.0-alpha.8
806
-
807
- ### Patch Changes
808
-
809
- - Updated dependencies
810
- [[`5c9d32264`](https://github.com/benjie/crystal/commit/5c9d322644028e33f5273fb9bcaaf6a80f1f7360),
811
- [`9ddaaaa96`](https://github.com/benjie/crystal/commit/9ddaaaa9617874cb44946acfcd252517ae427446),
812
- [`2fcbe688c`](https://github.com/benjie/crystal/commit/2fcbe688c11b355f0688b96e99012a829cf8b7cb),
813
- [`3a984718a`](https://github.com/benjie/crystal/commit/3a984718a322685304777dec7cd48a1efa15539d),
814
- [`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
815
- - grafast@0.0.1-alpha.7
816
- - grafserv@0.0.1-alpha.7
817
- - graphile-config@0.0.1-alpha.3
818
-
819
- ## 0.0.0-alpha.7
820
-
821
- ### Patch Changes
822
-
823
- - Updated dependencies
824
- [[`f75926f4b`](https://github.com/benjie/crystal/commit/f75926f4b9aee33adff8bdf6b1a4137582cb47ba)]:
825
- - grafast@0.0.1-alpha.6
826
- - grafserv@0.0.1-alpha.6
827
-
828
- ## 0.0.0-alpha.6
829
-
830
- ### Patch Changes
831
-
832
- - Updated dependencies
833
- [[`86e503d78`](https://github.com/benjie/crystal/commit/86e503d785626ad9a2e91ec2e70b272dd632d425),
834
- [`24822d0dc`](https://github.com/benjie/crystal/commit/24822d0dc87d41f0b0737d6e00cf4022de4bab5e)]:
835
- - grafast@0.0.1-alpha.5
836
- - grafserv@0.0.1-alpha.5
837
-
838
- ## 0.0.0-alpha.5
839
-
840
- ### Patch Changes
841
-
842
- - Updated dependencies
843
- [[`45dcf3a8f`](https://github.com/benjie/crystal/commit/45dcf3a8fd8bad5c8b82a7cbff2db4dacb916950)]:
844
- - grafast@0.0.1-alpha.4
845
- - grafserv@0.0.1-alpha.4
846
-
847
- ## 0.0.0-alpha.4
848
-
849
- ### Patch Changes
850
-
851
- - [#332](https://github.com/benjie/crystal/pull/332)
852
- [`faa1c9eaa`](https://github.com/benjie/crystal/commit/faa1c9eaa25cbd6f0e25635f6a100d0dc9be6106)
853
- Thanks [@benjie](https://github.com/benjie)! - Adjust dependencies and
854
- peerDependencies and peerDependenciesMeta.
855
-
856
- ## 0.0.0-alpha.3
857
-
858
- ### Patch Changes
859
-
860
- - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
861
- Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
862
- TypeScript/tslib
863
-
864
- - Updated dependencies
865
- [[`2389f47ec`](https://github.com/benjie/crystal/commit/2389f47ecf3b708f1085fdeb818eacaaeb257a2d),
866
- [`e91ee201d`](https://github.com/benjie/crystal/commit/e91ee201d80d3b32e4e632b101f4c25362a1a05b),
867
- [`865bec590`](https://github.com/benjie/crystal/commit/865bec5901f666e147f5d4088152d1f0d2584827),
868
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71),
869
- [`d39a5d409`](https://github.com/benjie/crystal/commit/d39a5d409ffe1a5855740ecbff1ad11ec0bf6660)]:
870
- - grafast@0.0.1-alpha.3
871
- - grafserv@0.0.1-alpha.3
872
- - graphile-config@0.0.1-alpha.2
873
-
874
- ## 0.0.0-alpha.2
875
-
876
- ### Patch Changes
877
-
878
- - Updated dependencies
879
- [[`3cf35fdb4`](https://github.com/benjie/crystal/commit/3cf35fdb41d08762e9ff838a55dd7fc6004941f8),
880
- [`7c45eaf4e`](https://github.com/benjie/crystal/commit/7c45eaf4ed6edf3b9e7bb17846d553f5504e0fb4),
881
- [`3df3f1726`](https://github.com/benjie/crystal/commit/3df3f17269bb896cdee90ed8c4ab46fb821a1509)]:
882
- - grafserv@0.0.1-alpha.2
883
- - grafast@0.0.1-alpha.2
884
-
885
- ## 0.0.0-alpha.1
886
-
887
- ### Patch Changes
888
-
889
- - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
890
- Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
891
- https://postgraphile.org/news/2023-04-26-version-5-alpha
892
-
893
- - Updated dependencies
894
- [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
895
- - grafast@0.0.1-alpha.1
896
- - grafserv@0.0.1-alpha.1
897
- - graphile-config@0.0.1-alpha.1
898
-
899
- ## 0.0.0-1.1
900
-
901
- ### Patch Changes
902
-
903
- - [#297](https://github.com/benjie/crystal/pull/297)
904
- [`5a7396e2d`](https://github.com/benjie/crystal/commit/5a7396e2d1675f49b1d54cf6e748f2bc35aefe8a)
905
- Thanks [@benjie](https://github.com/benjie)! - New @grafserv/persisted plugin
906
- to add persisted operations support to Grafserv 🎉
907
- - Updated dependencies
908
- [[`90ed0cb7a`](https://github.com/benjie/crystal/commit/90ed0cb7a78479b85115cd1ce045ac253107b3eb),
909
- [`56be761c2`](https://github.com/benjie/crystal/commit/56be761c29343e28ba4980c62c955b5adaef25c0),
910
- [`8d270ead3`](https://github.com/benjie/crystal/commit/8d270ead3fa8331e28974aae052bd48ad537d1bf),
911
- [`1a012bdd7`](https://github.com/benjie/crystal/commit/1a012bdd7d3748ac9a4ca9b1f771876654988f25),
912
- [`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
913
- - grafserv@0.0.1-1.3
914
- - grafast@0.0.1-1.3
915
- - graphile-config@0.0.1-1.2