graphile 5.0.0-beta.9 → 5.0.0-rc.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 (46) hide show
  1. package/CHANGELOG.md +523 -1
  2. package/dist/cli.d.ts +0 -1
  3. package/dist/cli.d.ts.map +1 -1
  4. package/dist/cli.js +2 -3
  5. package/dist/cli.js.map +1 -1
  6. package/dist/commands/behavior/cli.d.ts +0 -1
  7. package/dist/commands/behavior/cli.d.ts.map +1 -1
  8. package/dist/commands/behavior/cli.js +2 -3
  9. package/dist/commands/behavior/cli.js.map +1 -1
  10. package/dist/commands/behavior/debug/cli.d.ts +0 -1
  11. package/dist/commands/behavior/debug/cli.d.ts.map +1 -1
  12. package/dist/commands/behavior/debug/cli.js +2 -3
  13. package/dist/commands/behavior/debug/cli.js.map +1 -1
  14. package/dist/commands/behavior/debug/main.d.ts.map +1 -1
  15. package/dist/commands/behavior/debug/main.js +3 -4
  16. package/dist/commands/behavior/debug/main.js.map +1 -1
  17. package/dist/commands/config/cli.d.ts +0 -1
  18. package/dist/commands/config/cli.d.ts.map +1 -1
  19. package/dist/commands/config/cli.js +2 -3
  20. package/dist/commands/config/cli.js.map +1 -1
  21. package/dist/commands/config/options/cli.d.ts +0 -1
  22. package/dist/commands/config/options/cli.d.ts.map +1 -1
  23. package/dist/commands/config/options/cli.js +2 -3
  24. package/dist/commands/config/options/cli.js.map +1 -1
  25. package/dist/commands/config/options/main.js +1 -2
  26. package/dist/commands/config/options/main.js.map +1 -1
  27. package/dist/commands/config/print/cli.d.ts +0 -1
  28. package/dist/commands/config/print/cli.d.ts.map +1 -1
  29. package/dist/commands/config/print/cli.js +3 -4
  30. package/dist/commands/config/print/cli.js.map +1 -1
  31. package/dist/commands/inflection/cli.d.ts +0 -1
  32. package/dist/commands/inflection/cli.d.ts.map +1 -1
  33. package/dist/commands/inflection/cli.js +2 -3
  34. package/dist/commands/inflection/cli.js.map +1 -1
  35. package/dist/commands/inflection/list/cli.d.ts +0 -1
  36. package/dist/commands/inflection/list/cli.d.ts.map +1 -1
  37. package/dist/commands/inflection/list/cli.js +2 -3
  38. package/dist/commands/inflection/list/cli.js.map +1 -1
  39. package/dist/commands/inflection/list/main.js +1 -2
  40. package/dist/commands/inflection/list/main.js.map +1 -1
  41. package/dist/stripAnsi.js +2 -2
  42. package/dist/stripAnsi.js.map +1 -1
  43. package/dist/utils/typescriptVfs.d.ts.map +1 -1
  44. package/dist/utils/typescriptVfs.js +8 -8
  45. package/dist/utils/typescriptVfs.js.map +1 -1
  46. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,528 @@
1
1
  # graphile
2
2
 
3
+ ## 5.0.0-rc.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2829](https://github.com/graphile/crystal/pull/2829)
8
+ [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)
9
+ Thanks [@benjie](https://github.com/benjie)! - Update dependency ranges.
10
+
11
+ - Updated dependencies
12
+ [[`5ad7ad0`](https://github.com/graphile/crystal/commit/5ad7ad018c0c4429005da8c680ba5f415ad560ed),
13
+ [`bd6b605`](https://github.com/graphile/crystal/commit/bd6b60574e7c6f4e296eefb6de3475479beb7c93),
14
+ [`a82e6fa`](https://github.com/graphile/crystal/commit/a82e6fae099f7e9d62fb3fc1ee173368cdabca27)]:
15
+ - graphile-build@5.0.0-rc.2
16
+ - postgraphile@5.0.0-rc.2
17
+ - graphile-config@1.0.0-rc.2
18
+
19
+ ## 5.0.0-rc.1
20
+
21
+ ### Patch Changes
22
+
23
+ - [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327)
24
+ Thanks [@benjie](https://github.com/benjie)! - Bump to release candidate
25
+
26
+ - Updated dependencies
27
+ [[`9797500`](https://github.com/graphile/crystal/commit/9797500071f4bbd0cc1b73c74e7f402cb1bb687f),
28
+ [`3fb7111`](https://github.com/graphile/crystal/commit/3fb71118462ba2d97f045023c715e4b0a447766a),
29
+ [`92781a1`](https://github.com/graphile/crystal/commit/92781a183b3548902ed92b152ae915d597d62b97),
30
+ [`71adb87`](https://github.com/graphile/crystal/commit/71adb87f21069f70df1c1f8b90146bd176bd30fe),
31
+ [`982c1a5`](https://github.com/graphile/crystal/commit/982c1a566da21706f85c7bfb0adda210e251e6e1),
32
+ [`6a4e3b9`](https://github.com/graphile/crystal/commit/6a4e3b9ec182f7d066600aee0f8cc21d451b0ae2),
33
+ [`eb39702`](https://github.com/graphile/crystal/commit/eb3970215a61a78e18359e6ebb473c2cb3991bd7),
34
+ [`c6cbe61`](https://github.com/graphile/crystal/commit/c6cbe6175b0f1f034db59d42cbe594e7d329aba6),
35
+ [`8a5a7c5`](https://github.com/graphile/crystal/commit/8a5a7c536fc4b9b702600c5cc3d413724670c327),
36
+ [`b6821f5`](https://github.com/graphile/crystal/commit/b6821f5f4dc13abd0b605be7396c1b3c36e66177)]:
37
+ - postgraphile@5.0.0-rc.1
38
+ - graphile-build@5.0.0-rc.1
39
+ - graphile-config@1.0.0-rc.1
40
+
41
+ ## 5.0.0-beta.45
42
+
43
+ ### Patch Changes
44
+
45
+ - [#2678](https://github.com/graphile/crystal/pull/2678)
46
+ [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98)
47
+ Thanks [@benjie](https://github.com/benjie)! - Remove peer dependency
48
+ optionality in an attempt to satisfy pnpm's installation algorithms
49
+ - Updated dependencies
50
+ [[`b09719f`](https://github.com/graphile/crystal/commit/b09719f5107eada15104c2bbfa4f1290af0a4465),
51
+ [`5dbb9e8`](https://github.com/graphile/crystal/commit/5dbb9e87850ce8de29ab4fec18c9d06333b642de),
52
+ [`cfd4c3c`](https://github.com/graphile/crystal/commit/cfd4c3cff0ef40ed87a2c700b7719c1ca0e73588),
53
+ [`3d5c464`](https://github.com/graphile/crystal/commit/3d5c4641df66b431066efd6c74b67ca0d38ba7f4),
54
+ [`208364f`](https://github.com/graphile/crystal/commit/208364f9423abd240a0772b661986aae6e185c47),
55
+ [`6762c70`](https://github.com/graphile/crystal/commit/6762c7005c56d17c06cebb6857e8d295d86399eb),
56
+ [`13513dd`](https://github.com/graphile/crystal/commit/13513ddaea15ad9498a77de7c4e92679498f99ca),
57
+ [`bc2b188`](https://github.com/graphile/crystal/commit/bc2b188a50e00f153dc68df6955399c5917130bd),
58
+ [`87a4c92`](https://github.com/graphile/crystal/commit/87a4c92dc89093a8bd601dcd692910eadf0c4cd3),
59
+ [`703d162`](https://github.com/graphile/crystal/commit/703d162df2cc148ac343c1339b8e7df750aa781d),
60
+ [`4a9072b`](https://github.com/graphile/crystal/commit/4a9072bfa3d3e86c6013caf2b89a31e87f2bb421),
61
+ [`7766c19`](https://github.com/graphile/crystal/commit/7766c19ecefd3aebc965306db90ba29b3b05200c),
62
+ [`6dafac1`](https://github.com/graphile/crystal/commit/6dafac162955291e5147c21e57734b44e30acb98),
63
+ [`aa8fb3d`](https://github.com/graphile/crystal/commit/aa8fb3dbd23b0c3b6b8039922cb4ab7293b51844),
64
+ [`e15f886`](https://github.com/graphile/crystal/commit/e15f886cae1041416b44b74b75426f8d43000dcf),
65
+ [`185d449`](https://github.com/graphile/crystal/commit/185d449ed30d29c9134cc898b50a1473ab2910a2),
66
+ [`f83b191`](https://github.com/graphile/crystal/commit/f83b191f39c9d521fd12563cca6aa20d1a6f0494)]:
67
+ - postgraphile@5.0.0-beta.47
68
+ - graphile-config@0.0.1-beta.18
69
+ - graphile-build@5.0.0-beta.38
70
+
71
+ ## 5.0.0-beta.44
72
+
73
+ ### Patch Changes
74
+
75
+ - [#2600](https://github.com/graphile/crystal/pull/2600)
76
+ [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957)
77
+ Thanks [@benjie](https://github.com/benjie)! - Mark all
78
+ peerDependencies=dependencies modules as optional peerDependencies to make
79
+ pnpm marginally happier hopefully.
80
+ - Updated dependencies
81
+ [[`4c8f028`](https://github.com/graphile/crystal/commit/4c8f028a7e5c4388efbab53ea65e7b3018ab6d47),
82
+ [`5451c90`](https://github.com/graphile/crystal/commit/5451c9031e341bdae16dc1b7a3b6b19154056701),
83
+ [`1d76d2f`](https://github.com/graphile/crystal/commit/1d76d2f0d19b4d56895ee9988440a35d2c60f9f9),
84
+ [`7147cb0`](https://github.com/graphile/crystal/commit/7147cb07e4d7286bb3b9e949164a2a232d59e28c),
85
+ [`7847c0b`](https://github.com/graphile/crystal/commit/7847c0b09aa6be5526df8ccdb3f429e680a2da03),
86
+ [`0e6c4e0`](https://github.com/graphile/crystal/commit/0e6c4e062be3ecb79c0ae30c89fad1550a0b5e98),
87
+ [`ad588ec`](https://github.com/graphile/crystal/commit/ad588ecde230359f56800e414b7c5fa1aed14957),
88
+ [`e8bb5be`](https://github.com/graphile/crystal/commit/e8bb5be91df242d3c2b8ed4e7010d48feffdcfe2)]:
89
+ - postgraphile@5.0.0-beta.44
90
+ - graphile-build@5.0.0-beta.36
91
+
92
+ ## 5.0.0-beta.43
93
+
94
+ ### Patch Changes
95
+
96
+ - [#2577](https://github.com/graphile/crystal/pull/2577)
97
+ [`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47)
98
+ Thanks [@benjie](https://github.com/benjie)! - Update dependencies
99
+
100
+ - Updated dependencies
101
+ [[`0c6b1f1`](https://github.com/graphile/crystal/commit/0c6b1f1e188f6e2913832adfed9ca76dfdc25c47),
102
+ [`e0cdabe`](https://github.com/graphile/crystal/commit/e0cdabe25c8894da550546c93bc03b895585544c)]:
103
+ - graphile-build@5.0.0-beta.35
104
+ - postgraphile@5.0.0-beta.43
105
+ - graphile-config@0.0.1-beta.17
106
+
107
+ ## 5.0.0-beta.42
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies
112
+ [[`5c802ea6819361eed36b75f246ae0adb35b14669`](https://github.com/graphile/crystal/commit/5c802ea6819361eed36b75f246ae0adb35b14669)]:
113
+ - postgraphile@5.0.0-beta.42
114
+ - graphile-build@5.0.0-beta.34
115
+
116
+ ## 5.0.0-beta.41
117
+
118
+ ### Patch Changes
119
+
120
+ - [#2482](https://github.com/graphile/crystal/pull/2482)
121
+ [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37)
122
+ Thanks [@benjie](https://github.com/benjie)! - Minimum version of Node.js
123
+ bumped to Node 22 (the latest LTS).
124
+
125
+ - Updated dependencies
126
+ [[`192a27e08763ea26607344a2ea6c7f5c595cc2a3`](https://github.com/graphile/crystal/commit/192a27e08763ea26607344a2ea6c7f5c595cc2a3),
127
+ [`09d95319be3e25e023dfbab9d1542dfe06f65355`](https://github.com/graphile/crystal/commit/09d95319be3e25e023dfbab9d1542dfe06f65355),
128
+ [`a830770e775a65ce1d09fa767f38e84f5c0e5139`](https://github.com/graphile/crystal/commit/a830770e775a65ce1d09fa767f38e84f5c0e5139),
129
+ [`459e1869a2ec58925b2bac5458af487c52a8ca37`](https://github.com/graphile/crystal/commit/459e1869a2ec58925b2bac5458af487c52a8ca37),
130
+ [`c43ed67b9d3acbadb172ee88ba9c2a4d32528a25`](https://github.com/graphile/crystal/commit/c43ed67b9d3acbadb172ee88ba9c2a4d32528a25),
131
+ [`576fb8bad56cb940ab444574d752e914d462018a`](https://github.com/graphile/crystal/commit/576fb8bad56cb940ab444574d752e914d462018a),
132
+ [`45adaff886e7cd72b864150927be6c0cb4a7dfe8`](https://github.com/graphile/crystal/commit/45adaff886e7cd72b864150927be6c0cb4a7dfe8),
133
+ [`b05d57b932ea00d10715dcab9f79d443408881fc`](https://github.com/graphile/crystal/commit/b05d57b932ea00d10715dcab9f79d443408881fc)]:
134
+ - postgraphile@5.0.0-beta.41
135
+ - graphile-build@5.0.0-beta.34
136
+ - graphile-config@0.0.1-beta.16
137
+
138
+ ## 5.0.0-beta.40
139
+
140
+ ### Patch Changes
141
+
142
+ - Updated dependencies []:
143
+ - postgraphile@5.0.0-beta.40
144
+
145
+ ## 5.0.0-beta.39
146
+
147
+ ### Patch Changes
148
+
149
+ - Updated dependencies
150
+ [[`2f31836cb89a7ab27a8919803fe12b53a46d77e4`](https://github.com/graphile/crystal/commit/2f31836cb89a7ab27a8919803fe12b53a46d77e4),
151
+ [`7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7`](https://github.com/graphile/crystal/commit/7c38cdeffe034c9b4f5cdd03a8f7f446bd52dcb7),
152
+ [`e6da5d956ab696932410e7172cedfacba71dbf5e`](https://github.com/graphile/crystal/commit/e6da5d956ab696932410e7172cedfacba71dbf5e),
153
+ [`72b300b436a7acedaa7d0e3a7a5458d15a0e5396`](https://github.com/graphile/crystal/commit/72b300b436a7acedaa7d0e3a7a5458d15a0e5396),
154
+ [`c041fd250372c57601188b65a6411c8f440afab6`](https://github.com/graphile/crystal/commit/c041fd250372c57601188b65a6411c8f440afab6),
155
+ [`6d19724330d50d076aab9442660fa8abddd095cb`](https://github.com/graphile/crystal/commit/6d19724330d50d076aab9442660fa8abddd095cb),
156
+ [`da6f3c04efe3d8634c0bc3fcf93ac2518de85322`](https://github.com/graphile/crystal/commit/da6f3c04efe3d8634c0bc3fcf93ac2518de85322),
157
+ [`8026b982a81776fb3d1d808392970c2d678c4023`](https://github.com/graphile/crystal/commit/8026b982a81776fb3d1d808392970c2d678c4023),
158
+ [`00d79e6f5608affc3f36bb0ce4ca2547230174e7`](https://github.com/graphile/crystal/commit/00d79e6f5608affc3f36bb0ce4ca2547230174e7)]:
159
+ - postgraphile@5.0.0-beta.39
160
+ - graphile-build@5.0.0-beta.33
161
+ - graphile-config@0.0.1-beta.15
162
+
163
+ ## 5.0.0-beta.38
164
+
165
+ ### Patch Changes
166
+
167
+ - Updated dependencies []:
168
+ - postgraphile@5.0.0-beta.38
169
+ - graphile-build@5.0.0-beta.32
170
+
171
+ ## 5.0.0-beta.37
172
+
173
+ ### Patch Changes
174
+
175
+ - Updated dependencies
176
+ [[`83c546509`](https://github.com/graphile/crystal/commit/83c546509d24be2955a56120981363ad3c3a5f3f)]:
177
+ - graphile-config@0.0.1-beta.14
178
+ - graphile-build@5.0.0-beta.31
179
+ - postgraphile@5.0.0-beta.37
180
+
181
+ ## 5.0.0-beta.36
182
+
183
+ ### Patch Changes
184
+
185
+ - Updated dependencies
186
+ [[`7580bc16a`](https://github.com/graphile/crystal/commit/7580bc16a050fd8d916c6dabe9d1ded980090349),
187
+ [`b336a5829`](https://github.com/graphile/crystal/commit/b336a58291cfec7aef884d3843172d408abfaf3c)]:
188
+ - graphile-config@0.0.1-beta.13
189
+ - postgraphile@5.0.0-beta.36
190
+ - graphile-build@5.0.0-beta.30
191
+
192
+ ## 5.0.0-beta.35
193
+
194
+ ### Patch Changes
195
+
196
+ - Updated dependencies
197
+ [[`bee1db4f4`](https://github.com/graphile/crystal/commit/bee1db4f442502b62cb05cd0f7092990328497b8)]:
198
+ - postgraphile@5.0.0-beta.35
199
+
200
+ ## 5.0.0-beta.34
201
+
202
+ ### Patch Changes
203
+
204
+ - Updated dependencies
205
+ [[`555d65cce`](https://github.com/graphile/crystal/commit/555d65ccecb875f1e34cb40108176f0ddc11df64),
206
+ [`efa25d97d`](https://github.com/graphile/crystal/commit/efa25d97df2e00f13bc29806d396a8366a121031),
207
+ [`d13b76f0f`](https://github.com/graphile/crystal/commit/d13b76f0fef2a58466ecb44880af62d25910e83e),
208
+ [`b167bd849`](https://github.com/graphile/crystal/commit/b167bd8499be5866b71bac6594d55bd768fda1d0),
209
+ [`d88b69d05`](https://github.com/graphile/crystal/commit/d88b69d0591601fb44b3e6e71b137b8235e70157),
210
+ [`2a37fb99a`](https://github.com/graphile/crystal/commit/2a37fb99a04784647dff6ab8c5bfffb072cc6e8a),
211
+ [`5d9f2de85`](https://github.com/graphile/crystal/commit/5d9f2de8519b216732b17464d0b326ec8d7c58de),
212
+ [`6a13ecbd4`](https://github.com/graphile/crystal/commit/6a13ecbd45534c39c846c1d8bc58242108426dd1),
213
+ [`86e228299`](https://github.com/graphile/crystal/commit/86e22829996a745dc1f8cbaf32e709b1bd346e79)]:
214
+ - graphile-build@5.0.0-beta.29
215
+ - postgraphile@5.0.0-beta.34
216
+ - graphile-config@0.0.1-beta.12
217
+
218
+ ## 5.0.0-beta.33
219
+
220
+ ### Patch Changes
221
+
222
+ - Updated dependencies
223
+ [[`87bdf9730`](https://github.com/graphile/crystal/commit/87bdf973036a3801e44b22cfc9f0feb639de4aa9),
224
+ [`5626c7d36`](https://github.com/graphile/crystal/commit/5626c7d3649285e11fe9857dfa319d2883d027eb),
225
+ [`aa480f6a3`](https://github.com/graphile/crystal/commit/aa480f6a3db8b545ff113e7a3a4b479be42a0eab)]:
226
+ - postgraphile@5.0.0-beta.33
227
+ - graphile-config@0.0.1-beta.11
228
+ - graphile-build@5.0.0-beta.28
229
+
230
+ ## 5.0.0-beta.32
231
+
232
+ ### Patch Changes
233
+
234
+ - Updated dependencies
235
+ [[`632691409`](https://github.com/graphile/crystal/commit/6326914098af55f20ac85ccf3537e75910a7dafa)]:
236
+ - graphile-build@5.0.0-beta.27
237
+ - postgraphile@5.0.0-beta.32
238
+
239
+ ## 5.0.0-beta.31
240
+
241
+ ### Patch Changes
242
+
243
+ - Updated dependencies
244
+ [[`0b1f7b577`](https://github.com/graphile/crystal/commit/0b1f7b577114a49b8e3283823845ec6e37484240)]:
245
+ - graphile-build@5.0.0-beta.26
246
+ - postgraphile@5.0.0-beta.31
247
+
248
+ ## 5.0.0-beta.30
249
+
250
+ ### Patch Changes
251
+
252
+ - [#2187](https://github.com/graphile/crystal/pull/2187)
253
+ [`f3f54f46c`](https://github.com/graphile/crystal/commit/f3f54f46c1887131ff8babf63261a167e7aef74c)
254
+ Thanks [@benjie](https://github.com/benjie)! - Fixes bug in 'graphile behavior
255
+ debug pgResourceUnique' command.
256
+
257
+ - [#2160](https://github.com/graphile/crystal/pull/2160)
258
+ [`2dfc10fb6`](https://github.com/graphile/crystal/commit/2dfc10fb6be16f7a9e902f7e0a360cbeab5b55db)
259
+ Thanks [@benjie](https://github.com/benjie)! - Fix interactions with behavior
260
+ system, including fixing debugging behaviors when naming conflicts occur in
261
+ the schema.
262
+ - Updated dependencies
263
+ [[`d7e6e714f`](https://github.com/graphile/crystal/commit/d7e6e714f0cc5656112703484298b77538b2dccc),
264
+ [`bb006ec7b`](https://github.com/graphile/crystal/commit/bb006ec7bdab24192c84f093ce3f92969aeb7279),
265
+ [`653929af0`](https://github.com/graphile/crystal/commit/653929af0a99a8a4d52b66e66c736be668b8700a),
266
+ [`6fdc6cad8`](https://github.com/graphile/crystal/commit/6fdc6cad8f8d1230202df533d05cc2bd80538f09),
267
+ [`eb69c7361`](https://github.com/graphile/crystal/commit/eb69c7361fc7bf8c5b1ce342eeb698bd28c9e013),
268
+ [`54054b873`](https://github.com/graphile/crystal/commit/54054b8733236ba7b2f2fa47d84e085f7196e3f9),
269
+ [`c69b2fdec`](https://github.com/graphile/crystal/commit/c69b2fdec2d73f1101440eb96fe126f9ad77db98),
270
+ [`1eac03ec2`](https://github.com/graphile/crystal/commit/1eac03ec2e9da65c64b7754c04292f43da82c40b),
271
+ [`dfac43992`](https://github.com/graphile/crystal/commit/dfac43992019b0b6c1d113d2490a87eb03d103d7),
272
+ [`426e9320e`](https://github.com/graphile/crystal/commit/426e9320e76ef95927eebb6fe4072050b6208771),
273
+ [`282eb909f`](https://github.com/graphile/crystal/commit/282eb909f3e2dc74fb262714248d29056464fb1d),
274
+ [`2efadc0f8`](https://github.com/graphile/crystal/commit/2efadc0f80c3a0c172fb94c770afecc5447e832b),
275
+ [`e8a9fd424`](https://github.com/graphile/crystal/commit/e8a9fd4243981b892364148eca1df66620ddeb87),
276
+ [`cc0941731`](https://github.com/graphile/crystal/commit/cc0941731a1679bc04ce7b7fd4254009bb5f1f62),
277
+ [`50f6ce456`](https://github.com/graphile/crystal/commit/50f6ce456de3edd084869b54ee9f2eaf51a7fa0c),
278
+ [`b0865d169`](https://github.com/graphile/crystal/commit/b0865d1691105b5419009954c98c8109a27a5d81),
279
+ [`3b09b414f`](https://github.com/graphile/crystal/commit/3b09b414ff43c34593373fa1f242481b0c7ada70),
280
+ [`b7b6dd64f`](https://github.com/graphile/crystal/commit/b7b6dd64fcc07f2ca15528fd39d61297d743dcc6),
281
+ [`8b472cd51`](https://github.com/graphile/crystal/commit/8b472cd51cd66d8227f9f2722d09c0a774792b0f),
282
+ [`ba637b56d`](https://github.com/graphile/crystal/commit/ba637b56d79a14f82fe555739921724eab0c07f7),
283
+ [`9cd9bb522`](https://github.com/graphile/crystal/commit/9cd9bb5222a9f0398ee4b8bfa4f741b6de2a2192)]:
284
+ - postgraphile@5.0.0-beta.30
285
+ - graphile-build@5.0.0-beta.25
286
+ - graphile-config@0.0.1-beta.10
287
+
288
+ ## 5.0.0-beta.29
289
+
290
+ ### Patch Changes
291
+
292
+ - Updated dependencies
293
+ [[`52ef49ca9`](https://github.com/graphile/crystal/commit/52ef49ca9357e63d0aa5c06ac089bf57ee991c73),
294
+ [`e8a0c4441`](https://github.com/graphile/crystal/commit/e8a0c4441cd04402974cd0af6b80816c9cda91e7)]:
295
+ - postgraphile@5.0.0-beta.29
296
+ - graphile-build@5.0.0-beta.24
297
+
298
+ ## 5.0.0-beta.28
299
+
300
+ ### Patch Changes
301
+
302
+ - Updated dependencies []:
303
+ - postgraphile@5.0.0-beta.28
304
+ - graphile-build@5.0.0-beta.23
305
+
306
+ ## 5.0.0-beta.27
307
+
308
+ ### Patch Changes
309
+
310
+ - Updated dependencies
311
+ [[`1f67999eb`](https://github.com/graphile/crystal/commit/1f67999eb11435562ca76e8e7349aaadc28390f6),
312
+ [`8bdc553b7`](https://github.com/graphile/crystal/commit/8bdc553b79aae21a27d22a4e1f1e57ee2e5d1d3f),
313
+ [`4e102b1a1`](https://github.com/graphile/crystal/commit/4e102b1a1cd232e6f6703df0706415f01831dab2),
314
+ [`d6102714e`](https://github.com/graphile/crystal/commit/d6102714e4fec35952784c988c1617c789eee0cd),
315
+ [`c0e50a1b4`](https://github.com/graphile/crystal/commit/c0e50a1b4f1c95bfcafb5458dce0d5e56852d7d0)]:
316
+ - postgraphile@5.0.0-beta.27
317
+ - graphile-build@5.0.0-beta.22
318
+
319
+ ## 5.0.0-beta.26
320
+
321
+ ### Patch Changes
322
+
323
+ - Updated dependencies
324
+ [[`582bd768f`](https://github.com/graphile/crystal/commit/582bd768fec403ce3284f293b85b9fd86e4d3f40)]:
325
+ - graphile-build@5.0.0-beta.21
326
+ - postgraphile@5.0.0-beta.26
327
+ - graphile-config@0.0.1-beta.9
328
+
329
+ ## 5.0.0-beta.25
330
+
331
+ ### Patch Changes
332
+
333
+ - Updated dependencies []:
334
+ - graphile-build@5.0.0-beta.20
335
+ - postgraphile@5.0.0-beta.25
336
+
337
+ ## 5.0.0-beta.24
338
+
339
+ ### Patch Changes
340
+
341
+ - Updated dependencies
342
+ [[`437570f97`](https://github.com/graphile/crystal/commit/437570f97e8520afaf3d0d0b514d1f4c31546b76)]:
343
+ - postgraphile@5.0.0-beta.24
344
+ - graphile-build@5.0.0-beta.19
345
+
346
+ ## 5.0.0-beta.23
347
+
348
+ ### Patch Changes
349
+
350
+ - Updated dependencies
351
+ [[`1842af661`](https://github.com/graphile/crystal/commit/1842af661950d5f962b65f6362a45a3b9c8f15e8)]:
352
+ - graphile-build@5.0.0-beta.18
353
+ - postgraphile@5.0.0-beta.23
354
+
355
+ ## 5.0.0-beta.22
356
+
357
+ ### Patch Changes
358
+
359
+ - Updated dependencies
360
+ [[`5eca6d65a`](https://github.com/graphile/crystal/commit/5eca6d65a816bac3d0ceaa6cafa7df1a79c2be47),
361
+ [`ab08cbf9c`](https://github.com/graphile/crystal/commit/ab08cbf9c504c3cc22495a99a965e7634c18a6a3),
362
+ [`a287a57c2`](https://github.com/graphile/crystal/commit/a287a57c2765da0fb6a132ea0953f64453210ceb),
363
+ [`7ad35fe4d`](https://github.com/graphile/crystal/commit/7ad35fe4d9b20f6ec82dc95c362390a87e25b42c),
364
+ [`272608c13`](https://github.com/graphile/crystal/commit/272608c135e4ef0f76b8b5a9f764494a3f3ad779),
365
+ [`e0d69e518`](https://github.com/graphile/crystal/commit/e0d69e518a98c70f9b90f59d243ce33978c1b5a1),
366
+ [`db8ceed0f`](https://github.com/graphile/crystal/commit/db8ceed0f17923eb78ff09c9f3f28800a5c7e3b6),
367
+ [`966203504`](https://github.com/graphile/crystal/commit/96620350467ab8c65b56adf2f055e19450f8e772),
368
+ [`a0e82b9c5`](https://github.com/graphile/crystal/commit/a0e82b9c5f4e585f1af1e147299cd07944ece6f8),
369
+ [`c48d3da7f`](https://github.com/graphile/crystal/commit/c48d3da7fe4fac2562fab5f085d252a0bfb6f0b6),
370
+ [`bee0a0a68`](https://github.com/graphile/crystal/commit/bee0a0a68d48816f84b1a7f5ec69bd6069211426),
371
+ [`51a94417f`](https://github.com/graphile/crystal/commit/51a94417fb62b54d309be184f4be479bc267c2b7),
372
+ [`81d17460c`](https://github.com/graphile/crystal/commit/81d17460ced08608814635779c5cf997c19c101d)]:
373
+ - postgraphile@5.0.0-beta.22
374
+ - graphile-build@5.0.0-beta.17
375
+ - graphile-config@0.0.1-beta.8
376
+
377
+ ## 5.0.0-beta.21
378
+
379
+ ### Patch Changes
380
+
381
+ - Updated dependencies
382
+ [[`6c6be29f1`](https://github.com/graphile/crystal/commit/6c6be29f12b24782c926b2bc62ed2ede09ac05de),
383
+ [`6c80c44b7`](https://github.com/graphile/crystal/commit/6c80c44b76a5eb30cc2b1555ba81a4b6236f4300),
384
+ [`179d25b09`](https://github.com/graphile/crystal/commit/179d25b09bb3272eeef564067b8e512d8de0112f),
385
+ [`8315e8d01`](https://github.com/graphile/crystal/commit/8315e8d01c118cebc4ebbc53a2f264b958b252ad),
386
+ [`9d53dde72`](https://github.com/graphile/crystal/commit/9d53dde726b7304962e921b88a159649e49156e5)]:
387
+ - graphile-build@5.0.0-beta.16
388
+ - postgraphile@5.0.0-beta.21
389
+
390
+ ## 5.0.0-beta.20
391
+
392
+ ### Patch Changes
393
+
394
+ - Updated dependencies
395
+ [[`00d32d887`](https://github.com/graphile/crystal/commit/00d32d887a6ae01374a4fda1babab7c8f14832c0),
396
+ [`c62eee10b`](https://github.com/graphile/crystal/commit/c62eee10b445f9455bf2a0524ad2b828bdf4ffa6),
397
+ [`9ac0ddc01`](https://github.com/graphile/crystal/commit/9ac0ddc014bfceb60b4b5641d6e8db605cc6a79b),
398
+ [`3a2ea80ee`](https://github.com/graphile/crystal/commit/3a2ea80ee470b2aef91366727d7d60a0c65067f5),
399
+ [`ef44c29b2`](https://github.com/graphile/crystal/commit/ef44c29b24a1ad5a042ae1536a4546dd64b17195),
400
+ [`941e28003`](https://github.com/graphile/crystal/commit/941e280038a735014a9fe4e24fc534a197fac0f2),
401
+ [`8ea67f891`](https://github.com/graphile/crystal/commit/8ea67f8910693edaf70daa9952e35d8396166f38),
402
+ [`068be2f51`](https://github.com/graphile/crystal/commit/068be2f51d7a9c17311f26c6c9451985397c9e1f),
403
+ [`5de3e86eb`](https://github.com/graphile/crystal/commit/5de3e86eba1ddfe5e07732d0325c63e5d72d4b5b),
404
+ [`7587ca9e0`](https://github.com/graphile/crystal/commit/7587ca9e0f2bb93d0b22d1e2979d7b7912363600),
405
+ [`e20e66ed7`](https://github.com/graphile/crystal/commit/e20e66ed71b499ee5bbf05105f981809fd302212),
406
+ [`ec3112c7b`](https://github.com/graphile/crystal/commit/ec3112c7b58d142b4b1d86cbb7de4ca80bbfda00)]:
407
+ - postgraphile@5.0.0-beta.20
408
+ - graphile-build@5.0.0-beta.15
409
+ - graphile-config@0.0.1-beta.7
410
+
411
+ ## 5.0.0-beta.19
412
+
413
+ ### Patch Changes
414
+
415
+ - Updated dependencies
416
+ [[`555a2be03`](https://github.com/graphile/crystal/commit/555a2be037f49bd599abbaafe6e5d5ab190c96d6),
417
+ [`886833e2e`](https://github.com/graphile/crystal/commit/886833e2e319f23d905d7184ca88fca701b94044),
418
+ [`5b2db0c75`](https://github.com/graphile/crystal/commit/5b2db0c7586182523015f8f79fa4d43f98679c1e),
419
+ [`635af159f`](https://github.com/graphile/crystal/commit/635af159fd412171030dbaee3a82b661c516a9f8),
420
+ [`184773382`](https://github.com/graphile/crystal/commit/184773382f074a3b5339e4cfabec55173cd4f1e1),
421
+ [`f97d7976a`](https://github.com/graphile/crystal/commit/f97d7976a683a1e2cb0fed1ce0e30aeff8cc1886)]:
422
+ - postgraphile@5.0.0-beta.19
423
+ - graphile-build@5.0.0-beta.14
424
+
425
+ ## 5.0.0-beta.18
426
+
427
+ ### Patch Changes
428
+
429
+ - Updated dependencies
430
+ [[`0df5511ac`](https://github.com/graphile/crystal/commit/0df5511ac8b79ea34f8d12ebf8feeb421f8fe971),
431
+ [`7851d89ab`](https://github.com/graphile/crystal/commit/7851d89ab4216b0252583f0068a69900fa2ddc88)]:
432
+ - graphile-config@0.0.1-beta.6
433
+ - postgraphile@5.0.0-beta.18
434
+ - graphile-build@5.0.0-beta.13
435
+
436
+ ## 5.0.0-beta.17
437
+
438
+ ### Patch Changes
439
+
440
+ - Updated dependencies
441
+ [[`bce0636d4`](https://github.com/graphile/crystal/commit/bce0636d424476664672166193a181c83476423a),
442
+ [`004889258`](https://github.com/graphile/crystal/commit/004889258e22a19ffe9a641f57e4ddd5299db9bf),
443
+ [`f305c3278`](https://github.com/graphile/crystal/commit/f305c327848eb7baef46c5384a7cc5af6f79db8d),
444
+ [`9e1df08b7`](https://github.com/graphile/crystal/commit/9e1df08b702ae32870a8f1324bab37f447cba868),
445
+ [`8a0cdb95f`](https://github.com/graphile/crystal/commit/8a0cdb95f200b28b0ea1ab5caa12b23dce5f374f),
446
+ [`e04238c0a`](https://github.com/graphile/crystal/commit/e04238c0aee46cc86ba61d6461b6636c2f9d1183),
447
+ [`c66c3527c`](https://github.com/graphile/crystal/commit/c66c3527ce2bb38afa37242ecb5a22247efd6db9),
448
+ [`f66cc40b3`](https://github.com/graphile/crystal/commit/f66cc40b3bc5bf2e7f92fe5a6bd5638e2a51ac2b),
449
+ [`f18635a5c`](https://github.com/graphile/crystal/commit/f18635a5cf55845c9534d82bb483e5fbb9ed179e)]:
450
+ - postgraphile@5.0.0-beta.17
451
+ - graphile-build@5.0.0-beta.12
452
+ - graphile-config@0.0.1-beta.5
453
+
454
+ ## 5.0.0-beta.16
455
+
456
+ ### Patch Changes
457
+
458
+ - Updated dependencies
459
+ [[`2e7fc6449`](https://github.com/graphile/crystal/commit/2e7fc6449c2d08c44c32985811bb2e233a04056b),
460
+ [`7aef73319`](https://github.com/graphile/crystal/commit/7aef73319a8a147c700727be62427e1eefdefbf8)]:
461
+ - postgraphile@5.0.0-beta.16
462
+ - graphile-config@0.0.1-beta.4
463
+ - graphile-build@5.0.0-beta.11
464
+
465
+ ## 5.0.0-beta.15
466
+
467
+ ### Patch Changes
468
+
469
+ - Updated dependencies
470
+ [[`3dd5d86d6`](https://github.com/graphile/crystal/commit/3dd5d86d6c1ea7ba106c08e8a315ec47ed6cfa2d),
471
+ [`2d447a6b4`](https://github.com/graphile/crystal/commit/2d447a6b45d7db2813bd957f412cd959e2185759)]:
472
+ - postgraphile@5.0.0-beta.15
473
+
474
+ ## 5.0.0-beta.14
475
+
476
+ ### Patch Changes
477
+
478
+ - Updated dependencies
479
+ [[`ebb0b817e`](https://github.com/graphile/crystal/commit/ebb0b817e3efe210445d3f3396ff4bc53ebab3e7),
480
+ [`26e0bc726`](https://github.com/graphile/crystal/commit/26e0bc72653cd8dcef4b6cfb3c76876a5e620a12)]:
481
+ - postgraphile@5.0.0-beta.14
482
+
483
+ ## 5.0.0-beta.13
484
+
485
+ ### Patch Changes
486
+
487
+ - Updated dependencies []:
488
+ - postgraphile@5.0.0-beta.13
489
+
490
+ ## 5.0.0-beta.12
491
+
492
+ ### Patch Changes
493
+
494
+ - Updated dependencies
495
+ [[`4a4d26d87`](https://github.com/graphile/crystal/commit/4a4d26d87ce74589429b8ca5126a7bfdf30351b8),
496
+ [`b2bce88da`](https://github.com/graphile/crystal/commit/b2bce88da26c7a8965468be16fc2d935eadd3434),
497
+ [`861a8a306`](https://github.com/graphile/crystal/commit/861a8a306ef42a821da19e77903ddd7e8130bfb3),
498
+ [`9a84bc6dd`](https://github.com/graphile/crystal/commit/9a84bc6dd5b33c1919f75f867df1f61c78686695),
499
+ [`b728d7fb9`](https://github.com/graphile/crystal/commit/b728d7fb91eb29fbb21d955af5fd9cb4278f6222),
500
+ [`7d55d2c34`](https://github.com/graphile/crystal/commit/7d55d2c343880d7e665f9743f6ae7e39343c22cc)]:
501
+ - postgraphile@5.0.0-beta.12
502
+ - graphile-build@5.0.0-beta.10
503
+
504
+ ## 5.0.0-beta.11
505
+
506
+ ### Patch Changes
507
+
508
+ - [#514](https://github.com/graphile/crystal-pre-merge/pull/514)
509
+ [`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)
510
+ Thanks [@benjie](https://github.com/benjie)! - Update package.json repository
511
+ information
512
+
513
+ - Updated dependencies
514
+ [[`c9848f693`](https://github.com/graphile/crystal-pre-merge/commit/c9848f6936a5abd7740c0638bfb458fb5551f03b)]:
515
+ - graphile-build@5.0.0-beta.9
516
+ - postgraphile@5.0.0-beta.11
517
+ - graphile-config@0.0.1-beta.3
518
+
519
+ ## 5.0.0-beta.10
520
+
521
+ ### Patch Changes
522
+
523
+ - Updated dependencies []:
524
+ - postgraphile@5.0.0-beta.10
525
+
3
526
  ## 5.0.0-beta.9
4
527
 
5
528
  ### Patch Changes
@@ -285,7 +808,6 @@
285
808
  resources, and more. So, we've renamed lots of things as part of the API
286
809
  stabilization work. You're probably only affected by the first 2 bullet
287
810
  points.
288
-
289
811
  - `pgConfigs` -> `pgServices` (also applies to related `pgConfig` terms such
290
812
  as `makePgConfig` -> `makePgService`, `MakePgConfigOptions` ->
291
813
  `MakePgServiceOptions`, etc) - see your `graphile.config.ts` or equivalent
package/dist/cli.d.ts CHANGED
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import type { ArgsFromOptions, Argv } from "graphile-config/cli";
3
2
  export declare function options(yargs: Argv): Argv<{}>;
4
3
  export declare function run(_args: ArgsFromOptions<typeof options>): Promise<void>;
package/dist/cli.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAMjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,YA6BlC;AACD,wBAAsB,GAAG,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBAE/D"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAMjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,YA6BlC;AACD,wBAAsB,GAAG,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBAE/D"}
package/dist/cli.js CHANGED
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.run = exports.options = void 0;
3
+ exports.options = options;
4
+ exports.run = run;
4
5
  const tslib_1 = require("tslib");
5
6
  const behaviorCmd = tslib_1.__importStar(require("./commands/behavior/cli.js"));
6
7
  const configCmd = tslib_1.__importStar(require("./commands/config/cli.js"));
@@ -17,9 +18,7 @@ function options(yargs) {
17
18
  .command("behavior", "Tools for helping with behavior", (yargs) => behaviorCmd.options(yargs), behaviorCmd.run)
18
19
  .demandCommand();
19
20
  }
20
- exports.options = options;
21
21
  async function run(_args) {
22
22
  // Do nothing
23
23
  }
24
- exports.run = run;
25
24
  //# sourceMappingURL=cli.js.map
package/dist/cli.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";;;;AAEA,gFAA0D;AAC1D,4EAAsD;AACtD,oFAA8D;AAE9D,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,mBAAmB,CAAC;QACnB,yDAAyD;QACzD,2BAA2B,EAAE,KAAK;KACnC,CAAC;SACD,OAAO,CACN,yCAAyC,EACzC,qGAAqG,CACtG;SACA,OAAO,CACN,QAAQ,EACR,+BAA+B,EAC/B,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,KAAK,CAAC,EACnC,SAAS,CAAC,GAAG,CACd;SACA,OAAO,CACN,YAAY,EACZ,mCAAmC,EACnC,CAAC,KAAK,EAAE,EAAE,CAAC,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC,EACvC,aAAa,CAAC,GAAG,CAClB;SACA,OAAO,CACN,UAAU,EACV,iCAAiC,EACjC,CAAC,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EACrC,WAAW,CAAC,GAAG,CAChB;SACA,aAAa,EAAE,CAAC;AACrB,CAAC;AA7BD,0BA6BC;AACM,KAAK,UAAU,GAAG,CAAC,KAAsC;IAC9D,aAAa;AACf,CAAC;AAFD,kBAEC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";;AAMA,0BA6BC;AACD,kBAEC;;AApCD,gFAA0D;AAC1D,4EAAsD;AACtD,oFAA8D;AAE9D,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,mBAAmB,CAAC;QACnB,yDAAyD;QACzD,2BAA2B,EAAE,KAAK;KACnC,CAAC;SACD,OAAO,CACN,yCAAyC,EACzC,qGAAqG,CACtG;SACA,OAAO,CACN,QAAQ,EACR,+BAA+B,EAC/B,CAAC,KAAK,EAAE,EAAE,CAAC,SAAS,CAAC,OAAO,CAAC,KAAK,CAAC,EACnC,SAAS,CAAC,GAAG,CACd;SACA,OAAO,CACN,YAAY,EACZ,mCAAmC,EACnC,CAAC,KAAK,EAAE,EAAE,CAAC,aAAa,CAAC,OAAO,CAAC,KAAK,CAAC,EACvC,aAAa,CAAC,GAAG,CAClB;SACA,OAAO,CACN,UAAU,EACV,iCAAiC,EACjC,CAAC,KAAK,EAAE,EAAE,CAAC,WAAW,CAAC,OAAO,CAAC,KAAK,CAAC,EACrC,WAAW,CAAC,GAAG,CAChB;SACA,aAAa,EAAE,CAAC;AACrB,CAAC;AACM,KAAK,UAAU,GAAG,CAAC,KAAsC;IAC9D,aAAa;AACf,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import type { ArgsFromOptions, Argv } from "graphile-config/cli";
3
2
  export declare function options(yargs: Argv): Argv<{}>;
4
3
  export declare function run(_args: ArgsFromOptions<typeof options>): void;
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../src/commands/behavior/cli.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAIjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,YASlC;AAED,wBAAgB,GAAG,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,QAGzD"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../src/commands/behavior/cli.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAIjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI,YASlC;AAED,wBAAgB,GAAG,CAAC,KAAK,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,QAGzD"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.run = exports.options = void 0;
3
+ exports.options = options;
4
+ exports.run = run;
4
5
  const tslib_1 = require("tslib");
5
6
  const debugCmd = tslib_1.__importStar(require("./debug/cli.js"));
6
7
  function options(yargs) {
@@ -8,10 +9,8 @@ function options(yargs) {
8
9
  .command("debug [entityType] [entityIdentifier] [filterString]", "Detail the behavior for a particular entity", debugCmd.options, debugCmd.run)
9
10
  .demandCommand();
10
11
  }
11
- exports.options = options;
12
12
  function run(_args) {
13
13
  // This should never happen, yargs handles it for us
14
14
  throw new Error("Subcommand required");
15
15
  }
16
- exports.run = run;
17
16
  //# sourceMappingURL=cli.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../../src/commands/behavior/cli.ts"],"names":[],"mappings":";;;;AAEA,iEAA2C;AAE3C,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,OAAO,CACN,sDAAsD,EACtD,6CAA6C,EAC7C,QAAQ,CAAC,OAAO,EAChB,QAAQ,CAAC,GAAG,CACb;SACA,aAAa,EAAE,CAAC;AACrB,CAAC;AATD,0BASC;AAED,SAAgB,GAAG,CAAC,KAAsC;IACxD,oDAAoD;IACpD,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAC;AACzC,CAAC;AAHD,kBAGC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../../src/commands/behavior/cli.ts"],"names":[],"mappings":";;AAIA,0BASC;AAED,kBAGC;;AAhBD,iEAA2C;AAE3C,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,OAAO,CACN,sDAAsD,EACtD,6CAA6C,EAC7C,QAAQ,CAAC,OAAO,EAChB,QAAQ,CAAC,GAAG,CACb;SACA,aAAa,EAAE,CAAC;AACrB,CAAC;AAED,SAAgB,GAAG,CAAC,KAAsC;IACxD,oDAAoD;IACpD,MAAM,IAAI,KAAK,CAAC,qBAAqB,CAAC,CAAC;AACzC,CAAC"}
@@ -1,4 +1,3 @@
1
- /// <reference types="yargs" />
2
1
  import type { ArgsFromOptions, Argv } from "graphile-config/cli";
3
2
  export declare function options(yargs: Argv): Argv<{
4
3
  entityType: string | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/cli.ts"],"names":[],"mappings":";AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAIjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI;;;;;;;;GAelC;AACD,wBAAsB,GAAG,CAAC,IAAI,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBAQ9D"}
1
+ {"version":3,"file":"cli.d.ts","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/cli.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,IAAI,EAAE,MAAM,qBAAqB,CAAC;AAIjE,wBAAgB,OAAO,CAAC,KAAK,EAAE,IAAI;;;;;;;;GAelC;AACD,wBAAsB,GAAG,CAAC,IAAI,EAAE,eAAe,CAAC,OAAO,OAAO,CAAC,iBAQ9D"}
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.run = exports.options = void 0;
3
+ exports.options = options;
4
+ exports.run = run;
4
5
  const main_js_1 = require("./main.js");
5
6
  function options(yargs) {
6
7
  return yargs
@@ -15,7 +16,6 @@ function options(yargs) {
15
16
  normalize: true,
16
17
  });
17
18
  }
18
- exports.options = options;
19
19
  async function run(args) {
20
20
  const text = await (0, main_js_1.main)({
21
21
  config: args.config,
@@ -25,5 +25,4 @@ async function run(args) {
25
25
  });
26
26
  console.log(text);
27
27
  }
28
- exports.run = run;
29
28
  //# sourceMappingURL=cli.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/cli.ts"],"names":[],"mappings":";;;AAEA,uCAAiC;AAEjC,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,UAAU,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAC5C,UAAU,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAClD,UAAU,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAC9C,OAAO,CACN,yBAAyB,EACzB,gDAAgD,CACjD;SACA,MAAM,CAAC,QAAQ,EAAE;QAChB,KAAK,EAAE,GAAG;QACV,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,6BAA6B;QAC1C,SAAS,EAAE,IAAI;KAChB,CAAC,CAAC;AACP,CAAC;AAfD,0BAeC;AACM,KAAK,UAAU,GAAG,CAAC,IAAqC;IAC7D,MAAM,IAAI,GAAG,MAAM,IAAA,cAAI,EAAC;QACtB,MAAM,EAAE,IAAI,CAAC,MAAM;QACnB,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,gBAAgB,EAAE,IAAI,CAAC,gBAAgB;QACvC,YAAY,EAAE,IAAI,CAAC,YAAY;KAChC,CAAC,CAAC;IACH,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACpB,CAAC;AARD,kBAQC"}
1
+ {"version":3,"file":"cli.js","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/cli.ts"],"names":[],"mappings":";;AAIA,0BAeC;AACD,kBAQC;AA1BD,uCAAiC;AAEjC,SAAgB,OAAO,CAAC,KAAW;IACjC,OAAO,KAAK;SACT,UAAU,CAAC,YAAY,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAC5C,UAAU,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAClD,UAAU,CAAC,cAAc,EAAE,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;SAC9C,OAAO,CACN,yBAAyB,EACzB,gDAAgD,CACjD;SACA,MAAM,CAAC,QAAQ,EAAE;QAChB,KAAK,EAAE,GAAG;QACV,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,6BAA6B;QAC1C,SAAS,EAAE,IAAI;KAChB,CAAC,CAAC;AACP,CAAC;AACM,KAAK,UAAU,GAAG,CAAC,IAAqC;IAC7D,MAAM,IAAI,GAAG,MAAM,IAAA,cAAI,EAAC;QACtB,MAAM,EAAE,IAAI,CAAC,MAAM;QACnB,UAAU,EAAE,IAAI,CAAC,UAAU;QAC3B,gBAAgB,EAAE,IAAI,CAAC,gBAAgB;QACvC,YAAY,EAAE,IAAI,CAAC,YAAY;KAChC,CAAC,CAAC;IACH,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;AACpB,CAAC"}