graphile 5.0.0-alpha.9 → 5.0.0-beta.1

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 CHANGED
@@ -1,5 +1,74 @@
1
1
  # graphile
2
2
 
3
+ ## 5.0.0-beta.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)
8
+ Thanks [@benjie](https://github.com/benjie)! - Bump all packages to beta
9
+
10
+ - Updated dependencies
11
+ [[`cbd987385`](https://github.com/benjie/crystal/commit/cbd987385f99bd1248bc093ac507cc2f641ba3e8)]:
12
+ - graphile-build@5.0.0-beta.1
13
+ - postgraphile@5.0.0-beta.1
14
+ - graphile-config@0.0.1-beta.1
15
+
16
+ ## 5.0.0-alpha.13
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ [[`dfefdad3c`](https://github.com/benjie/crystal/commit/dfefdad3cd5a99c36d47eb0bddd914bab4ca9a1f),
22
+ [`6c1c1a34f`](https://github.com/benjie/crystal/commit/6c1c1a34f674bf4ef3b13dadebb4e13c422c940e)]:
23
+ - postgraphile@5.0.0-alpha.20
24
+ - graphile-build@5.0.0-alpha.18
25
+
26
+ ## 5.0.0-alpha.12
27
+
28
+ ### Patch Changes
29
+
30
+ - [#438](https://github.com/benjie/crystal/pull/438)
31
+ [`3a7aa694c`](https://github.com/benjie/crystal/commit/3a7aa694c375aa4a5e04ff2d62e219de1ec10bf6)
32
+ Thanks [@benjie](https://github.com/benjie)! - Fix bug in
33
+ `graphile behavior debug` command relating to `pgCodecRelation`
34
+
35
+ - Updated dependencies
36
+ [[`5491e10b0`](https://github.com/benjie/crystal/commit/5491e10b0f1629e607e7385985315169e156071d),
37
+ [`a9561d62d`](https://github.com/benjie/crystal/commit/a9561d62d54a6a1331d64b32e4cf3d162ad67a55),
38
+ [`232885703`](https://github.com/benjie/crystal/commit/232885703dd577f71488fd1fc5a02e852a96d446),
39
+ [`db19ed9c3`](https://github.com/benjie/crystal/commit/db19ed9c39f08b537f3bf316d1cf9bb39cee2603),
40
+ [`31e776e03`](https://github.com/benjie/crystal/commit/31e776e03ad0829e0ded52e32be789578dcf8d4f),
41
+ [`055c4e438`](https://github.com/benjie/crystal/commit/055c4e43888c007706db7079edd89d6def9b318d),
42
+ [`cf32f0397`](https://github.com/benjie/crystal/commit/cf32f0397f7a47509df9876112275f1ad135e8f2),
43
+ [`57d88b5fa`](https://github.com/benjie/crystal/commit/57d88b5fa3ed296210c1fcb223452213fd57985b),
44
+ [`a22830b2f`](https://github.com/benjie/crystal/commit/a22830b2f293b50a244ac18e1601d7579b450c7d),
45
+ [`9f87a26b1`](https://github.com/benjie/crystal/commit/9f87a26b10e5539aa88cfd9909e265513e941fd5),
46
+ [`9695c65f8`](https://github.com/benjie/crystal/commit/9695c65f8dbad807de683a70f5f663af2d3b35f0),
47
+ [`c00a21cb9`](https://github.com/benjie/crystal/commit/c00a21cb9e9dd80a8b69228746bd7973da21facc),
48
+ [`a5f224295`](https://github.com/benjie/crystal/commit/a5f22429501f9e13f0490d25500ca7a8403babc7)]:
49
+ - graphile-build@5.0.0-alpha.17
50
+ - postgraphile@5.0.0-alpha.19
51
+ - graphile-config@0.0.1-alpha.7
52
+
53
+ ## 5.0.0-alpha.11
54
+
55
+ ### Patch Changes
56
+
57
+ - Updated dependencies
58
+ [[`415f436a0`](https://github.com/benjie/crystal/commit/415f436a04d42ba7d7a51457f99e8d8e6baee051),
59
+ [`5b8e46a8a`](https://github.com/benjie/crystal/commit/5b8e46a8a868d68290d0f274934593a23b5bb25e),
60
+ [`bb64c090d`](https://github.com/benjie/crystal/commit/bb64c090d1094875ec51a8577a000cb4f796e197)]:
61
+ - postgraphile@5.0.0-alpha.18
62
+
63
+ ## 5.0.0-alpha.10
64
+
65
+ ### Patch Changes
66
+
67
+ - Updated dependencies
68
+ [[`c1518fad0`](https://github.com/benjie/crystal/commit/c1518fad093dc53c033866541f378878aab69b5c)]:
69
+ - graphile-build@5.0.0-alpha.16
70
+ - postgraphile@5.0.0-alpha.17
71
+
3
72
  ## 5.0.0-alpha.9
4
73
 
5
74
  ### Patch Changes
@@ -12,20 +81,20 @@
12
81
 
13
82
  ### Patch Changes
14
83
 
15
- - [#410](https://github.com/benjie/postgraphile-private/pull/410)
16
- [`a7cd7eecf`](https://github.com/benjie/postgraphile-private/commit/a7cd7eecfb81a74a2a6e6500054f2defb8f2205e)
84
+ - [#410](https://github.com/benjie/crystal/pull/410)
85
+ [`a7cd7eecf`](https://github.com/benjie/crystal/commit/a7cd7eecfb81a74a2a6e6500054f2defb8f2205e)
17
86
  Thanks [@benjie](https://github.com/benjie)! - Add new
18
87
  `graphile behavior debug` command for debugging behavior strings.
19
88
 
20
89
  - Updated dependencies
21
- [[`e7dd2e039`](https://github.com/benjie/postgraphile-private/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
22
- [`620f9e07e`](https://github.com/benjie/postgraphile-private/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
23
- [`881672305`](https://github.com/benjie/postgraphile-private/commit/88167230578393e3b24a364f0d673e36c5cb088d),
24
- [`9ab2adba2`](https://github.com/benjie/postgraphile-private/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
25
- [`ff4395bfc`](https://github.com/benjie/postgraphile-private/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
26
- [`502b23340`](https://github.com/benjie/postgraphile-private/commit/502b233401975637bc0d516af78721b37f6f9b7b),
27
- [`dc94b4a30`](https://github.com/benjie/postgraphile-private/commit/dc94b4a3003a2fbe1d76e17bb519092fa134243a),
28
- [`4eda0cd57`](https://github.com/benjie/postgraphile-private/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
90
+ [[`e7dd2e039`](https://github.com/benjie/crystal/commit/e7dd2e039769958d59a83ec3b164cad063c82500),
91
+ [`620f9e07e`](https://github.com/benjie/crystal/commit/620f9e07ec6f4d66a8dc01ed6bb054a75f7b1c8b),
92
+ [`881672305`](https://github.com/benjie/crystal/commit/88167230578393e3b24a364f0d673e36c5cb088d),
93
+ [`9ab2adba2`](https://github.com/benjie/crystal/commit/9ab2adba2c146b5d1bc91bbb2f25e4645ed381de),
94
+ [`ff4395bfc`](https://github.com/benjie/crystal/commit/ff4395bfc6e6b2fb263f644dae1e984c52dd84b9),
95
+ [`502b23340`](https://github.com/benjie/crystal/commit/502b233401975637bc0d516af78721b37f6f9b7b),
96
+ [`dc94b4a30`](https://github.com/benjie/crystal/commit/dc94b4a3003a2fbe1d76e17bb519092fa134243a),
97
+ [`4eda0cd57`](https://github.com/benjie/crystal/commit/4eda0cd572274febad696ebb5a89472a981f8212)]:
29
98
  - graphile-build@5.0.0-alpha.14
30
99
  - postgraphile@5.0.0-alpha.15
31
100
 
@@ -33,14 +102,14 @@
33
102
 
34
103
  ### Patch Changes
35
104
 
36
- - [#408](https://github.com/benjie/postgraphile-private/pull/408)
37
- [`bc14d488d`](https://github.com/benjie/postgraphile-private/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
105
+ - [#408](https://github.com/benjie/crystal/pull/408)
106
+ [`bc14d488d`](https://github.com/benjie/crystal/commit/bc14d488d5385f350b6d377716e43c46a405dc57)
38
107
  Thanks [@benjie](https://github.com/benjie)! - When sorting, specify a
39
108
  concrete locale to localeCompare to ensure stable ordering across machines.
40
109
  - Updated dependencies
41
- [[`675b7abb9`](https://github.com/benjie/postgraphile-private/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
42
- [`c5050dd28`](https://github.com/benjie/postgraphile-private/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
43
- [`0d1782869`](https://github.com/benjie/postgraphile-private/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
110
+ [[`675b7abb9`](https://github.com/benjie/crystal/commit/675b7abb93e11d955930b9026fb0b65a56ecc999),
111
+ [`c5050dd28`](https://github.com/benjie/crystal/commit/c5050dd286bd6d9fa4a5d9cfbf87ba609cb148dd),
112
+ [`0d1782869`](https://github.com/benjie/crystal/commit/0d1782869adc76f5bbcecfdcbb85a258c468ca37)]:
44
113
  - graphile-config@0.0.1-alpha.6
45
114
 
46
115
  ## 5.0.0-alpha.6
@@ -48,15 +117,15 @@
48
117
  ### Patch Changes
49
118
 
50
119
  - Updated dependencies
51
- [[`644938276`](https://github.com/benjie/postgraphile-private/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
120
+ [[`644938276`](https://github.com/benjie/crystal/commit/644938276ebd48c5486ba9736a525fcc66d7d714)]:
52
121
  - graphile-config@0.0.1-alpha.5
53
122
 
54
123
  ## 5.0.0-alpha.5
55
124
 
56
125
  ### Patch Changes
57
126
 
58
- - [#399](https://github.com/benjie/postgraphile-private/pull/399)
59
- [`409581534`](https://github.com/benjie/postgraphile-private/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
127
+ - [#399](https://github.com/benjie/crystal/pull/399)
128
+ [`409581534`](https://github.com/benjie/crystal/commit/409581534f41ac2cf0ff21c77c2bcd8eaa8218fd)
60
129
  Thanks [@benjie](https://github.com/benjie)! - Change many of the dependencies
61
130
  to be instead (or also) peerDependencies, to avoid duplicate modules.
62
131
 
@@ -65,7 +134,7 @@
65
134
  ### Patch Changes
66
135
 
67
136
  - Updated dependencies
68
- [[`198ac74d5`](https://github.com/benjie/postgraphile-private/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25)]:
137
+ [[`198ac74d5`](https://github.com/benjie/crystal/commit/198ac74d52fe1e47d602fe2b7c52f216d5216b25)]:
69
138
  - graphile-config@0.0.1-alpha.4
70
139
 
71
140
  ## 5.0.0-alpha.3
@@ -73,31 +142,31 @@
73
142
  ### Patch Changes
74
143
 
75
144
  - Updated dependencies
76
- [[`adc7ae5e0`](https://github.com/benjie/postgraphile-private/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
145
+ [[`adc7ae5e0`](https://github.com/benjie/crystal/commit/adc7ae5e002961c8b8286500527752f21139ab9e)]:
77
146
  - graphile-config@0.0.1-alpha.3
78
147
 
79
148
  ## 5.0.0-alpha.2
80
149
 
81
150
  ### Patch Changes
82
151
 
83
- - [`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
152
+ - [`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)
84
153
  Thanks [@benjie](https://github.com/benjie)! - Upgrade to the latest
85
154
  TypeScript/tslib
86
155
 
87
156
  - Updated dependencies
88
- [[`7f857950a`](https://github.com/benjie/postgraphile-private/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
157
+ [[`7f857950a`](https://github.com/benjie/crystal/commit/7f857950a7e4ec763c936eb6bd1fb77824041d71)]:
89
158
  - graphile-config@0.0.1-alpha.2
90
159
 
91
160
  ## 5.0.0-alpha.1
92
161
 
93
162
  ### Patch Changes
94
163
 
95
- - [`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)
164
+ - [`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)
96
165
  Thanks [@benjie](https://github.com/benjie)! - Alpha release - see
97
166
  https://postgraphile.org/news/2023-04-26-version-5-alpha
98
167
 
99
168
  - Updated dependencies
100
- [[`759ad403d`](https://github.com/benjie/postgraphile-private/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
169
+ [[`759ad403d`](https://github.com/benjie/crystal/commit/759ad403d71363312c5225c165873ae84b8a098c)]:
101
170
  - graphile-config@0.0.1-alpha.1
102
171
 
103
172
  ## 5.0.0-1.3
@@ -105,15 +174,15 @@
105
174
  ### Patch Changes
106
175
 
107
176
  - Updated dependencies
108
- [[`b4eaf89f4`](https://github.com/benjie/postgraphile-private/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
177
+ [[`b4eaf89f4`](https://github.com/benjie/crystal/commit/b4eaf89f401ca207de08770361d07903f6bb9cb0)]:
109
178
  - graphile-config@0.0.1-1.2
110
179
 
111
180
  ## 5.0.0-1.2
112
181
 
113
182
  ### Patch Changes
114
183
 
115
- - [#291](https://github.com/benjie/postgraphile-private/pull/291)
116
- [`611f00140`](https://github.com/benjie/postgraphile-private/commit/611f00140d7f5b0620e274fc21869ec82055e080)
184
+ - [#291](https://github.com/benjie/crystal/pull/291)
185
+ [`611f00140`](https://github.com/benjie/crystal/commit/611f00140d7f5b0620e274fc21869ec82055e080)
117
186
  Thanks [@benjie](https://github.com/benjie)! - New `graphile inflection list`
118
187
  command to list the available inflectors (and their docs/types) based on your
119
188
  plugins and presets.
@@ -122,12 +191,12 @@
122
191
 
123
192
  ### Patch Changes
124
193
 
125
- - [#260](https://github.com/benjie/postgraphile-private/pull/260)
126
- [`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
194
+ - [#260](https://github.com/benjie/crystal/pull/260)
195
+ [`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)
127
196
  Thanks [@benjie](https://github.com/benjie)! - TypeScript v5 is now required
128
197
 
129
- - [#271](https://github.com/benjie/postgraphile-private/pull/271)
130
- [`261eb520b`](https://github.com/benjie/postgraphile-private/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
198
+ - [#271](https://github.com/benjie/crystal/pull/271)
199
+ [`261eb520b`](https://github.com/benjie/crystal/commit/261eb520b33fe3673fe3a7712085e50291aed1e5)
131
200
  Thanks [@benjie](https://github.com/benjie)! - 🚨 **RENAME ALL THE THINGS**
132
201
 
133
202
  The term 'source' was overloaded, and 'configs' was too vague, and
@@ -155,7 +224,7 @@
155
224
  `helpers.pgIntrospection.getExecutorForService`
156
225
 
157
226
  - Updated dependencies
158
- [[`d5312e6b9`](https://github.com/benjie/postgraphile-private/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)]:
227
+ [[`d5312e6b9`](https://github.com/benjie/crystal/commit/d5312e6b968fbeb46d074b82a41b4bdbc166598c)]:
159
228
  - graphile-config@0.0.1-1.1
160
229
 
161
230
  ## 5.0.0-0.7
@@ -170,15 +239,15 @@
170
239
  ### Patch Changes
171
240
 
172
241
  - Updated dependencies
173
- [[`11e7c12c5`](https://github.com/benjie/postgraphile-private/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
242
+ [[`11e7c12c5`](https://github.com/benjie/crystal/commit/11e7c12c5a3545ee24b5e39392fbec190aa1cf85)]:
174
243
  - graphile-config@0.0.1-0.6
175
244
 
176
245
  ## 5.0.0-0.5
177
246
 
178
247
  ### Patch Changes
179
248
 
180
- - [#229](https://github.com/benjie/postgraphile-private/pull/229)
181
- [`d94f0eae6`](https://github.com/benjie/postgraphile-private/commit/d94f0eae68013fbf146187d40aaecdacefeea639)
249
+ - [#229](https://github.com/benjie/crystal/pull/229)
250
+ [`d94f0eae6`](https://github.com/benjie/crystal/commit/d94f0eae68013fbf146187d40aaecdacefeea639)
182
251
  Thanks [@benjie](https://github.com/benjie)! - Strip 'undefined' values from
183
252
  'graphile config print'
184
253
 
@@ -194,15 +263,15 @@
194
263
  ### Patch Changes
195
264
 
196
265
  - Updated dependencies
197
- [[`842f6ccbb`](https://github.com/benjie/postgraphile-private/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
266
+ [[`842f6ccbb`](https://github.com/benjie/crystal/commit/842f6ccbb3c9bd0c101c4f4df31c5ed1aea9b2ab)]:
198
267
  - graphile-config@0.0.1-0.4
199
268
 
200
269
  ## 5.0.0-0.2
201
270
 
202
271
  ### Patch Changes
203
272
 
204
- - [#183](https://github.com/benjie/postgraphile-private/pull/183)
205
- [`dc4ff1268`](https://github.com/benjie/postgraphile-private/commit/dc4ff12681eeaef3a493fea5481e31f13c9f1874)
273
+ - [#183](https://github.com/benjie/crystal/pull/183)
274
+ [`dc4ff1268`](https://github.com/benjie/crystal/commit/dc4ff12681eeaef3a493fea5481e31f13c9f1874)
206
275
  Thanks [@benjie](https://github.com/benjie)! - Enhance config printing with
207
276
  full description printer and plugin ordering debugger
208
277
 
@@ -210,12 +279,12 @@
210
279
 
211
280
  ### Patch Changes
212
281
 
213
- - [#176](https://github.com/benjie/postgraphile-private/pull/176)
214
- [`7c89c2143`](https://github.com/benjie/postgraphile-private/commit/7c89c2143c73408ec63caabd68634f77f2b48511)
282
+ - [#176](https://github.com/benjie/crystal/pull/176)
283
+ [`7c89c2143`](https://github.com/benjie/crystal/commit/7c89c2143c73408ec63caabd68634f77f2b48511)
215
284
  Thanks [@benjie](https://github.com/benjie)! - Introduce 'graphile' command
216
285
  with two config-related subcommands: 'graphile config print' and 'graphile
217
286
  config options'.
218
287
  - Updated dependencies
219
- [[`19e2961de`](https://github.com/benjie/postgraphile-private/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
220
- [`11d6be65e`](https://github.com/benjie/postgraphile-private/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
288
+ [[`19e2961de`](https://github.com/benjie/crystal/commit/19e2961de67dc0b9601799bba256e4c4a23cc0cb),
289
+ [`11d6be65e`](https://github.com/benjie/crystal/commit/11d6be65e0da489f8ab3e3a8b8db145f8b2147ad)]:
221
290
  - graphile-config@0.0.1-0.3
package/LICENSE.md CHANGED
@@ -2,39 +2,69 @@
2
2
 
3
3
  Copyright © `2023` Graphile Ltd. All rights reserved.
4
4
 
5
- ## Agreement
5
+ ## Definitions
6
6
 
7
- In this agreement:
8
-
9
- - "Agreement" refers to this agreement between You and Graphile Ltd, governing
10
- your use of the Software.
11
- - "Software" refers to the software program named `graphile` and
7
+ - "Software": the software program named `graphile` and
12
8
  [available via npm](http://npmjs.com/package/graphile).
13
- - A "Sponsor" is an individual, company or other legal entity that is actively
14
- sponsoring Graphile Ltd via
15
- [GitHub Sponsors](https://github.com/sponsors/benjie),
9
+ - "Sponsor": an individual, company, or other legal entity that is sponsoring
10
+ Graphile Ltd via [GitHub Sponsors](https://github.com/sponsors/benjie),
16
11
  [Patreon](https://patreon.com/benjie), or any method agreed with Graphile Ltd.
17
- - "You" means the individual using the Software.
18
- - "Your Organization" means the company or other legal entity on behalf of which
19
- You are using the Software (if applicable).
20
-
21
- The first time You use the Software, Graphile Ltd grants You a revokable,
22
- non-exclusive, non-transferable, limited license (the "License") to use the
23
- Software strictly in accordance with the terms of this Agreement.
24
-
25
- If neither You nor Your Organization are a Sponsor, the License automatically
26
- expires 30 calendar days after your first use of the Software. If You or Your
27
- Organization are a Sponsor, the License automatically expires when neither You
28
- nor Your Organization are a Sponsor any more. Unless Graphile Ltd has informed
29
- You otherwise, You may reactivate the License at any time when You or Your
30
- Organization are a Sponsor.
31
-
32
- You agree to indemnify and hold Graphile Ltd and its directors, employees,
33
- parents, subsidiaries and partners (if any) harmless from any and all claims,
34
- charges, costs, damages, demands, fines, judgements, liabilities, losses, or
35
- penalties of any nature, arising out of or related to: your use of the software;
36
- your violation of this agreement; your violation of any right of a third party;
37
- or your violation of any law or regulation.
12
+ - "Sponsorship": the period for which either or both You and Your Organization
13
+ are a Sponsor. If You or Your Organization makes a payment which does not
14
+ recur automatically, the Sponsorship is deemed to be the period of 30 days
15
+ from the date of that payment.
16
+ - "You": the individual using the Software.
17
+ - "Your Organization": the company or other legal entity on behalf of which You
18
+ are using the Software (if applicable).
19
+
20
+ ## If you are not a Sponsor
21
+
22
+ If You are not a Sponsor and Your Organization is not a Sponsor, the first time
23
+ You use the Software, Graphile Ltd grants You a revokable, non-exclusive,
24
+ non-transferable, non-sublicensable, license to run the Software for 30 calendar
25
+ days. Graphile Ltd may revoke this license at any time, for any (or no) reason,
26
+ with no requirement to give you advance notice.
27
+
28
+ You can use the Software on as many machines as You want, for Your own use.
29
+
30
+ Your license terminates automatically at the end of those 30 calendar days.
31
+
32
+ If you have previously used the Software, You do not get another free trial
33
+ period or an extended free trial period by downloading it again, or using it on
34
+ a different machine. You get one free trial, ever.
35
+
36
+ To use the Software after the termination of the free trial, Your or Your
37
+ Organization must be a Sponsor.
38
+
39
+ ## If You or Your Organization is a Sponsor
40
+
41
+ If either or both You or Your Organization is a Sponsor, Graphile Ltd grants You
42
+ a revokable, non-exclusive, non-transferable, non-sublicensable, license to run
43
+ the Software for the duration of the Sponsorship. Graphile Ltd may revoke this
44
+ license at any time, for any (or no) reason, with no requirement to give you
45
+ advance notice.
46
+
47
+ You can use the Software on as many machines as You want, for Your own use.
48
+
49
+ Your license terminates automatically at the end of the Sponsorship.
50
+
51
+ Unless Graphile Ltd informs you in writing (including email, response to an
52
+ online support ticket, and other similar electronic mechanisms) that it is not
53
+ willing to grant you a new license, to obtain a new license, You, or Your
54
+ Organization, must become a Sponsor again.
55
+
56
+ ## Indemnity and no warranty
57
+
58
+ You indemnify and hold Graphile Ltd and its directors, employees, parents,
59
+ subsidiaries and partners (if any) harmless from any and all claims, charges,
60
+ costs, damages, demands, fines, judgements, liabilities, losses, or penalties of
61
+ any nature, arising out of or in connection with:
62
+
63
+ - Your use of the Software;
64
+ - Your non-compliance with the terms of the licence, or use of the Software
65
+ without a licence;
66
+ - Your violation of any rights of a third party; and
67
+ - Your violation of any law or regulation.
38
68
 
39
69
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40
70
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
@@ -42,3 +72,9 @@ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
42
72
  COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
43
73
  IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
44
74
  CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
75
+
76
+ ## Law and jurisdiction
77
+
78
+ This agreement is governed by English law. The courts of England and Wales have
79
+ exclusive jurisdiction in respect of any claims arising out of or in connection
80
+ with it, including non-contractual claims.
@@ -162,12 +162,12 @@ function getEntities(build, entityType) {
162
162
  }
163
163
  case "pgCodecRelation": {
164
164
  const memo = Object.create(null);
165
- for (const [codecName, codec] of Object.entries(registry.pgCodecs)) {
165
+ for (const [codecName, _codec] of Object.entries(registry.pgCodecs)) {
166
166
  const relations = registry.pgRelations[codecName];
167
167
  if (!relations)
168
168
  continue;
169
169
  for (const [relationName, _relation] of Object.entries(relations)) {
170
- memo[`${codecName}.${relationName}`] = [codec, relationName];
170
+ memo[`${codecName}.${relationName}`] = _relation;
171
171
  }
172
172
  }
173
173
  return memo;
@@ -1 +1 @@
1
- {"version":3,"file":"main.js","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/main.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"main.js","sourceRoot":"","sources":["../../../../src/commands/behavior/debug/main.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphile",
3
- "version": "5.0.0-alpha.9",
3
+ "version": "5.0.0-beta.1",
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",
@@ -34,14 +34,14 @@
34
34
  "dependencies": {
35
35
  "@typescript/vfs": "^1.4.0",
36
36
  "chalk": "^4.1.2",
37
- "graphile-config": "^0.0.1-alpha.6",
37
+ "graphile-config": "^0.0.1-beta.1",
38
38
  "tslib": "^2.5.0",
39
39
  "typescript": "^5.0.4"
40
40
  },
41
41
  "peerDependencies": {
42
- "graphile-build": "^5.0.0-alpha.15",
43
- "graphile-config": "^0.0.1-alpha.6",
44
- "postgraphile": "^5.0.0-alpha.16"
42
+ "graphile-build": "^5.0.0-beta.1",
43
+ "graphile-config": "^0.0.1-beta.1",
44
+ "postgraphile": "^5.0.0-beta.1"
45
45
  },
46
46
  "peerDependenciesMeta": {
47
47
  "graphile-build": {