graphile 5.0.0-alpha.12 → 5.0.0-alpha.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +71 -61
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,28 +1,38 @@
|
|
|
1
1
|
# graphile
|
|
2
2
|
|
|
3
|
+
## 5.0.0-alpha.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
[[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f),
|
|
9
|
+
[`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)]:
|
|
10
|
+
- postgraphile@5.0.0-alpha.20
|
|
11
|
+
- graphile-build@5.0.0-alpha.18
|
|
12
|
+
|
|
3
13
|
## 5.0.0-alpha.12
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
6
16
|
|
|
7
|
-
- [#438](https://github.com/benjie/
|
|
8
|
-
[`3a7aa694c`](https://github.com/benjie/
|
|
17
|
+
- [#438](https://github.com/benjie/crystal/pull/438)
|
|
18
|
+
[`3a7aa694c`](https://github.com/benjie/crystal/commit/3a7aa694c375aa4a5e04ff2d62e219de1ec10bf6)
|
|
9
19
|
Thanks [@benjie](https://github.com/benjie)! - Fix bug in
|
|
10
20
|
`graphile behavior debug` command relating to `pgCodecRelation`
|
|
11
21
|
|
|
12
22
|
- Updated dependencies
|
|
13
|
-
[[`5491e10b0`](https://github.com/benjie/
|
|
14
|
-
[`a9561d62d`](https://github.com/benjie/
|
|
15
|
-
[`232885703`](https://github.com/benjie/
|
|
16
|
-
[`db19ed9c3`](https://github.com/benjie/
|
|
17
|
-
[`31e776e03`](https://github.com/benjie/
|
|
18
|
-
[`055c4e438`](https://github.com/benjie/
|
|
19
|
-
[`cf32f0397`](https://github.com/benjie/
|
|
20
|
-
[`57d88b5fa`](https://github.com/benjie/
|
|
21
|
-
[`a22830b2f`](https://github.com/benjie/
|
|
22
|
-
[`9f87a26b1`](https://github.com/benjie/
|
|
23
|
-
[`9695c65f8`](https://github.com/benjie/
|
|
24
|
-
[`c00a21cb9`](https://github.com/benjie/
|
|
25
|
-
[`a5f224295`](https://github.com/benjie/
|
|
23
|
+
[[`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d),
|
|
24
|
+
[`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55),
|
|
25
|
+
[`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446),
|
|
26
|
+
[`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603),
|
|
27
|
+
[`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f),
|
|
28
|
+
[`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d),
|
|
29
|
+
[`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2),
|
|
30
|
+
[`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
|
|
31
|
+
[`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
|
|
32
|
+
[`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5),
|
|
33
|
+
[`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0),
|
|
34
|
+
[`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc),
|
|
35
|
+
[`a5f224295`](https://github.com/benjie/crystal/commit/a5f22429501f9e13f0490d25500ca7a8403babc7)]:
|
|
26
36
|
- graphile-build@5.0.0-alpha.17
|
|
27
37
|
- postgraphile@5.0.0-alpha.19
|
|
28
38
|
- graphile-config@0.0.1-alpha.7
|
|
@@ -32,9 +42,9 @@
|
|
|
32
42
|
### Patch Changes
|
|
33
43
|
|
|
34
44
|
- Updated dependencies
|
|
35
|
-
[[`415f436a0`](https://github.com/benjie/
|
|
36
|
-
[`5b8e46a8a`](https://github.com/benjie/
|
|
37
|
-
[`bb64c090d`](https://github.com/benjie/
|
|
45
|
+
[[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051),
|
|
46
|
+
[`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e),
|
|
47
|
+
[`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)]:
|
|
38
48
|
- postgraphile@5.0.0-alpha.18
|
|
39
49
|
|
|
40
50
|
## 5.0.0-alpha.10
|
|
@@ -42,7 +52,7 @@
|
|
|
42
52
|
### Patch Changes
|
|
43
53
|
|
|
44
54
|
- Updated dependencies
|
|
45
|
-
[[`c1518fad0`](https://github.com/benjie/
|
|
55
|
+
[[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
|
|
46
56
|
- graphile-build@5.0.0-alpha.16
|
|
47
57
|
- postgraphile@5.0.0-alpha.17
|
|
48
58
|
|
|
@@ -58,20 +68,20 @@
|
|
|
58
68
|
|
|
59
69
|
### Patch Changes
|
|
60
70
|
|
|
61
|
-
- [#410](https://github.com/benjie/
|
|
62
|
-
[`a7cd7eecf`](https://github.com/benjie/
|
|
71
|
+
- [#410](https://github.com/benjie/crystal/pull/410)
|
|
72
|
+
[`a7cd7eecf`](https://github.com/benjie/crystal/commit/a7cd7eecfb81a74a2a6e6500054f2defb8f2205e)
|
|
63
73
|
Thanks [@benjie](https://github.com/benjie)! - Add new
|
|
64
74
|
`graphile behavior debug` command for debugging behavior strings.
|
|
65
75
|
|
|
66
76
|
- Updated dependencies
|
|
67
|
-
[[`e7dd2e039`](https://github.com/benjie/
|
|
68
|
-
[`620f9e07e`](https://github.com/benjie/
|
|
69
|
-
[`881672305`](https://github.com/benjie/
|
|
70
|
-
[`9ab2adba2`](https://github.com/benjie/
|
|
71
|
-
[`ff4395bfc`](https://github.com/benjie/
|
|
72
|
-
[`502b23340`](https://github.com/benjie/
|
|
73
|
-
[`dc94b4a30`](https://github.com/benjie/
|
|
74
|
-
[`4eda0cd57`](https://github.com/benjie/
|
|
77
|
+
[[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
|
|
78
|
+
[`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
|
|
79
|
+
[`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
|
|
80
|
+
[`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
|
|
81
|
+
[`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
|
|
82
|
+
[`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b),
|
|
83
|
+
[`dc94b4a30`](https://github.com/benjie/crystal/commit/dc94b4a3003a2fbe1d76e17bb519092fa134243a),
|
|
84
|
+
[`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
|
|
75
85
|
- graphile-build@5.0.0-alpha.14
|
|
76
86
|
- postgraphile@5.0.0-alpha.15
|
|
77
87
|
|
|
@@ -79,14 +89,14 @@
|
|
|
79
89
|
|
|
80
90
|
### Patch Changes
|
|
81
91
|
|
|
82
|
-
- [#408](https://github.com/benjie/
|
|
83
|
-
[`bc14d488d`](https://github.com/benjie/
|
|
92
|
+
- [#408](https://github.com/benjie/crystal/pull/408)
|
|
93
|
+
[`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
|
|
84
94
|
Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a
|
|
85
95
|
concrete locale to localeCompare to ensure stable ordering across machines.
|
|
86
96
|
- Updated dependencies
|
|
87
|
-
[[`675b7abb9`](https://github.com/benjie/
|
|
88
|
-
[`c5050dd28`](https://github.com/benjie/
|
|
89
|
-
[`0d1782869`](https://github.com/benjie/
|
|
97
|
+
[[`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
|
|
98
|
+
[`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
|
|
99
|
+
[`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
|
|
90
100
|
- graphile-config@0.0.1-alpha.6
|
|
91
101
|
|
|
92
102
|
## 5.0.0-alpha.6
|
|
@@ -94,15 +104,15 @@
|
|
|
94
104
|
### Patch Changes
|
|
95
105
|
|
|
96
106
|
- Updated dependencies
|
|
97
|
-
[[`644938276`](https://github.com/benjie/
|
|
107
|
+
[[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
|
|
98
108
|
- graphile-config@0.0.1-alpha.5
|
|
99
109
|
|
|
100
110
|
## 5.0.0-alpha.5
|
|
101
111
|
|
|
102
112
|
### Patch Changes
|
|
103
113
|
|
|
104
|
-
- [#399](https://github.com/benjie/
|
|
105
|
-
[`409581534`](https://github.com/benjie/
|
|
114
|
+
- [#399](https://github.com/benjie/crystal/pull/399)
|
|
115
|
+
[`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
|
|
106
116
|
Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
|
|
107
117
|
to be instead (or also) peerDependencies, to avoid duplicate modules.
|
|
108
118
|
|
|
@@ -111,7 +121,7 @@
|
|
|
111
121
|
### Patch Changes
|
|
112
122
|
|
|
113
123
|
- Updated dependencies
|
|
114
|
-
[[`198ac74d5`](https://github.com/benjie/
|
|
124
|
+
[[`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25)]:
|
|
115
125
|
- graphile-config@0.0.1-alpha.4
|
|
116
126
|
|
|
117
127
|
## 5.0.0-alpha.3
|
|
@@ -119,31 +129,31 @@
|
|
|
119
129
|
### Patch Changes
|
|
120
130
|
|
|
121
131
|
- Updated dependencies
|
|
122
|
-
[[`adc7ae5e0`](https://github.com/benjie/
|
|
132
|
+
[[`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
|
|
123
133
|
- graphile-config@0.0.1-alpha.3
|
|
124
134
|
|
|
125
135
|
## 5.0.0-alpha.2
|
|
126
136
|
|
|
127
137
|
### Patch Changes
|
|
128
138
|
|
|
129
|
-
- [`7f857950a`](https://github.com/benjie/
|
|
139
|
+
- [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
|
|
130
140
|
Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
|
|
131
141
|
TypeScript/tslib
|
|
132
142
|
|
|
133
143
|
- Updated dependencies
|
|
134
|
-
[[`7f857950a`](https://github.com/benjie/
|
|
144
|
+
[[`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
|
|
135
145
|
- graphile-config@0.0.1-alpha.2
|
|
136
146
|
|
|
137
147
|
## 5.0.0-alpha.1
|
|
138
148
|
|
|
139
149
|
### Patch Changes
|
|
140
150
|
|
|
141
|
-
- [`759ad403d`](https://github.com/benjie/
|
|
151
|
+
- [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
|
|
142
152
|
Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
|
|
143
153
|
https://postgraphile.org/news/2023-04-26-version-5-alpha
|
|
144
154
|
|
|
145
155
|
- Updated dependencies
|
|
146
|
-
[[`759ad403d`](https://github.com/benjie/
|
|
156
|
+
[[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
|
|
147
157
|
- graphile-config@0.0.1-alpha.1
|
|
148
158
|
|
|
149
159
|
## 5.0.0-1.3
|
|
@@ -151,15 +161,15 @@
|
|
|
151
161
|
### Patch Changes
|
|
152
162
|
|
|
153
163
|
- Updated dependencies
|
|
154
|
-
[[`b4eaf89f4`](https://github.com/benjie/
|
|
164
|
+
[[`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
|
|
155
165
|
- graphile-config@0.0.1-1.2
|
|
156
166
|
|
|
157
167
|
## 5.0.0-1.2
|
|
158
168
|
|
|
159
169
|
### Patch Changes
|
|
160
170
|
|
|
161
|
-
- [#291](https://github.com/benjie/
|
|
162
|
-
[`611f00140`](https://github.com/benjie/
|
|
171
|
+
- [#291](https://github.com/benjie/crystal/pull/291)
|
|
172
|
+
[`611f00140`](https://github.com/benjie/crystal/commit/611f00140d7f5b0620e274fc21869ec82055e080)
|
|
163
173
|
Thanks [@benjie](https://github.com/benjie)! - New `graphile inflection list`
|
|
164
174
|
command to list the available inflectors (and their docs/types) based on your
|
|
165
175
|
plugins and presets.
|
|
@@ -168,12 +178,12 @@
|
|
|
168
178
|
|
|
169
179
|
### Patch Changes
|
|
170
180
|
|
|
171
|
-
- [#260](https://github.com/benjie/
|
|
172
|
-
[`d5312e6b9`](https://github.com/benjie/
|
|
181
|
+
- [#260](https://github.com/benjie/crystal/pull/260)
|
|
182
|
+
[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
|
|
173
183
|
Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
|
|
174
184
|
|
|
175
|
-
- [#271](https://github.com/benjie/
|
|
176
|
-
[`261eb520b`](https://github.com/benjie/
|
|
185
|
+
- [#271](https://github.com/benjie/crystal/pull/271)
|
|
186
|
+
[`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
|
|
177
187
|
Thanks [@benjie](https://github.com/benjie)! - 🚨 **RENAME ALL THE THINGS**
|
|
178
188
|
|
|
179
189
|
The term 'source' was overloaded, and 'configs' was too vague, and
|
|
@@ -201,7 +211,7 @@
|
|
|
201
211
|
`helpers.pgIntrospection.getExecutorForService`
|
|
202
212
|
|
|
203
213
|
- Updated dependencies
|
|
204
|
-
[[`d5312e6b9`](https://github.com/benjie/
|
|
214
|
+
[[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)]:
|
|
205
215
|
- graphile-config@0.0.1-1.1
|
|
206
216
|
|
|
207
217
|
## 5.0.0-0.7
|
|
@@ -216,15 +226,15 @@
|
|
|
216
226
|
### Patch Changes
|
|
217
227
|
|
|
218
228
|
- Updated dependencies
|
|
219
|
-
[[`11e7c12c5`](https://github.com/benjie/
|
|
229
|
+
[[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
|
|
220
230
|
- graphile-config@0.0.1-0.6
|
|
221
231
|
|
|
222
232
|
## 5.0.0-0.5
|
|
223
233
|
|
|
224
234
|
### Patch Changes
|
|
225
235
|
|
|
226
|
-
- [#229](https://github.com/benjie/
|
|
227
|
-
[`d94f0eae6`](https://github.com/benjie/
|
|
236
|
+
- [#229](https://github.com/benjie/crystal/pull/229)
|
|
237
|
+
[`d94f0eae6`](https://github.com/benjie/crystal/commit/d94f0eae68013fbf146187d40aaecdacefeea639)
|
|
228
238
|
Thanks [@benjie](https://github.com/benjie)! - Strip 'undefined' values from
|
|
229
239
|
'graphile config print'
|
|
230
240
|
|
|
@@ -240,15 +250,15 @@
|
|
|
240
250
|
### Patch Changes
|
|
241
251
|
|
|
242
252
|
- Updated dependencies
|
|
243
|
-
[[`842f6ccbb`](https://github.com/benjie/
|
|
253
|
+
[[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
|
|
244
254
|
- graphile-config@0.0.1-0.4
|
|
245
255
|
|
|
246
256
|
## 5.0.0-0.2
|
|
247
257
|
|
|
248
258
|
### Patch Changes
|
|
249
259
|
|
|
250
|
-
- [#183](https://github.com/benjie/
|
|
251
|
-
[`dc4ff1268`](https://github.com/benjie/
|
|
260
|
+
- [#183](https://github.com/benjie/crystal/pull/183)
|
|
261
|
+
[`dc4ff1268`](https://github.com/benjie/crystal/commit/dc4ff12681eeaef3a493fea5481e31f13c9f1874)
|
|
252
262
|
Thanks [@benjie](https://github.com/benjie)! - Enhance config printing with
|
|
253
263
|
full description printer and plugin ordering debugger
|
|
254
264
|
|
|
@@ -256,12 +266,12 @@
|
|
|
256
266
|
|
|
257
267
|
### Patch Changes
|
|
258
268
|
|
|
259
|
-
- [#176](https://github.com/benjie/
|
|
260
|
-
[`7c89c2143`](https://github.com/benjie/
|
|
269
|
+
- [#176](https://github.com/benjie/crystal/pull/176)
|
|
270
|
+
[`7c89c2143`](https://github.com/benjie/crystal/commit/7c89c2143c73408ec63caabd68634f77f2b48511)
|
|
261
271
|
Thanks [@benjie](https://github.com/benjie)! - Introduce 'graphile' command
|
|
262
272
|
with two config-related subcommands: 'graphile config print' and 'graphile
|
|
263
273
|
config options'.
|
|
264
274
|
- Updated dependencies
|
|
265
|
-
[[`19e2961de`](https://github.com/benjie/
|
|
266
|
-
[`11d6be65e`](https://github.com/benjie/
|
|
275
|
+
[[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
|
|
276
|
+
[`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
|
|
267
277
|
- graphile-config@0.0.1-0.3
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "graphile",
|
|
3
|
-
"version": "5.0.0-alpha.
|
|
3
|
+
"version": "5.0.0-alpha.13",
|
|
4
4
|
"description": "Swiss army knife for dealing with all things Graphile",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": "dist/cli-run.js",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"typescript": "^5.0.4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"graphile-build": "^5.0.0-alpha.
|
|
42
|
+
"graphile-build": "^5.0.0-alpha.18",
|
|
43
43
|
"graphile-config": "^0.0.1-alpha.7",
|
|
44
|
-
"postgraphile": "^5.0.0-alpha.
|
|
44
|
+
"postgraphile": "^5.0.0-alpha.20"
|
|
45
45
|
},
|
|
46
46
|
"peerDependenciesMeta": {
|
|
47
47
|
"graphile-build": {
|