postgraphile 4.12.7 → 4.12.10
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/README.md +9 -3
- package/build/assets/graphiql.html.d.ts +1 -1
- package/build/assets/graphiql.html.js +2 -2
- package/build/postgraphile/cli.js +6 -2
- package/build/postgraphile/http/createPostGraphileHttpRequestHandler.js +2 -2
- package/build/postgraphile/http/subscriptions.js +44 -11
- package/build/postgraphile/pluginHook.d.ts +1 -1
- package/build-turbo/assets/graphiql.html.d.ts +1 -1
- package/build-turbo/assets/graphiql.html.js +2 -2
- package/build-turbo/postgraphile/cli.js +6 -2
- package/build-turbo/postgraphile/http/createPostGraphileHttpRequestHandler.js +2 -2
- package/build-turbo/postgraphile/http/subscriptions.js +44 -11
- package/build-turbo/postgraphile/pluginHook.d.ts +1 -1
- package/package.json +2 -2
- package/sponsors.json +41 -22
package/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
# PostGraphile
|
|
4
4
|
|
|
5
|
+
[](https://github.com/sponsors/benjie)
|
|
5
6
|
[](https://patreon.com/benjie)
|
|
6
7
|
[](http://discord.gg/graphile)
|
|
7
8
|
[](https://www.npmjs.com/package/postgraphile)
|
|
@@ -25,12 +26,17 @@ maintenance and development via sponsorship.
|
|
|
25
26
|
And please give some love to our featured sponsors 🤩:
|
|
26
27
|
|
|
27
28
|
<table><tr>
|
|
28
|
-
<td align="center"><a href="https://storyscript.com/?utm_source=postgraphile"><img src="https://graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Story.ai" /><br />Story.ai</a> *</td>
|
|
29
29
|
<td align="center"><a href="https://surge.io/"><img src="https://graphile.org/images/sponsors/surge.png" width="90" height="90" alt="Surge" /><br />Surge</a> *</td>
|
|
30
|
+
<td align="center"><a href="https://storyscript.com/?utm_source=postgraphile"><img src="https://graphile.org/images/sponsors/storyscript.png" width="90" height="90" alt="Story.ai" /><br />Story.ai</a> *</td>
|
|
30
31
|
<td align="center"><a href="http://chads.website"><img src="https://graphile.org/images/sponsors/chadf.png" width="90" height="90" alt="Chad Furman" /><br />Chad Furman</a> *</td>
|
|
31
|
-
<td align="center"><a href="https://
|
|
32
|
-
|
|
32
|
+
<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>
|
|
33
|
+
</tr><tr>
|
|
34
|
+
<td align="center"><a href="https://www.fanatics.com/"><img src="https://graphile.org/images/sponsors/fanatics.png" width="90" height="90" alt="Fanatics" /><br />Fanatics</a> *</td>
|
|
35
|
+
<td align="center"><a href="https://dovetailapp.com/"><img src="https://graphile.org/images/sponsors/dovetail.png" width="90" height="90" alt="Dovetail" /><br />Dovetail</a> *</td>
|
|
36
|
+
<td align="center"><a href="https://www.enzuzo.com/"><img src="https://graphile.org/images/sponsors/enzuzo.png" width="90" height="90" alt="Enzuzo" /><br />Enzuzo</a> *</td>
|
|
33
37
|
<td align="center"><a href="https://politicsrewired.com/"><img src="https://graphile.org/images/sponsors/politics-rewired.png" width="90" height="90" alt="Politics Rewired" /><br />Politics Rewired</a></td>
|
|
38
|
+
</tr><tr>
|
|
39
|
+
<td align="center"><a href="https://iasql.com/"><img src="https://graphile.org/images/sponsors/IaSQL.png" width="90" height="90" alt="IaSQL" /><br />IaSQL</a></td>
|
|
34
40
|
</tr></table>
|
|
35
41
|
|
|
36
42
|
<em>\* Sponsors the entire Graphile suite</em>
|